Searched refs:groups (Results 276 - 300 of 731) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-tmc-core.c489 desc.groups = coresight_etf_groups;
496 desc.groups = coresight_etr_groups;
509 desc.groups = coresight_etf_groups;
/linux-master/drivers/thunderbolt/
H A Dtb.c56 * @groups: Bandwidth groups used in this domain.
63 struct tb_bandwidth_group groups[MAX_GROUPS]; member in struct:tb_cm
552 * If there is bandwidth reserved for any of the groups between
589 * Calculate what is reserved for groups crossing the
1446 for (i = 0; i < ARRAY_SIZE(tcm->groups); i++) {
1447 struct tb_bandwidth_group *group = &tcm->groups[i];
1508 for (i = 0; i < ARRAY_SIZE(tcm->groups); i++) {
1509 struct tb_bandwidth_group *group = &tcm->groups[i];
1535 for (i = 0; i < ARRAY_SIZE(tcm->groups);
[all...]
/linux-master/drivers/w1/
H A Dw1.c161 .groups = w1_slave_default_groups,
628 if (fops->groups) {
629 err = sysfs_create_groups(&sl->dev.kobj, fops->groups);
657 if (fops->groups)
658 sysfs_remove_groups(&sl->dev.kobj, fops->groups);
672 sl->dev.groups = w1_slave_groups;
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dsetup-sh7203.c40 /* interrupt groups */
132 static struct intc_group groups[] __initdata = {
171 static DECLARE_INTC_DESC(intc_desc, "sh7203", vectors, groups,
H A Dsetup-sh7201.c46 /* interrupt groups */
146 static struct intc_group groups[] __initdata = {
175 static DECLARE_INTC_DESC(intc_desc, "sh7201", vectors, groups,
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7343.c327 /* interrupt groups */
367 static struct intc_group groups[] __initdata = {
437 .hw = INTC_HW_DESC(vectors, groups, mask_registers,
H A Dsetup-sh7366.c269 /* interrupt groups */
305 static struct intc_group groups[] __initdata = {
376 .hw = INTC_HW_DESC(vectors, groups, mask_registers,
/linux-master/drivers/pinctrl/bcm/
H A Dpinctrl-bcm4908.c313 const char * const *groups; member in struct:bcm4908_pinctrl_function
544 function->groups,
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dmcdi_mon.c504 hwmon->groups[0] = &hwmon->group;
507 hwmon->groups);
/linux-master/drivers/net/ethernet/sfc/
H A Dmcdi_mon.c504 hwmon->groups[0] = &hwmon->group;
507 hwmon->groups);
/linux-master/drivers/pinctrl/nomadik/
H A Dpinctrl-ab8500.c132 * sysclkreq2_d_1 = first groups of pins for sysclkreq2 on default function
134 * The groups are arranged as sets per altfunction column, so we can
137 * to combine several groups.
303 /* We use this macro to define the groups applicable to a function */
335 .groups = fname##_groups, \
470 .groups = ab8500_groups,
H A Dpinctrl-nomadik-stn8815.c274 * u0_a_1 = first groups of pins for uart0 on alt function a
326 /* We use this macro to define the groups applicable to a function */
342 .groups = fname##_groups, \
362 .groups = nmk_stn8815_groups,
/linux-master/drivers/pinctrl/berlin/
H A Dberlin-bg2q.c132 * add two functions so it can be used with other groups
370 .groups = berlin2q_soc_pinctrl_groups,
375 .groups = berlin2q_sysmgr_pinctrl_groups,
/linux-master/drivers/pinctrl/intel/
H A Dpinctrl-sunrisepoint.c287 .groups = sptlp_groups,
567 .groups = spth_groups,
H A Dpinctrl-cannonlake.c453 .groups = cnlh_groups,
813 .groups = cnllp_groups,
/linux-master/drivers/iommu/iommufd/
H A Dmain.c252 xa_init(&ictx->groups);
289 WARN_ON(!xa_empty(&ictx->groups));
/linux-master/drivers/leds/
H A Dled-triggers.c184 device_remove_groups(led_cdev->dev, led_cdev->trigger->groups);
205 ret = device_add_groups(led_cdev->dev, trig->groups);
/linux-master/include/linux/
H A Dhwmon.h462 const struct attribute_group **groups);
466 const struct attribute_group **groups);
/linux-master/drivers/hwmon/
H A Dadt7475.c222 const struct attribute_group *groups[10]; member in struct:adt7475_data
1792 data->groups[group_num++] = &adt7475_attr_group;
1796 data->groups[group_num++] = &fan4_attr_group;
1799 data->groups[group_num++] = &pwm2_attr_group;
1802 data->groups[group_num++] = &in0_attr_group;
1805 data->groups[group_num++] = &in3_attr_group;
1808 data->groups[group_num++] = &in4_attr_group;
1811 data->groups[group_num++] = &in5_attr_group;
1814 data->groups[group_num++] = &in6_attr_group;
1818 data->groups[group_nu
[all...]
/linux-master/drivers/pinctrl/vt8500/
H A Dpinctrl-wm8650.c329 data->groups = wm8650_groups;
/linux-master/drivers/w1/slaves/
H A Dw1_ds2431.c282 .groups = w1_f2d_groups,
H A Dw1_ds2430.c283 .groups = w1_f14_groups,
/linux-master/drivers/hid/
H A Dhid-gt683r.c270 led->led_devs[i].groups = gt683r_led_groups;
/linux-master/drivers/infiniband/core/
H A Duverbs.h105 const struct attribute_group *groups[2]; member in struct:ib_uverbs_device
/linux-master/drivers/gpu/drm/
H A Ddrm_privacy_screen.c368 .groups = drm_privacy_screen_groups,

Completed in 206 milliseconds

<<11121314151617181920>>