Home
last modified time | relevance | path

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

12345678910>>...18

/kernel/linux/linux-5.10/drivers/char/agp/
Dvia-agp.c230 .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 …]
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.c452 .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 …]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
Dni_atmio.c87 .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 …]
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()
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
Dadf_ctl_drv.c95 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 …]
/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_trace.h406 TP_PROTO(struct hmdfs_sb_info *sbi, unsigned long long device_id,
409 TP_ARGS(sbi, device_id, remote_ino, datasync),
413 __field(uint64_t, device_id)
420 __entry->device_id = device_id;
426 __entry->src, __entry->device_id,
432 TP_PROTO(struct hmdfs_sb_info *sbi, unsigned long long device_id,
435 TP_ARGS(sbi, device_id, remote_ino, timeout, err),
439 __field(uint64_t, device_id)
447 __entry->device_id = device_id;
454 __entry->src, __entry->device_id, __entry->remote_ino,
[all …]
Dstash.c305 conn->owner, conn->device_id, in hmdfs_flush_stash_file_metadata()
318 conn->owner, conn->device_id, info->remote_ino, in hmdfs_flush_stash_file_metadata()
328 conn->owner, conn->device_id, info->remote_ino, in hmdfs_flush_stash_file_metadata()
353 conn->owner, conn->device_id, info->remote_ino); in hmdfs_wait_remote_writeback_once()
373 conn->owner, conn->device_id, info->remote_ino, in hmdfs_reset_remote_write_err()
439 conn->owner, conn->device_id, in hmdfs_flush_stash_file_data()
447 conn->owner, conn->device_id, info->remote_ino, in hmdfs_flush_stash_file_data()
533 conn->owner, conn->device_id, info->remote_ino, in hmdfs_close_stash_file()
587 conn->owner, conn->device_id, in hmdfs_new_file_cache()
594 conn->owner, conn->device_id, info->remote_ino); in hmdfs_new_file_cache()
[all …]
Dfile_merge.c285 get_next_hmdfs_file_info(struct hmdfs_file_info *fi_head, int device_id) in get_next_hmdfs_file_info() argument
293 if (fi_iter->device_id == device_id) in get_next_hmdfs_file_info()
302 int device_id) in get_hmdfs_file_info() argument
308 if (fi_iter->device_id == device_id) { in get_hmdfs_file_info()
325 unsigned long device_id = (unsigned long)((ctx->pos) << 1 >> in hmdfs_iterate_merge() local
331 .dev_id = device_id in hmdfs_iterate_merge()
340 fi_iter = get_hmdfs_file_info(fi_head, device_id); in hmdfs_iterate_merge()
342 fi_iter = get_next_hmdfs_file_info(fi_head, device_id); in hmdfs_iterate_merge()
346 hmdfs_set_pos(fi_iter->device_id, 0, 0); in hmdfs_iterate_merge()
349 ctx_merge.dev_id = fi_iter->device_id; in hmdfs_iterate_merge()
[all …]
Dfile_root.c45 current_dev_id = next_con->device_id; in get_next_con()
50 if ((con->device_id & 0xFFFF) == (current_dev_id & 0xFFFF)) { in get_next_con()
57 current_dev_id = next_con->device_id; in get_next_con()
103 dev_id = next_con->device_id; in hmdfs_device_iterate()
124 dev_id = con->device_id; in hmdfs_device_iterate()
Dinode_remote.c196 con->device_id, dentry->d_parent)) { in hmdfs_lookup_by_con()
198 con->device_id); in hmdfs_lookup_by_con()
414 uint64_t device_id = 0; in hmdfs_lookup_remote_dentry() local
425 device_id = gdi->device_id; in hmdfs_lookup_remote_dentry()
426 con = hmdfs_lookup_from_devid(sbi, device_id); in hmdfs_lookup_remote_dentry()
489 gdi->device_id = hmdfs_d(child_dentry->d_parent)->device_id; in hmdfs_lookup_remote()
587 create_in_cache_file(con->device_id, dentry); in hmdfs_mkdir_remote()
658 create_in_cache_file(con->device_id, dentry); in hmdfs_create_remote()
681 delete_in_cache_file(conn->device_id, dentry); in hmdfs_rmdir_remote_dentry()
727 delete_in_cache_file(conn->device_id, dentry); in hmdfs_dev_unlink_from_con()
[all …]
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/
Dsdio_ops.c24 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 …]
/kernel/linux/linux-5.10/sound/pci/echoaudio/
Dmona_dsp.c40 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()
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()
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()
Dgina24_dsp.c40 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()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_acpi.c253 u32 device_id, type; in intel_acpi_device_id_update() local
255 device_id = acpi_display_type(connector); in intel_acpi_device_id_update()
258 type = (device_id & ACPI_DISPLAY_TYPE_MASK) in intel_acpi_device_id_update()
260 device_id |= display_index[type]++ << ACPI_DISPLAY_INDEX_SHIFT; in intel_acpi_device_id_update()
262 connector->acpi_device_id = device_id; in intel_acpi_device_id_update()
/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dconnection.c286 data_len, conn_impl->node->device_id); in hs_proc_msg_data()
295 req_len, data_len, conn_impl->node->device_id); in hs_proc_msg_data()
306 ops, data_len, conn_impl->node->device_id, hs_req->len); in hs_proc_msg_data()
632 conn_impl->node->device_id, head->datasize, fd); in connection_handshake_recv_handler()
642 conn_impl->node->device_id, status, fd); in connection_handshake_recv_handler()
695 conn_impl->node->device_id, fd); in connection_handshake_recv_handler()
793 peer->device_id); in hmdfs_peer_release()
796 peer->device_id); in hmdfs_peer_release()
838 count, node->device_id, tcp ? tcp->fd : -1, in hmdfs_dump_deleting_list()
870 hmdfs_info("Try to disconnect peer: device_id %llu", node->device_id); in hmdfs_disconnect_node()
[all …]
/kernel/linux/linux-5.10/drivers/platform/x86/
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()
/kernel/linux/linux-5.10/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
489 __le32 device_id; member
521 __le32 device_id; member
539 __le32 device_id; member
569 __le32 device_id; member
[all …]
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
Dsja1105_spi.c401 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,

12345678910>>...18