/linux/drivers/xen/xen-pciback/ |
H A D | passthrough.c | 26 struct pci_dev_entry *dev_entry; in __xen_pcibk_get_pci_dev() local 31 list_for_each_entry(dev_entry, &dev_data->dev_list, list) { in __xen_pcibk_get_pci_dev() 32 if (domain == (unsigned int)pci_domain_nr(dev_entry->dev->bus) in __xen_pcibk_get_pci_dev() 33 && bus == (unsigned int)dev_entry->dev->bus->number in __xen_pcibk_get_pci_dev() 34 && devfn == dev_entry->dev->devfn) { in __xen_pcibk_get_pci_dev() 35 dev = dev_entry->dev; in __xen_pcibk_get_pci_dev() 50 struct pci_dev_entry *dev_entry; in __xen_pcibk_add_pci_dev() local 54 dev_entry = kmalloc(sizeof(*dev_entry), GFP_KERNEL); in __xen_pcibk_add_pci_dev() 55 if (!dev_entry) in __xen_pcibk_add_pci_dev() 76 struct pci_dev_entry *dev_entry, *t; __xen_pcibk_release_pci_dev() local 122 struct pci_dev_entry *dev_entry, *e; __xen_pcibk_publish_pci_roots() local 162 struct pci_dev_entry *dev_entry, *t; __xen_pcibk_release_devices() local [all...] |
H A D | vpci.c | 74 struct pci_dev_entry *t, *dev_entry; in __xen_pcibk_add_pci_dev() local 84 dev_entry = kmalloc(sizeof(*dev_entry), GFP_KERNEL); in __xen_pcibk_add_pci_dev() 85 if (!dev_entry) { in __xen_pcibk_add_pci_dev() 92 dev_entry->dev = dev; in __xen_pcibk_add_pci_dev() 115 list_add_tail(&dev_entry->list, in __xen_pcibk_add_pci_dev() 127 list_add_tail(&dev_entry->list, in __xen_pcibk_add_pci_dev() 144 kfree(dev_entry); in __xen_pcibk_add_pci_dev()
|
/linux/drivers/accel/habanalabs/common/ |
H A D | debugfs.c | 107 struct hl_dbg_device_entry *dev_entry = entry->dev_entry; in command_buffers_show() local 111 spin_lock(&dev_entry->cb_spinlock); in command_buffers_show() 113 list_for_each_entry(cb, &dev_entry->cb_list, debugfs_list) { in command_buffers_show() 127 spin_unlock(&dev_entry->cb_spinlock); in command_buffers_show() 138 struct hl_dbg_device_entry *dev_entry = entry->dev_entry; in command_submission_show() local 142 spin_lock(&dev_entry->cs_spinlock); in command_submission_show() 144 list_for_each_entry(cs, &dev_entry->cs_list, debugfs_list) { in command_submission_show() 158 spin_unlock(&dev_entry in command_submission_show() 169 struct hl_dbg_device_entry *dev_entry = entry->dev_entry; command_submission_jobs_show() local 206 struct hl_dbg_device_entry *dev_entry = entry->dev_entry; userptr_show() local 237 struct hl_dbg_device_entry *dev_entry = entry->dev_entry; vm_show() local 352 struct hl_dbg_device_entry *dev_entry = entry->dev_entry; userptr_lookup_show() local 406 struct hl_dbg_device_entry *dev_entry = entry->dev_entry; userptr_lookup_write() local 422 struct hl_dbg_device_entry *dev_entry = entry->dev_entry; mmu_show() local 480 struct hl_dbg_device_entry *dev_entry = entry->dev_entry; mmu_asid_va_write() local 518 struct hl_dbg_device_entry *dev_entry = entry->dev_entry; mmu_ack_error() local 542 struct hl_dbg_device_entry *dev_entry = entry->dev_entry; mmu_ack_error_value_write() local 572 struct hl_dbg_device_entry *dev_entry = entry->dev_entry; engines_show() local 1558 add_secured_nodes(struct hl_dbg_device_entry * dev_entry,struct dentry * root) add_secured_nodes() argument 1605 add_files_to_device(struct hl_device * hdev,struct hl_dbg_device_entry * dev_entry,struct dentry * root) add_files_to_device() argument 1738 struct hl_dbg_device_entry *dev_entry = &hdev->hl_debugfs; hl_debugfs_device_init() local 1787 struct hl_dbg_device_entry *dev_entry = &hdev->hl_debugfs; hl_debugfs_add_device() local 1799 struct hl_dbg_device_entry *dev_entry = &hpriv->hdev->hl_debugfs; hl_debugfs_add_file() local 1808 struct hl_dbg_device_entry *dev_entry = &hpriv->hdev->hl_debugfs; hl_debugfs_remove_file() local 1817 struct hl_dbg_device_entry *dev_entry = &cb->hdev->hl_debugfs; hl_debugfs_add_cb() local 1826 struct hl_dbg_device_entry *dev_entry = &cb->hdev->hl_debugfs; hl_debugfs_remove_cb() local 1835 struct hl_dbg_device_entry *dev_entry = &cs->ctx->hdev->hl_debugfs; hl_debugfs_add_cs() local 1844 struct hl_dbg_device_entry *dev_entry = &cs->ctx->hdev->hl_debugfs; hl_debugfs_remove_cs() local 1853 struct hl_dbg_device_entry *dev_entry = &hdev->hl_debugfs; hl_debugfs_add_job() local 1862 struct hl_dbg_device_entry *dev_entry = &hdev->hl_debugfs; hl_debugfs_remove_job() local 1871 struct hl_dbg_device_entry *dev_entry = &hdev->hl_debugfs; hl_debugfs_add_userptr() local 1881 struct hl_dbg_device_entry *dev_entry = &hdev->hl_debugfs; hl_debugfs_remove_userptr() local 1890 struct hl_dbg_device_entry *dev_entry = &hdev->hl_debugfs; hl_debugfs_add_ctx_mem_hash() local 1899 struct hl_dbg_device_entry *dev_entry = &hdev->hl_debugfs; hl_debugfs_remove_ctx_mem_hash() local 1916 struct hl_dbg_device_entry *dev_entry = &hdev->hl_debugfs; hl_debugfs_set_state_dump() local [all...] |
H A D | habanalabs.h | 2368 * @dev_entry: ASIC specific debugfs manager. 2372 struct hl_dbg_device_entry *dev_entry; member
|
/linux/drivers/mfd/ |
H A D | abx500-core.c | 25 struct abx500_device_entry *dev_entry; in lookup_ops() local 28 list_for_each_entry(dev_entry, &abx500_list, list) { in lookup_ops() 29 if (dev_entry->dev == dev) { in lookup_ops() 30 *ops = &dev_entry->ops; in lookup_ops() 38 struct abx500_device_entry *dev_entry; in abx500_register_ops() local 40 dev_entry = devm_kzalloc(dev, sizeof(*dev_entry), GFP_KERNEL); in abx500_register_ops() 41 if (!dev_entry) in abx500_register_ops() 44 dev_entry->dev = dev; in abx500_register_ops() 45 memcpy(&dev_entry in abx500_register_ops() 54 struct abx500_device_entry *dev_entry, *tmp; abx500_remove_ops() local [all...] |
/linux/drivers/usb/usbip/ |
H A D | vudc.h | 115 struct list_head dev_entry; member
|
H A D | vudc_dev.c | 498 INIT_LIST_HEAD(&udc_dev->dev_entry); in alloc_vudc_device()
|
/linux/drivers/scsi/ |
H A D | ipr.c | 1612 struct ipr_hostrcb_device_data_entry_enhanced *dev_entry; in ipr_log_enhanced_config_error() local 1621 dev_entry = error->dev; in ipr_log_enhanced_config_error() 1623 for (i = 0; i < errors_logged; i++, dev_entry++) { in ipr_log_enhanced_config_error() 1626 ipr_phys_res_err(ioa_cfg, dev_entry->dev_res_addr, "Device %d", i + 1); in ipr_log_enhanced_config_error() 1627 ipr_log_ext_vpd(&dev_entry->vpd); in ipr_log_enhanced_config_error() 1630 ipr_log_ext_vpd(&dev_entry->new_vpd); in ipr_log_enhanced_config_error() 1633 ipr_log_ext_vpd(&dev_entry->ioa_last_with_dev_vpd); in ipr_log_enhanced_config_error() 1636 ipr_log_ext_vpd(&dev_entry->cfc_last_with_dev_vpd); in ipr_log_enhanced_config_error() 1652 struct ipr_hostrcb64_device_data_entry_enhanced *dev_entry; in ipr_log_sis64_config_error() local 1662 dev_entry in ipr_log_sis64_config_error() 1695 struct ipr_hostrcb_device_data_entry *dev_entry; ipr_log_config_error() local [all...] |
/linux/sound/hda/common/ |
H A D | jack.c | 719 int dev_entry = in snd_hda_jack_unsol_event() local 722 event = snd_hda_jack_tbl_get_from_tag(codec, tag, dev_entry); in snd_hda_jack_unsol_event()
|
/linux/drivers/scsi/mvsas/ |
H A D | mv_sas.h | 227 struct list_head dev_entry; member
|
/linux/sound/hda/codecs/hdmi/ |
H A D | hdmi.c | 666 int dev_entry = in snd_hda_hdmi_generic_unsol_event() local 669 jack = snd_hda_jack_tbl_get_from_tag(codec, tag, dev_entry); in snd_hda_hdmi_generic_unsol_event()
|