Searched refs:device_count (Results 1 – 16 of 16) sorted by relevance
| /drivers/input/rmi4/ |
| A 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/ |
| A 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()
|
| A D | acstruct.h | 104 u32 device_count; member 190 u32 device_count; member
|
| A 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/ |
| A D | au1200fb.c | 180 static int device_count = MAX_DEVICE_COUNT; variable 694 for (i = 0; i < device_count; ++i) { in fbinfo2index() 1627 device_count = simple_strtol(this_opt, &endptr, 0); in au1200fb_setup() 1628 if ((device_count < 0) || in au1200fb_setup() 1629 (device_count > MAX_DEVICE_COUNT)) in au1200fb_setup() 1630 device_count = MAX_DEVICE_COUNT; in au1200fb_setup() 1672 for (plane = 0; plane < device_count; ++plane) { in au1200fb_drv_probe() 1746 for (plane = 0; plane < device_count; ++plane) { in au1200fb_drv_probe() 1772 for (plane = 0; plane < device_count; ++plane) { in au1200fb_drv_remove() 1809 for (i = 0; i < device_count; i++) { in au1200fb_drv_resume()
|
| /drivers/pcmcia/ |
| A 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() 1362 socket->device_count = 0; in pcmcia_bus_add_socket()
|
| /drivers/pmdomain/xilinx/ |
| A D | zynqmp-pm-domains.c | 159 if (domain->device_count) in zynqmp_gpd_attach_dev() 190 if (domain->device_count) in zynqmp_gpd_detach_dev()
|
| /drivers/android/ |
| A D | binderfs.c | 131 if (++info->device_count <= info->mount_opts.max) in binderfs_binder_device_create() 139 --info->device_count; in binderfs_binder_device_create() 215 --info->device_count; in binderfs_binder_device_create() 269 --info->device_count; in binderfs_evict_inode()
|
| A D | binder_internal.h | 71 int device_count; member
|
| /drivers/pci/controller/ |
| A D | pci-hyperv.c | 348 u32 device_count; member 354 u32 device_count; member 547 u32 device_count; member 2879 dr = kzalloc(struct_size(dr, func, relations->device_count), in hv_pci_devices_present() 2884 dr->device_count = relations->device_count; in hv_pci_devices_present() 2885 for (i = 0; i < dr->device_count; i++) { in hv_pci_devices_present() 2914 dr = kzalloc(struct_size(dr, func, relations->device_count), in hv_pci_devices_present2() 2919 dr->device_count = relations->device_count; in hv_pci_devices_present2() 2920 for (i = 0; i < dr->device_count; i++) { in hv_pci_devices_present2() 3125 bus_rel->device_count)) { in hv_pci_onchannelcallback() [all …]
|
| /drivers/gpu/drm/amd/display/modules/hdcp/ |
| A 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()
|
| A D | hdcp_ddc.c | 511 uint32_t device_count = 0; in mod_hdcp_read_rx_id_list() local 521 device_count = HDCP_2_2_DEV_COUNT_LO(hdcp->auth.msg.hdcp2.rx_id_list[2]) + in mod_hdcp_read_rx_id_list() 523 rx_id_list_size = MIN((21 + 5 * device_count), in mod_hdcp_read_rx_id_list()
|
| /drivers/net/wireless/ath/ath12k/ |
| A D | core.c | 1847 int device_count = 0; in ath12k_core_get_wsi_info() local 1855 ag->wsi_node[device_count] = next_wsi_dev; in ath12k_core_get_wsi_info() 1881 device_count++; in ath12k_core_get_wsi_info() 1882 if (device_count > ATH12K_MAX_DEVICES) { in ath12k_core_get_wsi_info() 1884 device_count, ATH12K_MAX_DEVICES); in ath12k_core_get_wsi_info() 1891 ag->num_devices = device_count; in ath12k_core_get_wsi_info()
|
| /drivers/pmdomain/ |
| A D | core.c | 1421 if (genpd->suspended_count != genpd->device_count in genpd_sync_power_off() 1944 genpd->device_count++; in genpd_add_device() 2003 genpd->device_count--; in genpd_remove_device() 2229 if (!list_empty(&subdomain->parent_links) || subdomain->device_count) { in pm_genpd_remove_subdomain() 2397 genpd->device_count = 0; in pm_genpd_init() 2464 if (!list_empty(&genpd->parent_links) || genpd->device_count) { in genpd_remove()
|
| /drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| A D | common.c | 544 for (i = 0; i < brcmfmac_pdata->device_count; i++) { in brcmf_get_module_param()
|
| /drivers/vfio/ |
| A D | vfio_main.c | 106 dev_set->device_count++; in vfio_assign_device_set() 128 if (!--dev_set->device_count) { in vfio_release_device_set()
|
Completed in 67 milliseconds