/Linux-v6.6/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()
|
/Linux-v6.6/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()
|
/Linux-v6.6/sound/drivers/ |
D | portman2x4.c | 48 static int device_count; variable 629 device = platform_device_alloc(PLATFORM_DRIVER, device_count); in snd_portman_attach() 649 platform_devices[device_count] = device; in snd_portman_attach() 650 device_count++; in snd_portman_attach() 835 if (device_count == 0) { in snd_portman_module_init()
|
D | mts64.c | 28 static int device_count; variable 843 device = platform_device_alloc(PLATFORM_DRIVER, device_count); in snd_mts64_attach() 863 platform_devices[device_count] = device; in snd_mts64_attach() 864 device_count++; in snd_mts64_attach() 1048 if (device_count == 0) { in snd_mts64_module_init()
|
/Linux-v6.6/include/linux/platform_data/ |
D | brcmfmac.h | 180 int device_count; member
|
/Linux-v6.6/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() 1817 for (i = 0; i < device_count; i++) { in au1200fb_drv_resume()
|
/Linux-v6.6/drivers/pmdomain/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()
|
/Linux-v6.6/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() 588 s->device_count--; in pcmcia_device_add() 1358 socket->device_count = 0; in pcmcia_bus_add_socket()
|
/Linux-v6.6/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()
|
/Linux-v6.6/drivers/android/ |
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()
|
D | binder_internal.h | 72 int device_count; member
|
/Linux-v6.6/drivers/pci/controller/ |
D | pci-hyperv.c | 347 u32 device_count; member 353 u32 device_count; member 547 u32 device_count; member 2621 for (child_no = 0; child_no < dr->device_count; child_no++) { in pci_devices_present_work() 2759 dr = kzalloc(struct_size(dr, func, relations->device_count), in hv_pci_devices_present() 2764 dr->device_count = relations->device_count; in hv_pci_devices_present() 2765 for (i = 0; i < dr->device_count; i++) { in hv_pci_devices_present() 2794 dr = kzalloc(struct_size(dr, func, relations->device_count), in hv_pci_devices_present2() 2799 dr->device_count = relations->device_count; in hv_pci_devices_present2() 2800 for (i = 0; i < dr->device_count; i++) { in hv_pci_devices_present2() [all …]
|
/Linux-v6.6/include/pcmcia/ |
D | ss.h | 207 u8 device_count; member
|
/Linux-v6.6/Documentation/pcmcia/ |
D | locking.rst | 105 u8 device_count;
|
/Linux-v6.6/sound/soc/sof/ |
D | ipc4-topology.h | 241 uint32_t device_count; member
|
/Linux-v6.6/arch/powerpc/platforms/powernv/ |
D | pci.h | 58 int device_count; member
|
D | pci-ioda.c | 907 pe->device_count++; in pnv_ioda_setup_dev_PE() 1038 pe->device_count++; in pnv_pci_ioda_dma_dev_setup() 1144 (pe->device_count == 1 || !pe->pbus) && in pnv_pci_ioda_iommu_bypass_supported() 2105 pe->rid, pe->device_count, in pnv_pci_ioda_pe_dump() 2487 WARN_ON(--pe->device_count < 0); in pnv_pci_release_device() 2488 if (pe->device_count == 0) in pnv_pci_release_device()
|
/Linux-v6.6/drivers/base/power/ |
D | domain.c | 1130 if (genpd->suspended_count != genpd->device_count in genpd_sync_power_off() 1650 genpd->device_count++; in genpd_add_device() 1708 genpd->device_count--; in genpd_remove_device() 1933 if (!list_empty(&subdomain->parent_links) || subdomain->device_count) { in pm_genpd_remove_subdomain() 2067 genpd->device_count = 0; in pm_genpd_init() 2134 if (!list_empty(&genpd->parent_links) || genpd->device_count) { in genpd_remove()
|
/Linux-v6.6/include/linux/ |
D | vfio.h | 34 unsigned int device_count; member
|
D | pm_domain.h | 134 unsigned int device_count; /* Number of devices */ member
|
/Linux-v6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | common.c | 537 for (i = 0; i < brcmfmac_pdata->device_count; i++) { in brcmf_get_module_param()
|
/Linux-v6.6/sound/soc/sof/intel/ |
D | hda-dai-ops.c | 454 blob->alh_cfg.device_count = 1; in sdw_hda_ipc4_get_hext_stream()
|