Home
last modified time | relevance | path

Searched refs:device_id (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/linux-6.6.21/drivers/char/agp/
Dvia-agp.c227 .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 …]
Dali-agp.c255 .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 …]
Dati-agp.c443 .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.6.21/drivers/video/fbdev/via/
Dioctl.c21 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.6.21/drivers/comedi/drivers/
Dni_atmio.c86 .device_id = 44,
101 .device_id = 25,
116 .device_id = 36,
130 .device_id = 37,
145 .device_id = 38,
160 .device_id = 39,
175 .device_id = 50,
191 .device_id = 51,
258 int device_id = ni_read_eeprom(dev, 511); in ni_atmio_probe() local
264 if (board->device_id == device_id) in ni_atmio_probe()
[all …]
Dni_mio_cs.c43 .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.6.21/drivers/net/ethernet/ti/
Dcpsw_sl.c113 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.6.21/arch/x86/hyperv/
Dirqdomain.c15 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.6.21/kernel/
Ddma.c57 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.6.21/drivers/staging/rtl8192e/rtl8192e/
Drtl_pci.c34 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.6.21/drivers/firmware/efi/
Dcper_cxl.c108 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.6.21/drivers/block/rnbd/
Drnbd-srv-trace.h78 __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.6.21/drivers/crypto/intel/qat/qat_common/
Dadf_ctl_drv.c99 cfg_data->device_id = ADF_CFG_NO_DEVICE; in adf_ctl_alloc_resources()
196 accel_dev = adf_devmgr_get_dev_by_id(ctl_data->device_id); in adf_ctl_ioctl_dev_config()
271 if (adf_devmgr_verify_id(ctl_data->device_id)) { in adf_ctl_ioctl_dev_stop()
272 pr_err("QAT: Device %d not found\n", ctl_data->device_id); in adf_ctl_ioctl_dev_stop()
277 ret = adf_ctl_is_device_in_use(ctl_data->device_id); in adf_ctl_ioctl_dev_stop()
281 if (ctl_data->device_id == ADF_CFG_ALL_DEVICES) in adf_ctl_ioctl_dev_stop()
285 ctl_data->device_id); in adf_ctl_ioctl_dev_stop()
287 adf_ctl_stop_devices(ctl_data->device_id); in adf_ctl_ioctl_dev_stop()
306 accel_dev = adf_devmgr_get_dev_by_id(ctl_data->device_id); in adf_ctl_ioctl_dev_start()
312 ctl_data->device_id); in adf_ctl_ioctl_dev_start()
[all …]
/linux-6.6.21/drivers/staging/rtl8723bs/hal/
Dsdio_ops.c19 u8 device_id, in hal_sdio_get_cmd_addr_8723b() argument
24 switch (device_id) { in hal_sdio_get_cmd_addr_8723b()
95 u8 device_id; in _cvrt2ftaddr() local
99 device_id = get_deviceid(addr); in _cvrt2ftaddr()
102 switch (device_id) { in _cvrt2ftaddr()
119 device_id = WLAN_IOREG_DEVICE_ID; in _cvrt2ftaddr()
123 ftaddr = (device_id << 13) | offset; in _cvrt2ftaddr()
126 *pdevice_id = device_id; in _cvrt2ftaddr()
156 u8 device_id; in sdio_read32() local
165 ftaddr = _cvrt2ftaddr(addr, &device_id, &offset); in sdio_read32()
[all …]
/linux-6.6.21/drivers/hid/i2c-hid/
Di2c-hid-dmi-quirks.c485 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.6.21/sound/pci/echoaudio/
Dmona_dsp.c40 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()
Dindigodjx_dsp.c34 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()
Dindigoiox_dsp.c34 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()
Dgina24_dsp.c40 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()
Ddarla20_dsp.c32 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument
46 chip->device_id = device_id; in init_hw()
/linux-6.6.21/tools/hv/
Dlsvmbus66 device_id = get_vmbus_dev_attr(f, 'device_id')[0].strip()
82 d.device_id = device_id
110 d.device_id, d.sysfs_path, d.chn_vp_mapping
/linux-6.6.21/tools/testing/selftests/iommu/
Diommufd_utils.h105 static int _test_cmd_hwpt_alloc(int fd, __u32 device_id, __u32 pt_id, in _test_cmd_hwpt_alloc() argument
110 .dev_id = device_id, in _test_cmd_hwpt_alloc()
123 #define test_cmd_hwpt_alloc(device_id, pt_id, hwpt_id) \ argument
124 ASSERT_EQ(0, _test_cmd_hwpt_alloc(self->fd, device_id, pt_id, hwpt_id))
357 static int _test_cmd_get_hw_info(int fd, __u32 device_id, in _test_cmd_get_hw_info() argument
363 .dev_id = device_id, in _test_cmd_get_hw_info()
405 #define test_cmd_get_hw_info(device_id, data, data_len) \ argument
406 ASSERT_EQ(0, _test_cmd_get_hw_info(self->fd, device_id, \
409 #define test_err_get_hw_info(_errno, device_id, data, data_len) \ argument
411 _test_cmd_get_hw_info(self->fd, device_id, \
/linux-6.6.21/drivers/net/dsa/sja1105/
Dsja1105_spi.c376 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.6.21/drivers/platform/x86/dell/
Ddell-wmi-led.c43 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.6.21/drivers/scsi/pm8001/
Dpm8001_hwi.h261 __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 …]

12345678910>>...17