Searched refs:subgroups (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dsh_intc.h96 struct intc_subgroup *subgroups; member in struct:intc_hw_desc
/linux-master/drivers/sh/intc/
H A Dcore.c246 d->nr_reg += hw->subgroups ? hw->nr_subgroups : 0;
299 if (hw->subgroups)
301 if (hw->subgroups[i].reg)
302 k+= save_reg(d, k, hw->subgroups[i].reg, 0);
H A Dvirq.c2 * Support for virtual IRQ subgroups.
194 if (!desc->hw.subgroups)
198 intc_subgroup_init_one(desc, d, desc->hw.subgroups + i);
/linux-master/fs/nilfs2/
H A Dsysfs.c54 struct nilfs_sysfs_##parent_name##_subgroups *subgroups = container_of(kobj, \
57 complete(&subgroups->sg_##name##_kobj_unregister); \
71 struct nilfs_sysfs_##parent_name##_subgroups *subgroups; \
73 subgroups = nilfs->ns_##parent_name##_subgroups; \
74 kobj = &subgroups->sg_##name##_kobj; \
75 kobj_unregister = &subgroups->sg_##name##_kobj_unregister; \
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7786.c672 .subgroups = sh7786_subgroups,

Completed in 158 milliseconds