Searched refs:dev_cnt (Results 1 – 8 of 8) sorted by relevance
650 int dev_cnt = 0; in pci_p2pmem_find_many() local667 if (distance == closest_distance && dev_cnt >= max_devs) in pci_p2pmem_find_many()671 for (i = 0; i < dev_cnt; i++) in pci_p2pmem_find_many()674 dev_cnt = 0; in pci_p2pmem_find_many()678 closest_pdevs[dev_cnt++] = pci_dev_get(pdev); in pci_p2pmem_find_many()681 if (dev_cnt) in pci_p2pmem_find_many()682 pdev = pci_dev_get(closest_pdevs[prandom_u32_max(dev_cnt)]); in pci_p2pmem_find_many()684 for (i = 0; i < dev_cnt; i++) in pci_p2pmem_find_many()
482 ssize_t get_receiver_id_list_rx_info(struct intel_digital_port *dig_port, u32 *dev_cnt, u8 *byte) in get_receiver_id_list_rx_info() argument493 *dev_cnt = (HDCP_2_2_DEV_COUNT_HI(rx_info[0]) << 4 | in get_receiver_id_list_rx_info()496 if (*dev_cnt > HDCP_2_2_MAX_DEVICE_COUNT) in get_receiver_id_list_rx_info()497 *dev_cnt = HDCP_2_2_MAX_DEVICE_COUNT; in get_receiver_id_list_rx_info()515 u32 dev_cnt; in intel_dp_hdcp2_read_msg() local532 ret = get_receiver_id_list_rx_info(dig_port, &dev_cnt, byte); in intel_dp_hdcp2_read_msg()539 (dev_cnt * HDCP_2_2_RECEIVER_ID_LEN); in intel_dp_hdcp2_read_msg()
62 int dev_cnt; member
494 pd->dev_cnt++; in usnic_uiom_attach_dev_to_pd()527 pd->dev_cnt--; in usnic_uiom_detach_dev_from_pd()540 devs = kcalloc(pd->dev_cnt + 1, sizeof(*devs), GFP_ATOMIC); in usnic_uiom_get_dev_list()
610 int dev_cnt; in sensor_hub_probe() local641 dev_cnt = sensor_hub_get_physical_device_count(hdev); in sensor_hub_probe()642 if (dev_cnt > HID_MAX_PHY_DEVICES) { in sensor_hub_probe()648 dev_cnt, in sensor_hub_probe()
529 unsigned dev_cnt; /* devices assigned to this domain */ member
1560 domain->dev_cnt += 1; in do_attach()1594 domain->dev_cnt -= 1; in do_detach()1990 if (domain->dev_cnt > 0) in amd_iommu_domain_free()1993 BUG_ON(domain->dev_cnt != 0); in amd_iommu_domain_free()2360 if (domain->dev_cnt > 0 || domain->flags & PD_IOMMUV2_MASK) in amd_iommu_domain_enable_v2()
5748 u32 dev_cnt; in i40e_validate_profile() local5757 dev_cnt = profile->device_table_count; in i40e_validate_profile()5758 for (i = 0; i < dev_cnt; i++) { in i40e_validate_profile()5764 if (dev_cnt && i == dev_cnt) { in i40e_validate_profile()