Searched refs:num_devs (Results 1 – 7 of 7) sorted by relevance
| /drivers/mtd/ |
| A D | mtdconcat.c | 638 int num_devs, /* number of subdevices */ in mtd_concat_create() argument 650 for (i = 0; i < num_devs; i++) in mtd_concat_create() 655 size = SIZEOF_STRUCT_MTD_CONCAT(num_devs); in mtd_concat_create() 675 for (i = 0; i < num_devs; i++) in mtd_concat_create() 706 for (i = 1; i < num_devs; i++) { in mtd_concat_create() 758 concat->num_subdev = num_devs; in mtd_concat_create() 777 for (i = 0; i < num_devs; i++) { in mtd_concat_create() 843 for (i = 0; i < num_devs; i++) { in mtd_concat_create()
|
| /drivers/xen/xen-pciback/ |
| A D | xenbus.c | 366 int num_devs; in xen_pcibk_reconfigure() local 381 &num_devs); in xen_pcibk_reconfigure() 390 for (i = 0; i < num_devs; i++) { in xen_pcibk_reconfigure() 567 int i, num_devs; in xen_pcibk_setup_backend() local 582 &num_devs); in xen_pcibk_setup_backend() 591 for (i = 0; i < num_devs; i++) { in xen_pcibk_setup_backend()
|
| /drivers/pwm/ |
| A D | pwm-sti.c | 533 u32 num_devs; in sti_pwm_probe() local 541 ret = of_property_read_u32(np, "st,pwm-num-chan", &num_devs); in sti_pwm_probe() 543 pwm_num_devs = num_devs; in sti_pwm_probe() 545 ret = of_property_read_u32(np, "st,capture-num-chan", &num_devs); in sti_pwm_probe() 547 cpt_num_devs = num_devs; in sti_pwm_probe()
|
| /drivers/pci/ |
| A D | xen-pcifront.c | 906 int i, num_devs; in pcifront_detach_devices() local 929 &num_devs); in pcifront_detach_devices() 939 for (i = 0; i < num_devs; i++) { in pcifront_detach_devices()
|
| /drivers/pcmcia/ |
| A D | pxa2xx_sharpsl.c | 227 sharpsl_pcmcia_ops.nr = platform_scoop_config->num_devs; in sharpsl_pcmcia_init()
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_xgmi.c | 1692 int num_devs; in amdgpu_xgmi_reset_on_init() local 1699 num_devs = atomic_read(&hive->number_devices); in amdgpu_xgmi_reset_on_init() 1701 if (num_devs == adev->gmc.xgmi.num_physical_nodes) { in amdgpu_xgmi_reset_on_init()
|
| /drivers/net/ethernet/marvell/octeontx2/af/ |
| A D | rvu.c | 3226 int dev, num_devs; in rvu_flr_init() local 3242 num_devs = rvu->hw->total_pfs + pci_sriov_get_totalvfs(rvu->pdev); in rvu_flr_init() 3243 rvu->flr_wrk = devm_kcalloc(rvu->dev, num_devs, in rvu_flr_init() 3250 for (dev = 0; dev < num_devs; dev++) { in rvu_flr_init()
|
Completed in 22 milliseconds