| /kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/ |
| D | rtl_pci.c | 36 u16 DeviceID; in rtl92e_check_adapter() local 40 DeviceID = pdev->device; in rtl92e_check_adapter() 46 if (DeviceID == 0x8192) { in rtl92e_check_adapter() 50 "Adapter(8192 PCI-E) is found - DeviceID=%x\n", in rtl92e_check_adapter() 51 DeviceID); in rtl92e_check_adapter() 56 "Adapter(8192SE) is found - DeviceID=%x\n", in rtl92e_check_adapter() 57 DeviceID); in rtl92e_check_adapter()
|
| /kernel/linux/linux-4.19/drivers/staging/rtl8192e/rtl8192e/ |
| D | rtl_pci.c | 48 u16 DeviceID; in rtl92e_check_adapter() local 53 DeviceID = pdev->device; in rtl92e_check_adapter() 59 if (DeviceID == 0x8192) { in rtl92e_check_adapter() 63 "Adapter(8192 PCI-E) is found - DeviceID=%x\n", in rtl92e_check_adapter() 64 DeviceID); in rtl92e_check_adapter() 69 "Adapter(8192SE) is found - DeviceID=%x\n", in rtl92e_check_adapter() 70 DeviceID); in rtl92e_check_adapter()
|
| /kernel/linux/linux-5.10/fs/nfs/ |
| D | pnfs_dev.c | 85 !memcmp(&d->deviceid, id, sizeof(*id))) { in _lookup_deviceid() 165 * Lookup a deviceid in cache and get a reference count on it if found 167 * @clp nfs_client associated with deviceid 168 * @id deviceid to look up 217 * Remove a deviceid from cache 219 * @clp nfs_client associated with deviceid 220 * @id the deviceid to unhash 256 d->deviceid = *id; in nfs4_init_deviceid_node() 262 * Dereference a deviceid node and delete it when its reference count drops 265 * @d deviceid node to put [all …]
|
| /kernel/linux/linux-4.19/fs/nfs/ |
| D | pnfs_dev.c | 85 !memcmp(&d->deviceid, id, sizeof(*id))) { in _lookup_deviceid() 165 * Lookup a deviceid in cache and get a reference count on it if found 167 * @clp nfs_client associated with deviceid 168 * @id deviceid to look up 217 * Remove a deviceid from cache 219 * @clp nfs_client associated with deviceid 220 * @id the deviceid to unhash 256 d->deviceid = *id; in nfs4_init_deviceid_node() 262 * Dereference a deviceid node and delete it when its reference count drops 265 * @d deviceid node to put [all …]
|
| /kernel/linux/linux-4.19/drivers/parport/ |
| D | daisy.c | 13 * 13-02-1999: Move DeviceID technique from parport_probe. 14 * 13-03-1999: Get DeviceID from non-IEEE 1284.3 devices too. 95 char *deviceid; in parport_daisy_init() local 148 deviceid = kmalloc(1024, GFP_KERNEL); in parport_daisy_init() 149 if (deviceid) { in parport_daisy_init() 150 if (parport_device_id(numdevs - 1, deviceid, 1024) > 2) in parport_daisy_init() 153 kfree(deviceid); in parport_daisy_init() 406 char *deviceid; in assign_addrs() local 474 deviceid = kmalloc(1024, GFP_KERNEL); in assign_addrs() 475 if (!deviceid) return 0; in assign_addrs() [all …]
|
| /kernel/linux/linux-5.10/drivers/parport/ |
| D | daisy.c | 13 * 13-02-1999: Move DeviceID technique from parport_probe. 14 * 13-03-1999: Get DeviceID from non-IEEE 1284.3 devices too. 108 char *deviceid; in parport_daisy_init() local 176 deviceid = kmalloc(1024, GFP_KERNEL); in parport_daisy_init() 177 if (deviceid) { in parport_daisy_init() 178 if (parport_device_id(numdevs - 1, deviceid, 1024) > 2) in parport_daisy_init() 181 kfree(deviceid); in parport_daisy_init() 434 char *deviceid; in assign_addrs() local 499 deviceid = kmalloc(1024, GFP_KERNEL); in assign_addrs() 500 if (!deviceid) return 0; in assign_addrs() [all …]
|
| /kernel/linux/linux-4.19/arch/mips/pmcs-msp71xx/ |
| D | msp_prom.c | 196 char *deviceid = prom_getenv(DEVICEID); in get_deviceid() local 198 if (deviceid == NULL) in get_deviceid() 201 return str2hex(deviceid); in get_deviceid() 266 unsigned long deviceid; in identify_family() local 268 deviceid = get_deviceid(); in identify_family() 270 return deviceid & CPU_DEVID_FAMILY; in identify_family() 276 unsigned long deviceid; in identify_revision() local 278 deviceid = get_deviceid(); in identify_revision() 280 return deviceid & CPU_DEVID_REVISION; in identify_revision()
|
| /kernel/linux/linux-4.19/drivers/net/wireless/realtek/rtlwifi/ |
| D | pci.c | 1900 u16 deviceid; in _rtl_pci_find_adapter() local 1907 deviceid = pdev->device; in _rtl_pci_find_adapter() 1917 if (deviceid == RTL_PCI_8192SE_DID && in _rtl_pci_find_adapter() 1921 if (deviceid == RTL_PCI_8192_DID || in _rtl_pci_find_adapter() 1922 deviceid == RTL_PCI_0044_DID || in _rtl_pci_find_adapter() 1923 deviceid == RTL_PCI_0047_DID || in _rtl_pci_find_adapter() 1924 deviceid == RTL_PCI_8192SE_DID || in _rtl_pci_find_adapter() 1925 deviceid == RTL_PCI_8174_DID || in _rtl_pci_find_adapter() 1926 deviceid == RTL_PCI_8173_DID || in _rtl_pci_find_adapter() 1927 deviceid == RTL_PCI_8172_DID || in _rtl_pci_find_adapter() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/ |
| D | pci.c | 1874 u16 deviceid; in _rtl_pci_find_adapter() local 1881 deviceid = pdev->device; in _rtl_pci_find_adapter() 1891 if (deviceid == RTL_PCI_8192SE_DID && in _rtl_pci_find_adapter() 1895 if (deviceid == RTL_PCI_8192_DID || in _rtl_pci_find_adapter() 1896 deviceid == RTL_PCI_0044_DID || in _rtl_pci_find_adapter() 1897 deviceid == RTL_PCI_0047_DID || in _rtl_pci_find_adapter() 1898 deviceid == RTL_PCI_8192SE_DID || in _rtl_pci_find_adapter() 1899 deviceid == RTL_PCI_8174_DID || in _rtl_pci_find_adapter() 1900 deviceid == RTL_PCI_8173_DID || in _rtl_pci_find_adapter() 1901 deviceid == RTL_PCI_8172_DID || in _rtl_pci_find_adapter() [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/ |
| D | hal_sdio.c | 84 u32 deviceId, max_len; in rtw_hal_get_sdio_tx_max_length() local 87 deviceId = ffaddr2deviceId(pdvobjpriv, queue_idx); in rtw_hal_get_sdio_tx_max_length() 88 switch (deviceId) { in rtw_hal_get_sdio_tx_max_length()
|
| /kernel/linux/linux-4.19/Documentation/filesystems/nfs/ |
| D | pnfs.txt | 35 RCU is used because the deviceid is basically a write once, read many 38 deviceid's per filesystem, and multiple filesystems per nfs_client. 47 level cache. Its reference is held over the lifetime of the deviceid
|
| /kernel/linux/linux-4.19/drivers/staging/rtl8723bs/hal/ |
| D | hal_sdio.c | 84 u32 deviceId, max_len; in rtw_hal_get_sdio_tx_max_length() local 87 deviceId = ffaddr2deviceId(pdvobjpriv, queue_idx); in rtw_hal_get_sdio_tx_max_length() 88 switch (deviceId) { in rtw_hal_get_sdio_tx_max_length()
|
| /kernel/linux/linux-5.10/Documentation/filesystems/nfs/ |
| 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
|
| /kernel/linux/linux-4.19/drivers/staging/rtlwifi/ |
| D | pci.c | 1925 u16 deviceid; in _rtl_pci_find_adapter() local 1932 deviceid = pdev->device; in _rtl_pci_find_adapter() 1942 if (deviceid == RTL_PCI_8192SE_DID && in _rtl_pci_find_adapter() 1946 if (deviceid == RTL_PCI_8192_DID || in _rtl_pci_find_adapter() 1947 deviceid == RTL_PCI_0044_DID || in _rtl_pci_find_adapter() 1948 deviceid == RTL_PCI_0047_DID || in _rtl_pci_find_adapter() 1949 deviceid == RTL_PCI_8192SE_DID || in _rtl_pci_find_adapter() 1950 deviceid == RTL_PCI_8174_DID || in _rtl_pci_find_adapter() 1951 deviceid == RTL_PCI_8173_DID || in _rtl_pci_find_adapter() 1952 deviceid == RTL_PCI_8172_DID || in _rtl_pci_find_adapter() [all …]
|
| /kernel/linux/linux-4.19/fs/nfs/flexfilelayout/ |
| D | flexfilelayoutdev.c | 34 nfs4_print_deviceid(&mirror_ds->id_node.deviceid); in nfs4_ff_layout_free_deviceid() 189 nfs4_delete_deviceid(devid->ld, devid->nfs_client, &devid->deviceid); in ff_layout_mark_devid_invalid() 261 ret = memcmp(&e1->deviceid, &e2->deviceid, sizeof(e1->deviceid)); in ff_ds_error_match() 323 memcpy(&dserr->deviceid, &mirror->mirror_ds->id_node.deviceid, in ff_layout_track_ds_error() 527 * + array length + deviceid(NFS4_DEVICEID4_SIZE) in ff_layout_encode_ds_ioerr() 540 p = xdr_encode_opaque_fixed(p, &err->deviceid, in ff_layout_encode_ds_ioerr()
|
| D | flexfilelayout.h | 36 /* chained in global deviceid hlist */ 51 struct nfs4_deviceid deviceid; member 191 u32 *p = (u32 *)node->deviceid.data; in ff_layout_test_devid_unavailable()
|
| /kernel/linux/linux-5.10/fs/nfs/flexfilelayout/ |
| D | flexfilelayoutdev.c | 34 nfs4_print_deviceid(&mirror_ds->id_node.deviceid); in nfs4_ff_layout_free_deviceid() 211 ret = memcmp(&e1->deviceid, &e2->deviceid, sizeof(e1->deviceid)); in ff_ds_error_match() 273 memcpy(&dserr->deviceid, &mirror->mirror_ds->id_node.deviceid, in ff_layout_track_ds_error() 480 * + array length + deviceid(NFS4_DEVICEID4_SIZE) in ff_layout_encode_ds_ioerr() 493 p = xdr_encode_opaque_fixed(p, &err->deviceid, in ff_layout_encode_ds_ioerr()
|
| /kernel/linux/linux-5.10/drivers/mfd/ |
| D | da9052-i2c.c | 160 const struct of_device_id *deviceid; in da9052_i2c_probe() local 162 deviceid = of_match_node(dialog_dt_ids, np); in da9052_i2c_probe() 163 id = deviceid->data; in da9052_i2c_probe()
|
| /kernel/linux/linux-4.19/drivers/mfd/ |
| D | da9052-i2c.c | 164 const struct of_device_id *deviceid; in da9052_i2c_probe() local 166 deviceid = of_match_node(dialog_dt_ids, np); in da9052_i2c_probe() 167 id = deviceid->data; in da9052_i2c_probe()
|
| /kernel/linux/linux-4.19/drivers/dio/ |
| D | dio.c | 7 * int dio_find(u_int deviceid) 10 * Note that the deviceid parameter should be the encoded ID. 113 int __init dio_find(int deviceid) in dio_find() argument 152 if (id == deviceid) { in dio_find()
|
| /kernel/linux/linux-5.10/drivers/dio/ |
| D | dio.c | 7 * int dio_find(u_int deviceid) 10 * Note that the deviceid parameter should be the encoded ID. 113 int __init dio_find(int deviceid) in dio_find() argument 153 if (id == deviceid) { in dio_find()
|
| /kernel/linux/linux-4.19/Documentation/PCI/endpoint/ |
| D | pci-endpoint-cfs.txt | 51 ... deviceid 94 | deviceid
|
| /kernel/linux/linux-5.10/drivers/irqchip/ |
| D | irq-gic-v3-its-platform-msi.c | 22 /* Suck the DeviceID out of the msi-parent property */ in of_pmsi_get_dev_id() 62 /* ITS specific DeviceID, as the core ITS ignores dev. */ in its_pmsi_prepare()
|
| /kernel/linux/linux-5.10/Documentation/PCI/endpoint/ |
| D | pci-endpoint-cfs.rst | 62 ... deviceid 107 | deviceid
|
| /kernel/linux/linux-4.19/drivers/staging/sm750fb/ |
| D | ddk750_sii164.c | 57 unsigned short deviceID; in sii164GetDeviceID() local 59 deviceID = ((unsigned short) i2cReadReg(SII164_I2C_ADDRESS, SII164_DEVICE_ID_HIGH) << 8) | in sii164GetDeviceID() 62 return deviceID; in sii164GetDeviceID()
|