| /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-6.6/fs/nfs/ |
| D | pnfs_dev.c | 87 !memcmp(&d->deviceid, id, sizeof(*id))) { in _lookup_deviceid() 167 * Lookup a deviceid in cache and get a reference count on it if found 169 * @clp nfs_client associated with deviceid 170 * @id deviceid to look up 223 * Remove a deviceid from cache 225 * @clp nfs_client associated with deviceid 226 * @id the deviceid to unhash 262 d->deviceid = *id; in nfs4_init_deviceid_node() 268 * Dereference a deviceid node and delete it when its reference count drops 271 * @d deviceid node to put [all …]
|
| D | nfs4trace.h | 1922 const struct nfs4_deviceid *deviceid 1925 TP_ARGS(clp, deviceid), 1929 __array(unsigned char, deviceid, NFS4_DEVICEID4_SIZE) 1934 memcpy(__entry->deviceid, deviceid->data, 1939 "deviceid=%s, dstaddr=%s", 1940 __print_hex(__entry->deviceid, NFS4_DEVICEID4_SIZE), 1947 const struct nfs4_deviceid *deviceid \ 1949 TP_ARGS(clp, deviceid)) 1955 const struct nfs4_deviceid *deviceid, 1959 TP_ARGS(server, deviceid, status), [all …]
|
| /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-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-6.6/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-6.6/drivers/net/wireless/realtek/rtlwifi/ |
| D | pci.c | 1796 u16 deviceid; in _rtl_pci_find_adapter() local 1803 deviceid = pdev->device; in _rtl_pci_find_adapter() 1813 if (deviceid == RTL_PCI_8192SE_DID && in _rtl_pci_find_adapter() 1817 if (deviceid == RTL_PCI_8192_DID || in _rtl_pci_find_adapter() 1818 deviceid == RTL_PCI_0044_DID || in _rtl_pci_find_adapter() 1819 deviceid == RTL_PCI_0047_DID || in _rtl_pci_find_adapter() 1820 deviceid == RTL_PCI_8192SE_DID || in _rtl_pci_find_adapter() 1821 deviceid == RTL_PCI_8174_DID || in _rtl_pci_find_adapter() 1822 deviceid == RTL_PCI_8173_DID || in _rtl_pci_find_adapter() 1823 deviceid == RTL_PCI_8172_DID || in _rtl_pci_find_adapter() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/ |
| D | pci.c | 1835 u16 deviceid; in _rtl_pci_find_adapter() local 1842 deviceid = pdev->device; in _rtl_pci_find_adapter() 1852 if (deviceid == RTL_PCI_8192SE_DID && in _rtl_pci_find_adapter() 1856 if (deviceid == RTL_PCI_8192_DID || in _rtl_pci_find_adapter() 1857 deviceid == RTL_PCI_0044_DID || in _rtl_pci_find_adapter() 1858 deviceid == RTL_PCI_0047_DID || in _rtl_pci_find_adapter() 1859 deviceid == RTL_PCI_8192SE_DID || in _rtl_pci_find_adapter() 1860 deviceid == RTL_PCI_8174_DID || in _rtl_pci_find_adapter() 1861 deviceid == RTL_PCI_8173_DID || in _rtl_pci_find_adapter() 1862 deviceid == RTL_PCI_8172_DID || in _rtl_pci_find_adapter() [all …]
|
| /kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/ |
| D | hal_sdio.c | 83 u32 deviceId, max_len; in rtw_hal_get_sdio_tx_max_length() local 86 deviceId = ffaddr2deviceId(pdvobjpriv, queue_idx); in rtw_hal_get_sdio_tx_max_length() 87 switch (deviceId) { in rtw_hal_get_sdio_tx_max_length()
|
| /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-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-6.6/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-6.6/sound/soc/codecs/ |
| D | ak4375.c | 502 unsigned int deviceid; in ak4375_i2c_probe() local 536 /* Don't read deviceid from cache */ in ak4375_i2c_probe() 539 ret = regmap_read(ak4375->regmap, AK4375_15_AUDIO_IF_FORMAT, &deviceid); in ak4375_i2c_probe() 541 dev_err(ak4375->dev, "unable to read DEVICEID!\n"); in ak4375_i2c_probe() 547 deviceid = (deviceid & DEVICEID_MASK) >> 5; in ak4375_i2c_probe() 549 switch (deviceid) { in ak4375_i2c_probe() 566 dev_err(ak4375->dev, "unrecognized DEVICEID!\n"); in ak4375_i2c_probe()
|
| /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-6.6/fs/nfs/flexfilelayout/ |
| D | flexfilelayoutdev.c | 34 nfs4_print_deviceid(&mirror_ds->id_node.deviceid); in nfs4_ff_layout_free_deviceid() 213 ret = memcmp(&e1->deviceid, &e2->deviceid, sizeof(e1->deviceid)); in ff_ds_error_match() 275 memcpy(&dserr->deviceid, &mirror->mirror_ds->id_node.deviceid, in ff_layout_track_ds_error() 482 * + array length + deviceid(NFS4_DEVICEID4_SIZE) in ff_layout_encode_ds_ioerr() 495 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-6.6/drivers/staging/rtl8192e/rtl8192e/ |
| D | rtl_pci.c | 48 "Adapter(8192 PCI-E) is found - DeviceID=%x\n", in rtl92e_check_adapter() 54 "Adapter(8192SE) is found - DeviceID=%x\n", in rtl92e_check_adapter()
|
| /kernel/linux/linux-6.6/drivers/dio/ |
| D | dio.c | 7 * int dio_find(u_int deviceid) 10 * Note that the deviceid parameter should be the encoded ID. 118 int __init dio_find(int deviceid) in dio_find() argument 158 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. 119 int __init dio_find(int deviceid) in dio_find() argument 159 if (id == deviceid) { in dio_find()
|
| /kernel/linux/linux-6.6/Documentation/PCI/endpoint/ |
| 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
|
| D | pci-vntb-howto.rst | 62 baseclass_code deviceid msi_interrupts pci-epf-ntb.0 81 to change the vendorid and the deviceid, the following 85 # echo 0x0809 > functions/pci_epf_vntb/func1/deviceid
|
| /kernel/linux/linux-5.10/Documentation/PCI/endpoint/ |
| D | pci-endpoint-cfs.rst | 62 ... deviceid 107 | deviceid
|
| /kernel/linux/linux-6.6/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/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/drivers/staging/sm750fb/ |
| D | ddk750_sii164.c | 59 unsigned short deviceID; in sii164GetDeviceID() local 61 deviceID = ((unsigned short)i2cReadReg(SII164_I2C_ADDRESS, in sii164GetDeviceID() 66 return deviceID; in sii164GetDeviceID()
|