Searched refs:device_count (Results 1 – 15 of 15) sorted by relevance
/drivers/input/rmi4/ |
D | rmi_f03.c | 36 u8 device_count; member 110 f03->device_count = query1 & RMI_F03_DEVICE_COUNT; in rmi_f03_initialize() 114 query2_len = f03->device_count * bytes_per_device; in rmi_f03_initialize() 121 f03->device_count = 1; in rmi_f03_initialize() 214 if (f03->device_count != 1) in rmi_f03_probe() 216 f03->device_count); in rmi_f03_probe()
|
/drivers/acpi/acpica/ |
D | dsinit.c | 127 info->device_count++; in acpi_ds_init_one_object() 214 info.object_count, info.device_count, in acpi_ds_initialize_objects()
|
D | acstruct.h | 104 u32 device_count; member 190 u32 device_count; member
|
D | nsinit.c | 119 info.device_count = 0; in acpi_ns_initialize_devices() 233 info.device_count)); in acpi_ns_initialize_devices() 464 info->device_count++; in acpi_ns_find_ini_methods()
|
/drivers/video/fbdev/ |
D | au1200fb.c | 180 static int device_count = MAX_DEVICE_COUNT; variable 694 for (i = 0; i < device_count; ++i) { in fbinfo2index() 1626 device_count = simple_strtol(this_opt, &endptr, 0); in au1200fb_setup() 1627 if ((device_count < 0) || in au1200fb_setup() 1628 (device_count > MAX_DEVICE_COUNT)) in au1200fb_setup() 1629 device_count = MAX_DEVICE_COUNT; in au1200fb_setup() 1671 for (plane = 0; plane < device_count; ++plane) { in au1200fb_drv_probe() 1754 for (plane = 0; plane < device_count; ++plane) { in au1200fb_drv_probe() 1780 for (plane = 0; plane < device_count; ++plane) { in au1200fb_drv_remove() 1819 for (i = 0; i < device_count; i++) { in au1200fb_drv_resume()
|
/drivers/pcmcia/ |
D | ds.c | 304 (p_dev->socket->device_count == 1) && (p_dev->device_no == 0)) in pcmcia_device_probe() 332 s->device_count = 0; in pcmcia_card_remove() 334 s->device_count = 1; in pcmcia_card_remove() 369 (p_dev->socket->device_count > 0) && in pcmcia_device_remove() 496 p_dev->device_no = (s->device_count++); in pcmcia_device_add() 577 s->device_count--; in pcmcia_device_add() 592 s->device_count--; in pcmcia_device_add() 1363 socket->device_count = 0; in pcmcia_bus_add_socket()
|
/drivers/soc/xilinx/ |
D | zynqmp_pm_domains.c | 165 if (domain->device_count) in zynqmp_gpd_attach_dev() 196 if (domain->device_count) in zynqmp_gpd_detach_dev()
|
/drivers/pci/controller/ |
D | pci-hyperv.c | 347 u32 device_count; member 353 u32 device_count; member 555 u32 device_count; member 2541 for (child_no = 0; child_no < dr->device_count; child_no++) { in pci_devices_present_work() 2679 dr = kzalloc(struct_size(dr, func, relations->device_count), in hv_pci_devices_present() 2684 dr->device_count = relations->device_count; in hv_pci_devices_present() 2685 for (i = 0; i < dr->device_count; i++) { in hv_pci_devices_present() 2714 dr = kzalloc(struct_size(dr, func, relations->device_count), in hv_pci_devices_present2() 2719 dr->device_count = relations->device_count; in hv_pci_devices_present2() 2720 for (i = 0; i < dr->device_count; i++) { in hv_pci_devices_present2() [all …]
|
/drivers/gpu/drm/amd/display/modules/hdcp/ |
D | hdcp1_execution.c | 318 uint8_t device_count; in read_ksv_list() local 348 device_count = get_device_count(hdcp); in read_ksv_list() 349 hdcp->auth.msg.hdcp1.ksvlist_size = device_count*5; in read_ksv_list()
|
D | hdcp_ddc.c | 485 uint32_t device_count = 0; in mod_hdcp_read_rx_id_list() local 495 device_count = HDCP_2_2_DEV_COUNT_LO(hdcp->auth.msg.hdcp2.rx_id_list[2]) + in mod_hdcp_read_rx_id_list() 497 rx_id_list_size = MIN((21 + 5 * device_count), in mod_hdcp_read_rx_id_list()
|
/drivers/android/ |
D | binderfs.c | 132 if (++info->device_count <= info->mount_opts.max) in binderfs_binder_device_create() 140 --info->device_count; in binderfs_binder_device_create() 216 --info->device_count; in binderfs_binder_device_create() 270 --info->device_count; in binderfs_evict_inode()
|
D | binder_internal.h | 72 int device_count; member
|
/drivers/base/power/ |
D | domain.c | 1080 if (genpd->suspended_count != genpd->device_count in genpd_sync_power_off() 1642 genpd->device_count++; in genpd_add_device() 1700 genpd->device_count--; in genpd_remove_device() 1925 if (!list_empty(&subdomain->parent_links) || subdomain->device_count) { in pm_genpd_remove_subdomain() 2058 genpd->device_count = 0; in pm_genpd_init() 2125 if (!list_empty(&genpd->parent_links) || genpd->device_count) { in genpd_remove()
|
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | common.c | 467 for (i = 0; i < brcmfmac_pdata->device_count; i++) { in brcmf_get_module_param()
|
/drivers/vfio/ |
D | vfio_main.c | 97 dev_set->device_count++; in vfio_assign_device_set() 119 if (!--dev_set->device_count) { in vfio_release_device_set()
|