/linux-6.12.1/include/linux/mfd/ |
D | core.h | 133 const struct mfd_cell *cells, int n_devs, 138 const struct mfd_cell *cells, int n_devs) in mfd_add_hotplug_devices() argument 140 return mfd_add_devices(parent, PLATFORM_DEVID_AUTO, cells, n_devs, in mfd_add_hotplug_devices() 148 const struct mfd_cell *cells, int n_devs,
|
/linux-6.12.1/drivers/mfd/ |
D | max77541.c | 135 int n_devs; in max77541_pmic_setup() local 141 n_devs = ARRAY_SIZE(max77540_devs); in max77541_pmic_setup() 145 n_devs = ARRAY_SIZE(max77541_devs); in max77541_pmic_setup() 160 cells, n_devs, NULL, 0, NULL); in max77541_pmic_setup()
|
D | madera-core.c | 460 int n_devs = 0; in madera_dev_init() local 604 n_devs = ARRAY_SIZE(cs47l15_devs); in madera_dev_init() 617 n_devs = ARRAY_SIZE(cs47l35_devs); in madera_dev_init() 631 n_devs = ARRAY_SIZE(cs47l85_devs); in madera_dev_init() 645 n_devs = ARRAY_SIZE(cs47l90_devs); in madera_dev_init() 660 n_devs = ARRAY_SIZE(cs47l92_devs); in madera_dev_init() 673 if (!n_devs) { in madera_dev_init() 739 mfd_devs, n_devs, in madera_dev_init()
|
D | max77686.c | 168 int n_devs; in max77686_i2c_probe() local 186 n_devs = ARRAY_SIZE(max77686_devs); in max77686_i2c_probe() 191 n_devs = ARRAY_SIZE(max77802_devs); in max77686_i2c_probe() 218 ret = devm_mfd_add_devices(max77686->dev, -1, cells, n_devs, NULL, in max77686_i2c_probe()
|
D | mfd-core.c | 319 const struct mfd_cell *cells, int n_devs, in mfd_add_devices() argument 326 for (i = 0; i < n_devs; i++) { in mfd_add_devices() 414 const struct mfd_cell *cells, int n_devs, in devm_mfd_add_devices() argument 425 ret = mfd_add_devices(dev, id, cells, n_devs, mem_base, in devm_mfd_add_devices()
|
/linux-6.12.1/drivers/input/joystick/ |
D | turbografx.c | 147 int *n_buttons, n_devs; in tgfx_attach() local 163 n_devs = tgfx_cfg[port_idx].nargs - 1; in tgfx_attach() 186 for (i = 0; i < n_devs; i++) { in tgfx_attach()
|
/linux-6.12.1/drivers/media/test-drivers/vivid/ |
D | vivid-core.c | 52 unsigned int n_devs = 1; variable 53 module_param(n_devs, uint, 0444); 54 MODULE_PARM_DESC(n_devs, " number of driver instances to create"); 1767 for (int i = 0; i < n_devs && vivid_devs[i]; i++) { in update_hdmi_ctrls_work_handler() 1787 for (int i = 0; i < n_devs && vivid_devs[i]; i++) { in update_svid_ctrls_work_handler() 2090 n_devs = clamp_t(unsigned, n_devs, 1, VIVID_MAX_DEVS); in vivid_probe() 2092 for (i = 0; i < n_devs; i++) { in vivid_probe() 2108 n_devs = i; in vivid_probe() 2114 for (int i = 0; i < n_devs; i++) { in vivid_probe() 2134 for (int i = 0; i < n_devs; i++) { in vivid_probe() [all …]
|
D | vivid-core.h | 142 extern unsigned int n_devs;
|
/linux-6.12.1/drivers/edac/ |
D | i7core_edac.c | 237 int n_devs; member 244 int n_devs; member 374 #define PCI_ID_TABLE_ENTRY(A) { .descr=A, .n_devs = ARRAY_SIZE(A) } 462 i7core_dev->pdev = kcalloc(table->n_devs, sizeof(*i7core_dev->pdev), in alloc_i7core_dev() 470 i7core_dev->n_devs = table->n_devs; in alloc_i7core_dev() 1239 for (i = 0; i < i7core_dev->n_devs; i++) { in i7core_put_devices() 1431 for (i = 0; i < table->n_devs; i++) { in i7core_get_all_devices() 1438 i = table->n_devs; in i7core_get_all_devices() 1462 for (i = 0; i < i7core_dev->n_devs; i++) { in mci_bind_devs()
|
D | sb_edac.c | 369 int n_devs; member 789 sbridge_dev->n_devs = table->n_devs_per_imc; in alloc_sbridge_dev() 2437 for (i = 0; i < sbridge_dev->n_devs; i++) { in sbridge_put_devices() 2625 for (i = 0; i < sbridge_dev->n_devs; i++) { in sbridge_mci_bind_devs() 2699 for (i = 0; i < sbridge_dev->n_devs; i++) { in ibridge_mci_bind_devs() 2792 for (i = 0; i < sbridge_dev->n_devs; i++) { in haswell_mci_bind_devs() 2877 for (i = 0; i < sbridge_dev->n_devs; i++) { in broadwell_mci_bind_devs() 2953 for (i = 0; i < sbridge_dev->n_devs; i++) { in knl_mci_bind_devs()
|
/linux-6.12.1/drivers/leds/ |
D | leds-pca9532.c | 360 static void pca9532_destroy_devices(struct pca9532_data *data, int n_devs) in pca9532_destroy_devices() argument 362 int i = n_devs; in pca9532_destroy_devices()
|
/linux-6.12.1/Documentation/admin-guide/media/ |
D | vivid.rst | 55 - n_devs: 84 n_devs=4 node_types=0x1,0x1,0x100,0x100 146 n_devs=4 vid_cap_nr=2,4,6,8 1151 (see module option n_devs). If there is only one vivid instance (the default), then
|