/Linux-v5.10/drivers/char/agp/ |
D | via-agp.c | 230 .device_id = PCI_DEVICE_ID_VIA_82C597_0, 235 .device_id = PCI_DEVICE_ID_VIA_82C598_0, 240 .device_id = PCI_DEVICE_ID_VIA_8501_0, 246 .device_id = PCI_DEVICE_ID_VIA_8601_0, 252 .device_id = PCI_DEVICE_ID_VIA_82C691_0, 257 .device_id = PCI_DEVICE_ID_VIA_8371_0, 263 .device_id = PCI_DEVICE_ID_VIA_8633_0, 268 .device_id = PCI_DEVICE_ID_VIA_XN266, 274 .device_id = PCI_DEVICE_ID_VIA_8361, 280 .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 | 452 .device_id = PCI_DEVICE_ID_ATI_RS100, 456 .device_id = PCI_DEVICE_ID_ATI_RS200, 460 .device_id = PCI_DEVICE_ID_ATI_RS200_B, 464 .device_id = PCI_DEVICE_ID_ATI_RS250, 468 .device_id = PCI_DEVICE_ID_ATI_RS300_100, 472 .device_id = PCI_DEVICE_ID_ATI_RS300_133, 476 .device_id = PCI_DEVICE_ID_ATI_RS300_166, 480 .device_id = PCI_DEVICE_ID_ATI_RS300_200, 484 .device_id = PCI_DEVICE_ID_ATI_RS350_133, 488 .device_id = PCI_DEVICE_ID_ATI_RS350_200, [all …]
|
D | uninorth-agp.c | 568 .device_id = PCI_DEVICE_ID_APPLE_UNI_N_AGP, 572 .device_id = PCI_DEVICE_ID_APPLE_UNI_N_AGP_P, 576 .device_id = PCI_DEVICE_ID_APPLE_UNI_N_AGP15, 580 .device_id = PCI_DEVICE_ID_APPLE_UNI_N_AGP2, 584 .device_id = PCI_DEVICE_ID_APPLE_U3_AGP, 588 .device_id = PCI_DEVICE_ID_APPLE_U3L_AGP, 592 .device_id = PCI_DEVICE_ID_APPLE_U3H_AGP, 596 .device_id = PCI_DEVICE_ID_APPLE_IPID2_AGP, 616 if (pdev->device == devs[j].device_id) { in agp_uninorth_probe()
|
/Linux-v5.10/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-v5.10/drivers/staging/comedi/drivers/ |
D | ni_atmio.c | 87 .device_id = 44, 102 .device_id = 25, 117 .device_id = 36, 131 .device_id = 37, 146 .device_id = 38, 161 .device_id = 39, 176 .device_id = 50, 192 .device_id = 51, 259 int device_id = ni_read_eeprom(dev, 511); in ni_atmio_probe() local 265 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-v5.10/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-v5.10/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-v5.10/drivers/crypto/qat/qat_common/ |
D | adf_ctl_drv.c | 95 cfg_data->device_id = ADF_CFG_NO_DEVICE; in adf_ctl_alloc_resources() 191 accel_dev = adf_devmgr_get_dev_by_id(ctl_data->device_id); in adf_ctl_ioctl_dev_config() 268 if (adf_devmgr_verify_id(ctl_data->device_id)) { in adf_ctl_ioctl_dev_stop() 269 pr_err("QAT: Device %d not found\n", ctl_data->device_id); in adf_ctl_ioctl_dev_stop() 274 ret = adf_ctl_is_device_in_use(ctl_data->device_id); in adf_ctl_ioctl_dev_stop() 278 if (ctl_data->device_id == ADF_CFG_ALL_DEVICES) in adf_ctl_ioctl_dev_stop() 282 ctl_data->device_id); in adf_ctl_ioctl_dev_stop() 284 adf_ctl_stop_devices(ctl_data->device_id); in adf_ctl_ioctl_dev_stop() 303 accel_dev = adf_devmgr_get_dev_by_id(ctl_data->device_id); in adf_ctl_ioctl_dev_start() 310 ctl_data->device_id); in adf_ctl_ioctl_dev_start() [all …]
|
/Linux-v5.10/drivers/staging/rtl8723bs/hal/ |
D | sdio_ops.c | 24 u8 device_id, in HalSdioGetCmdAddr8723BSdio() argument 29 switch (device_id) { in HalSdioGetCmdAddr8723BSdio() 104 u8 device_id; in _cvrt2ftaddr() local 108 device_id = get_deviceid(addr); in _cvrt2ftaddr() 111 switch (device_id) { in _cvrt2ftaddr() 128 device_id = WLAN_IOREG_DEVICE_ID; in _cvrt2ftaddr() 132 ftaddr = (device_id << 13) | offset; in _cvrt2ftaddr() 135 *pdevice_id = device_id; in _cvrt2ftaddr() 165 u8 device_id; in sdio_read32() local 174 ftaddr = _cvrt2ftaddr(addr, &device_id, &offset); in sdio_read32() [all …]
|
/Linux-v5.10/drivers/gpu/drm/i915/display/ |
D | intel_acpi.c | 235 u32 device_id, type; in intel_acpi_device_id_update() local 237 device_id = acpi_display_type(connector); in intel_acpi_device_id_update() 240 type = (device_id & ACPI_DISPLAY_TYPE_MASK) in intel_acpi_device_id_update() 242 device_id |= display_index[type]++ << ACPI_DISPLAY_INDEX_SHIFT; in intel_acpi_device_id_update() 244 connector->acpi_device_id = device_id; in intel_acpi_device_id_update()
|
/Linux-v5.10/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 53 chip->device_id = device_id; in init_hw() 65 if (chip->device_id == DEVICE_ID_56361) in init_hw() 126 if (chip->device_id == DEVICE_ID_56361) in load_asic() 170 if (chip->device_id == DEVICE_ID_56361) { in switch_asic() 216 if (chip->device_id == DEVICE_ID_56361) in set_sample_rate() 221 if (chip->device_id == DEVICE_ID_56361) in set_sample_rate()
|
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 | 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 | gina24_dsp.c | 40 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 53 chip->device_id = device_id; in init_hw() 62 if (chip->device_id == DEVICE_ID_56361) { in init_hw() 135 if (chip->device_id == DEVICE_ID_56361) in load_asic() 324 if (chip->device_id == DEVICE_ID_56301) in dsp_set_digital_mode()
|
D | darla20_dsp.c | 32 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 45 chip->device_id = device_id; in init_hw()
|
D | indigoio_dsp.c | 37 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 50 chip->device_id = device_id; in init_hw()
|
D | darla24_dsp.c | 32 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() argument 45 chip->device_id = device_id; in init_hw()
|
/Linux-v5.10/tools/hv/ |
D | lsvmbus | 66 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-v5.10/drivers/platform/x86/ |
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-v5.10/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 489 __le32 device_id; member 521 __le32 device_id; member 539 __le32 device_id; member 569 __le32 device_id; member [all …]
|
/Linux-v5.10/drivers/net/dsa/sja1105/ |
D | sja1105_spi.c | 401 config->device_id, priv->info->device_id); in sja1105_static_config_upload() 437 .device_id = 0x0, 471 .device_id = 0x0, 510 .device_id = SJA1105E_DEVICE_ID, 527 .device_id = SJA1105T_DEVICE_ID, 544 .device_id = SJA1105PR_DEVICE_ID, 562 .device_id = SJA1105QS_DEVICE_ID, 580 .device_id = SJA1105PR_DEVICE_ID, 598 .device_id = SJA1105QS_DEVICE_ID,
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-class-rnbd-client | 98 o The symlink /sys/class/rnbd-client/ctl/devices/<device_id> 103 * /dev/block/$(cat /sys/class/rnbd-client/ctl/devices/<device_id>/dev) 105 How to find the <device_id> of the device is described on the next 113 /sys/class/rnbd-client/ctl/devices/<device_id>, which points 115 The <device_id> of each device is created as follows: 119 <device_id>. Otherwise, the <device_id> will be the same as the
|
/Linux-v5.10/drivers/firmware/efi/ |
D | cper.c | 389 pcie->device_id.segment, pcie->device_id.bus, in cper_print_pcie() 390 pcie->device_id.device, pcie->device_id.function); in cper_print_pcie() 392 pcie->device_id.slot >> CPER_PCIE_SLOT_SHIFT); in cper_print_pcie() 394 pcie->device_id.secondary_bus); in cper_print_pcie() 396 pcie->device_id.vendor_id, pcie->device_id.device_id); in cper_print_pcie() 397 p = pcie->device_id.class_code; in cper_print_pcie()
|