| /linux/drivers/parport/ |
| H A D | daisy.c | 107 char *deviceid; in parport_daisy_init() local 175 deviceid = kmalloc(1024, GFP_KERNEL); in parport_daisy_init() 176 if (deviceid) { in parport_daisy_init() 177 if (parport_device_id(numdevs - 1, deviceid, 1024) > 2) in parport_daisy_init() 180 kfree(deviceid); in parport_daisy_init() 433 char *deviceid; in assign_addrs() local 498 deviceid = kmalloc(1024, GFP_KERNEL); in assign_addrs() 499 if (!deviceid) return 0; in assign_addrs() 502 parport_device_id(thisdev, deviceid, 1024); in assign_addrs() 504 kfree(deviceid); in assign_addrs()
|
| /linux/drivers/acpi/riscv/ |
| H A D | rimt.c | 251 static int rimt_iommu_xlate(struct device *dev, struct acpi_rimt_node *node, u32 deviceid) in rimt_iommu_xlate() argument 274 return acpi_iommu_fwspec_init(dev, deviceid, rimt_fwnode); in rimt_iommu_xlate() 429 u32 deviceid; in rimt_pci_iommu_init() local 431 parent = rimt_node_map_id(info->node, alias, &deviceid, RIMT_IOMMU_TYPE); in rimt_pci_iommu_init() 432 return rimt_iommu_xlate(info->dev, parent, deviceid); in rimt_pci_iommu_init() 439 u32 deviceid = 0; in rimt_plat_iommu_map() local 442 parent = rimt_node_map_platform_id(node, &deviceid, in rimt_plat_iommu_map() 447 err = rimt_iommu_xlate(dev, parent, deviceid); in rimt_plat_iommu_map() 458 u32 deviceid; in rimt_plat_iommu_map_id() local 460 parent = rimt_node_map_id(node, *in_id, &deviceid, RIMT_IOMMU_TYPE); in rimt_plat_iommu_map_id() [all …]
|
| /linux/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | pci.c | 1823 u16 deviceid; in _rtl_pci_find_adapter() local 1830 deviceid = pdev->device; in _rtl_pci_find_adapter() 1840 if (deviceid == RTL_PCI_8192SE_DID && in _rtl_pci_find_adapter() 1844 if (deviceid == RTL_PCI_8192_DID || in _rtl_pci_find_adapter() 1845 deviceid == RTL_PCI_0044_DID || in _rtl_pci_find_adapter() 1846 deviceid == RTL_PCI_0047_DID || in _rtl_pci_find_adapter() 1847 deviceid == RTL_PCI_8192SE_DID || in _rtl_pci_find_adapter() 1848 deviceid == RTL_PCI_8174_DID || in _rtl_pci_find_adapter() 1849 deviceid == RTL_PCI_8173_DID || in _rtl_pci_find_adapter() 1850 deviceid == RTL_PCI_8172_DID || in _rtl_pci_find_adapter() [all …]
|
| /linux/fs/nfs/flexfilelayout/ |
| H A D | flexfilelayoutdev.c | 34 nfs4_print_deviceid(&mirror_ds->id_node.deviceid); in nfs4_ff_layout_free_deviceid() 217 ret = memcmp(&e1->deviceid, &e2->deviceid, sizeof(e1->deviceid)); in ff_ds_error_match() 279 memcpy(&dserr->deviceid, &mirror->dss[dss_id].mirror_ds->id_node.deviceid, in ff_layout_track_ds_error() 512 p = xdr_encode_opaque_fixed(p, &err->deviceid, in ff_layout_encode_ds_ioerr()
|
| /linux/fs/nfs/ |
| H A D | pnfs_dev.c | 87 !memcmp(&d->deviceid, id, sizeof(*id))) { in _lookup_deviceid() 259 d->deviceid = *id; in nfs4_init_deviceid_node() 280 nfs4_delete_deviceid(d->ld, d->nfs_client, &d->deviceid); in nfs4_put_deviceid_node() 284 trace_nfs4_deviceid_free(d->nfs_client, &d->deviceid); in nfs4_put_deviceid_node()
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | pnfs.rst | 38 RCU is used because the deviceid is basically a write once, read many 41 deviceid's per filesystem, and multiple filesystems per nfs_client. 51 level cache. Its reference is held over the lifetime of the deviceid
|
| /linux/fs/nfsd/ |
| H A D | flexfilelayoutxdr.h | 40 struct nfsd4_deviceid deviceid; member
|
| H A D | flexfilelayoutxdr.c | 62 p = svcxdr_encode_deviceid4(p, &fl->deviceid); in nfsd4_ff_encode_layoutget()
|
| H A D | flexfilelayout.c | 60 error = nfsd4_set_deviceid(&fl->deviceid, fhp, device_generation); in nfsd4_ff_proc_layoutget()
|
| /linux/Documentation/PCI/endpoint/ |
| H A D | pci-ntb-howto.rst | 66 baseclass_code deviceid msi_interrupts pci-epf-ntb.0 85 to change the vendorid and the deviceid, the following 89 # echo 0xb00d > functions/pci_epf_ntb/func1/deviceid
|
| /linux/Documentation/PCI/endpoint/function/binding/ |
| H A D | pci-test.rst | 13 deviceid should be 0xb500 for DRA74x and 0xb501 for DRA72x
|
| H A D | pci-ntb.rst | 13 deviceid should be 0xb00d for TI's J721E SoC
|
| /linux/fs/nfs/filelayout/ |
| H A D | filelayout.h | 64 struct nfs4_deviceid deviceid; member
|
| H A D | filelayoutdev.c | 51 nfs4_print_deviceid(&dsaddr->id_node.deviceid); in nfs4_fl_free_deviceid()
|
| /linux/drivers/scsi/pm8001/ |
| H A D | pm8001_init.c | 682 u16 deviceid; in pm8001_init_sas_add() local 707 pci_read_config_word(pm8001_ha->pdev, PCI_DEVICE_ID, &deviceid); in pm8001_init_sas_add() 711 if (deviceid == 0x8081 || deviceid == 0x0042) { in pm8001_init_sas_add() 750 if (deviceid == 0x8081) in pm8001_init_sas_add() 753 else if (deviceid == 0x0042) in pm8001_init_sas_add()
|
| H A D | pm8001_hwi.c | 650 u16 deviceid; in pm8001_chip_init() local 651 pci_read_config_word(pm8001_ha->pdev, PCI_DEVICE_ID, &deviceid); in pm8001_chip_init() 654 if (deviceid == 0x8081 || deviceid == 0x0042) { in pm8001_chip_init() 682 if (deviceid != 0x8081 && deviceid != 0x0042) { in pm8001_chip_init() 711 u16 deviceid; in mpi_uninit_check() local 712 pci_read_config_word(pm8001_ha->pdev, PCI_DEVICE_ID, &deviceid); in mpi_uninit_check() 713 if (deviceid == 0x8081 || deviceid == 0x0042) { in mpi_uninit_check()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | core.h | 83 u32 deviceid; member
|
| H A D | common.c | 314 ri->deviceid = le32_to_cpu(revinfo.deviceid); in brcmf_c_preinit_dcmds()
|
| H A D | fwil_types.h | 793 __le32 deviceid; member
|
| /linux/include/linux/ |
| H A D | pci-epf.h | 47 u16 deviceid; member
|
| /linux/drivers/pci/endpoint/functions/ |
| H A D | pci-epf-mhi.c | 94 .deviceid = 0x0306, 111 .deviceid = 0x0306, 128 .deviceid = 0x0116,
|
| /linux/drivers/media/pci/saa7164/ |
| H A D | saa7164-types.h | 129 u16 deviceid; member
|
| /linux/Documentation/nvme/ |
| H A D | nvme-pci-endpoint-target.rst | 254 deviceid primary subsys_id 263 # echo 0xBEEF > nvmepf.0/deviceid 346 deviceid Anything is OK (e.g. PCI_ANY_ID)
|
| /linux/arch/mips/pci/ |
| H A D | pcie-octeon.c | 1852 static int device_needs_bus_num_war(uint32_t deviceid) in device_needs_bus_num_war() argument 1856 if ((deviceid & 0xffff) == IDT_VENDOR_ID) in device_needs_bus_num_war()
|
| /linux/drivers/pci/controller/ |
| H A D | pcie-rockchip-ep.c | 129 reg = (reg & 0xFFFF) | (hdr->deviceid << 16); in rockchip_pcie_ep_write_header()
|