Searched refs:subgroups (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/sh/intc/ |
D | core.c | 246 d->nr_reg += hw->subgroups ? hw->nr_subgroups : 0; in register_intc_controller() 299 if (hw->subgroups) in register_intc_controller() 301 if (hw->subgroups[i].reg) in register_intc_controller() 302 k+= save_reg(d, k, hw->subgroups[i].reg, 0); in register_intc_controller()
|
D | virq.c | 194 if (!desc->hw.subgroups) in intc_subgroup_init() 198 intc_subgroup_init_one(desc, d, desc->hw.subgroups + i); in intc_subgroup_init()
|
/linux-6.6.21/fs/nilfs2/ |
D | sysfs.c | 54 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-6.6.21/include/linux/ |
D | sh_intc.h | 96 struct intc_subgroup *subgroups; member
|
/linux-6.6.21/arch/sh/kernel/cpu/sh4a/ |
D | setup-sh7786.c | 672 .subgroups = sh7786_subgroups,
|
/linux-6.6.21/Documentation/filesystems/ |
D | configfs.rst | 438 others, configfs provides a method whereby one or many subgroups are 445 These automatic subgroups, or default groups, do not preclude other
|
/linux-6.6.21/Documentation/driver-api/ |
D | pin-control.rst | 94 To enable the pinctrl subsystem and the subgroups for PINMUX and PINCONF and
|