/linux-6.12.1/drivers/char/agp/ |
D | via-agp.c | 227 .device_id = PCI_DEVICE_ID_VIA_82C597_0, 232 .device_id = PCI_DEVICE_ID_VIA_82C598_0, 237 .device_id = PCI_DEVICE_ID_VIA_8501_0, 243 .device_id = PCI_DEVICE_ID_VIA_8601_0, 249 .device_id = PCI_DEVICE_ID_VIA_82C691_0, 254 .device_id = PCI_DEVICE_ID_VIA_8371_0, 260 .device_id = PCI_DEVICE_ID_VIA_8633_0, 265 .device_id = PCI_DEVICE_ID_VIA_XN266, 271 .device_id = PCI_DEVICE_ID_VIA_8361, 277 .device_id = PCI_DEVICE_ID_VIA_8363_0, [all …]
|
D | ali-agp.c | 255 .device_id = PCI_DEVICE_ID_AL_M1541, 259 .device_id = PCI_DEVICE_ID_AL_M1621, 263 .device_id = PCI_DEVICE_ID_AL_M1631, 267 .device_id = PCI_DEVICE_ID_AL_M1632, 271 .device_id = PCI_DEVICE_ID_AL_M1641, 275 .device_id = PCI_DEVICE_ID_AL_M1644, 279 .device_id = PCI_DEVICE_ID_AL_M1647, 283 .device_id = PCI_DEVICE_ID_AL_M1651, 287 .device_id = PCI_DEVICE_ID_AL_M1671, 291 .device_id = PCI_DEVICE_ID_AL_M1681, [all …]
|
D | ati-agp.c | 443 .device_id = PCI_DEVICE_ID_ATI_RS100, 447 .device_id = PCI_DEVICE_ID_ATI_RS200, 451 .device_id = PCI_DEVICE_ID_ATI_RS200_B, 455 .device_id = PCI_DEVICE_ID_ATI_RS250, 459 .device_id = PCI_DEVICE_ID_ATI_RS300_100, 463 .device_id = PCI_DEVICE_ID_ATI_RS300_133, 467 .device_id = PCI_DEVICE_ID_ATI_RS300_166, 471 .device_id = PCI_DEVICE_ID_ATI_RS300_200, 475 .device_id = PCI_DEVICE_ID_ATI_RS350_133, 479 .device_id = PCI_DEVICE_ID_ATI_RS350_200, [all …]
|
/linux-6.12.1/drivers/video/fbdev/via/ |
D | ioctl.c | 21 viainfo.device_id = UNICHROME_CLE266_DID; in viafb_ioctl_get_viafb_info() 25 viainfo.device_id = UNICHROME_K400_DID; in viafb_ioctl_get_viafb_info() 29 viainfo.device_id = UNICHROME_K800_DID; in viafb_ioctl_get_viafb_info() 33 viainfo.device_id = UNICHROME_PM800_DID; in viafb_ioctl_get_viafb_info() 37 viainfo.device_id = UNICHROME_CN700_DID; in viafb_ioctl_get_viafb_info() 41 viainfo.device_id = UNICHROME_CX700_DID; in viafb_ioctl_get_viafb_info() 45 viainfo.device_id = UNICHROME_K8M890_DID; in viafb_ioctl_get_viafb_info() 49 viainfo.device_id = UNICHROME_P4M890_DID; in viafb_ioctl_get_viafb_info() 53 viainfo.device_id = UNICHROME_P4M900_DID; in viafb_ioctl_get_viafb_info()
|
/linux-6.12.1/drivers/comedi/drivers/ |
D | ni_atmio.c | 95 .device_id = 44, 110 .device_id = 25, 125 .device_id = 36, 139 .device_id = 37, 154 .device_id = 38, 169 .device_id = 39, 184 .device_id = 50, 200 .device_id = 51, 267 int device_id = ni_read_eeprom(dev, 511); in ni_atmio_probe() local 273 if (board->device_id == device_id) in ni_atmio_probe() [all …]
|
D | ni_mio_cs.c | 43 .device_id = 0x010d, 52 .device_id = 0x010c, 61 .device_id = 0x02c4, 76 .device_id = 0x075e, 90 .device_id = 0x0245, 106 .device_id = 0x0000, /* unknown */ 125 if (board->device_id == link->card_id) in ni_getboardtype()
|
/linux-6.12.1/drivers/net/ethernet/ti/ |
D | cpsw_sl.c | 113 const char *device_id; member 122 .device_id = "cpsw", 131 .device_id = "66ak2hk", 138 .device_id = "66ak2x_xgbe", 148 .device_id = "66ak2el", 161 .device_id = "66ak2g", 171 .device_id = "am65", 218 const char *device_id) in cpsw_sl_match_id() argument 220 if (!id || !device_id) in cpsw_sl_match_id() 223 while (id->device_id) { in cpsw_sl_match_id() [all …]
|
/linux-6.12.1/arch/x86/hyperv/ |
D | irqdomain.c | 15 static int hv_map_interrupt(union hv_device_id device_id, bool level, in hv_map_interrupt() argument 33 input->device_id = device_id.as_uint64; in hv_map_interrupt() 85 input->device_id = id; in hv_unmap_interrupt() 175 union hv_device_id device_id = hv_build_pci_dev_id(dev); in hv_map_msi_interrupt() local 177 return hv_map_interrupt(device_id, false, cpu, vector, entry); in hv_map_msi_interrupt() 343 union hv_device_id device_id; in hv_unmap_ioapic_interrupt() local 345 device_id.as_uint64 = 0; in hv_unmap_ioapic_interrupt() 346 device_id.device_type = HV_DEVICE_TYPE_IOAPIC; in hv_unmap_ioapic_interrupt() 347 device_id.ioapic.ioapic_id = (u8)ioapic_id; in hv_unmap_ioapic_interrupt() 349 return hv_unmap_interrupt(device_id.as_uint64, entry); in hv_unmap_ioapic_interrupt() [all …]
|
/linux-6.12.1/kernel/ |
D | dma.c | 57 const char *device_id; member 70 int request_dma(unsigned int dmanr, const char * device_id) in request_dma() argument 78 dma_chan_busy[dmanr].device_id = device_id; in request_dma() 104 int request_dma(unsigned int dmanr, const char *device_id) in request_dma() argument 125 dma_chan_busy[i].device_id); in proc_dma_show()
|
/linux-6.12.1/tools/testing/selftests/iommu/ |
D | iommufd_utils.h | 158 static int _test_cmd_hwpt_alloc(int fd, __u32 device_id, __u32 pt_id, __u32 ft_id, in _test_cmd_hwpt_alloc() argument 165 .dev_id = device_id, in _test_cmd_hwpt_alloc() 182 #define test_cmd_hwpt_alloc(device_id, pt_id, flags, hwpt_id) \ argument 183 ASSERT_EQ(0, _test_cmd_hwpt_alloc(self->fd, device_id, pt_id, 0, flags, \ 186 #define test_err_hwpt_alloc(_errno, device_id, pt_id, flags, hwpt_id) \ argument 188 self->fd, device_id, pt_id, 0, flags, \ 191 #define test_cmd_hwpt_alloc_nested(device_id, pt_id, flags, hwpt_id, \ argument 193 ASSERT_EQ(0, _test_cmd_hwpt_alloc(self->fd, device_id, pt_id, 0, flags, \ 195 #define test_err_hwpt_alloc_nested(_errno, device_id, pt_id, flags, hwpt_id, \ argument 198 _test_cmd_hwpt_alloc(self->fd, device_id, pt_id, 0, flags, \ [all …]
|
/linux-6.12.1/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_pci.c | 34 u16 device_id; in rtl92e_check_adapter() local 38 device_id = pdev->device; in rtl92e_check_adapter() 44 if (device_id == 0x8192) { in rtl92e_check_adapter() 49 device_id); in rtl92e_check_adapter() 55 device_id); in rtl92e_check_adapter()
|
/linux-6.12.1/drivers/firmware/efi/ |
D | cper_cxl.c | 108 prot_err->device_id.slot >> CPER_PCIE_SLOT_SHIFT); in cper_print_prot_err() 110 pfx, prot_err->device_id.vendor_id, in cper_print_prot_err() 111 prot_err->device_id.device_id); in cper_print_prot_err() 113 pfx, prot_err->device_id.subsystem_vendor_id, in cper_print_prot_err() 114 prot_err->device_id.subsystem_id); in cper_print_prot_err() 115 class_code = prot_err->device_id.class_code; in cper_print_prot_err()
|
/linux-6.12.1/drivers/block/rnbd/ |
D | rnbd-srv-trace.h | 78 __field(u32, device_id) 91 __entry->device_id = le32_to_cpu(msg->device_id); 106 __entry->device_id, 186 __field(u32, device_id) 191 __entry->device_id = le32_to_cpu(msg->device_id); 197 __entry->device_id
|
/linux-6.12.1/tools/testing/selftests/kvm/aarch64/ |
D | vgic_lpi_stress.c | 65 u32 coll_id, device_id, event_id, intid = GIC_LPI_OFFSET; in guest_setup_its_mappings() local 75 for (device_id = 0; device_id < nr_devices; device_id++) { in guest_setup_its_mappings() 76 vm_paddr_t itt_base = test_data.itt_tables + (device_id * SZ_64K); in guest_setup_its_mappings() 78 its_send_mapd_cmd(test_data.cmdq_base_va, device_id, in guest_setup_its_mappings() 82 its_send_mapti_cmd(test_data.cmdq_base_va, device_id, in guest_setup_its_mappings() 223 static void signal_lpi(u32 device_id, u32 event_id) in signal_lpi() argument 231 .devid = device_id, in signal_lpi() 247 u32 device_id = (size_t)data; in lpi_worker_thread() local 255 signal_lpi(device_id, event_id); in lpi_worker_thread()
|
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/ |
D | adf_ctl_drv.c | 102 cfg_data->device_id = ADF_CFG_NO_DEVICE; in adf_ctl_alloc_resources() 199 accel_dev = adf_devmgr_get_dev_by_id(ctl_data->device_id); in adf_ctl_ioctl_dev_config() 274 if (adf_devmgr_verify_id(ctl_data->device_id)) { in adf_ctl_ioctl_dev_stop() 275 pr_err("QAT: Device %d not found\n", ctl_data->device_id); in adf_ctl_ioctl_dev_stop() 280 ret = adf_ctl_is_device_in_use(ctl_data->device_id); in adf_ctl_ioctl_dev_stop() 284 if (ctl_data->device_id == ADF_CFG_ALL_DEVICES) in adf_ctl_ioctl_dev_stop() 288 ctl_data->device_id); in adf_ctl_ioctl_dev_stop() 290 adf_ctl_stop_devices(ctl_data->device_id); in adf_ctl_ioctl_dev_stop() 309 accel_dev = adf_devmgr_get_dev_by_id(ctl_data->device_id); in adf_ctl_ioctl_dev_start() 315 ctl_data->device_id); in adf_ctl_ioctl_dev_start() [all …]
|
/linux-6.12.1/drivers/staging/rtl8723bs/hal/ |
D | sdio_ops.c | 18 u8 device_id, in hal_sdio_get_cmd_addr_8723b() argument 23 switch (device_id) { in hal_sdio_get_cmd_addr_8723b() 94 u8 device_id; in _cvrt2ftaddr() local 98 device_id = get_deviceid(addr); in _cvrt2ftaddr() 101 switch (device_id) { in _cvrt2ftaddr() 118 device_id = WLAN_IOREG_DEVICE_ID; in _cvrt2ftaddr() 122 ftaddr = (device_id << 13) | offset; in _cvrt2ftaddr() 125 *pdevice_id = device_id; in _cvrt2ftaddr() 155 u8 device_id; in sdio_read32() local 164 ftaddr = _cvrt2ftaddr(addr, &device_id, &offset); in sdio_read32() [all …]
|
/linux-6.12.1/drivers/hid/i2c-hid/ |
D | i2c-hid-dmi-quirks.c | 485 const struct hid_device_id *device_id = in i2c_hid_get_dmi_quirks() local 488 if (device_id && device_id->vendor == vendor && in i2c_hid_get_dmi_quirks() 489 device_id->product == product) in i2c_hid_get_dmi_quirks() 490 quirks = device_id->driver_data; in i2c_hid_get_dmi_quirks()
|
/linux-6.12.1/sound/pci/echoaudio/ |
D | mona_dsp.c | 40 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 54 chip->device_id = device_id; in init_hw() 66 if (chip->device_id == DEVICE_ID_56361) in init_hw() 128 if (chip->device_id == DEVICE_ID_56361) in load_asic() 172 if (chip->device_id == DEVICE_ID_56361) { in switch_asic() 218 if (chip->device_id == DEVICE_ID_56361) in set_sample_rate() 223 if (chip->device_id == DEVICE_ID_56361) in set_sample_rate()
|
D | indigodjx_dsp.c | 34 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 48 chip->device_id = device_id; in init_hw()
|
D | indigoiox_dsp.c | 34 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 48 chip->device_id = device_id; in init_hw()
|
D | gina24_dsp.c | 40 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 54 chip->device_id = device_id; in init_hw() 63 if (chip->device_id == DEVICE_ID_56361) { in init_hw() 137 if (chip->device_id == DEVICE_ID_56361) in load_asic() 326 if (chip->device_id == DEVICE_ID_56301) in dsp_set_digital_mode()
|
/linux-6.12.1/tools/hv/ |
D | lsvmbus | 66 device_id = get_vmbus_dev_attr(f, 'device_id')[0].strip() variable 82 d.device_id = device_id 110 d.device_id, d.sysfs_path, d.chn_vp_mapping
|
/linux-6.12.1/drivers/net/dsa/sja1105/ |
D | sja1105_spi.c | 376 config->device_id, priv->info->device_id); in sja1105_static_config_upload() 412 .device_id = 0x0, 448 .device_id = 0x0, 487 .device_id = SJA1110_SPI_ADDR(0x0), 574 .device_id = SJA1105E_DEVICE_ID, 606 .device_id = SJA1105T_DEVICE_ID, 638 .device_id = SJA1105PR_DEVICE_ID, 671 .device_id = SJA1105QS_DEVICE_ID, 704 .device_id = SJA1105PR_DEVICE_ID, 740 .device_id = SJA1105QS_DEVICE_ID, [all …]
|
/linux-6.12.1/drivers/platform/x86/dell/ |
D | dell-wmi-led.c | 43 unsigned char device_id; member 49 static int dell_led_perform_fn(u8 length, u8 result_code, u8 device_id, in dell_led_perform_fn() argument 62 .device_id = device_id, in dell_led_perform_fn()
|
/linux-6.12.1/drivers/scsi/pm8001/ |
D | pm8001_hwi.h | 261 __le32 device_id; member 274 __le32 device_id; member 358 __le32 device_id; member 371 __le32 device_id; member 394 __le32 device_id; member 431 __le32 device_id; member 484 __le32 device_id; member 516 __le32 device_id; member 534 __le32 device_id; member 564 __le32 device_id; member [all …]
|