/Linux-v6.1/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 | 1920 const struct nfs4_deviceid *deviceid 1923 TP_ARGS(clp, deviceid), 1927 __array(unsigned char, deviceid, NFS4_DEVICEID4_SIZE) 1932 memcpy(__entry->deviceid, deviceid->data, 1937 "deviceid=%s, dstaddr=%s", 1938 __print_hex(__entry->deviceid, NFS4_DEVICEID4_SIZE), 1945 const struct nfs4_deviceid *deviceid \ 1947 TP_ARGS(clp, deviceid)) 1953 const struct nfs4_deviceid *deviceid, 1957 TP_ARGS(server, deviceid, status), [all …]
|
/Linux-v6.1/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 …]
|
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/ |
D | pci.c | 1872 u16 deviceid; in _rtl_pci_find_adapter() local 1879 deviceid = pdev->device; in _rtl_pci_find_adapter() 1889 if (deviceid == RTL_PCI_8192SE_DID && in _rtl_pci_find_adapter() 1893 if (deviceid == RTL_PCI_8192_DID || in _rtl_pci_find_adapter() 1894 deviceid == RTL_PCI_0044_DID || in _rtl_pci_find_adapter() 1895 deviceid == RTL_PCI_0047_DID || in _rtl_pci_find_adapter() 1896 deviceid == RTL_PCI_8192SE_DID || in _rtl_pci_find_adapter() 1897 deviceid == RTL_PCI_8174_DID || in _rtl_pci_find_adapter() 1898 deviceid == RTL_PCI_8173_DID || in _rtl_pci_find_adapter() 1899 deviceid == RTL_PCI_8172_DID || in _rtl_pci_find_adapter() [all …]
|
/Linux-v6.1/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
|
/Linux-v6.1/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()
|
D | rtl8723bs_xmit.c | 46 u32 deviceId; in rtl8723_dequeue_writeport() local 59 deviceId = ffaddr2deviceId(pdvobjpriv, pxmitbuf->ff_hwaddr); in rtl8723_dequeue_writeport() 62 switch (deviceId) { in rtl8723_dequeue_writeport() 102 rtw_write_port(padapter, deviceId, pxmitbuf->len, (u8 *)pxmitbuf); in rtl8723_dequeue_writeport()
|
/Linux-v6.1/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()
|
/Linux-v6.1/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()
|
D | flexfilelayout.h | 36 /* chained in global deviceid hlist */ 51 struct nfs4_deviceid deviceid; member
|
/Linux-v6.1/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()
|
/Linux-v6.1/drivers/dio/ |
D | dio.c | 7 * int dio_find(u_int deviceid) 10 * Note that the deviceid parameter should be the encoded ID. 112 int __init dio_find(int deviceid) in dio_find() argument 152 if (id == deviceid) { in dio_find()
|
/Linux-v6.1/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
|
D | pci-endpoint-cfs.rst | 63 ... deviceid 127 | deviceid
|
D | pci-test-howto.rst | 63 deviceid msix_interrupts subclass_code vendorid 83 # echo 0xb500 > functions/pci_epf_test/func1/deviceid
|
/Linux-v6.1/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()
|
/Linux-v6.1/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()
|
/Linux-v6.1/fs/nfs/filelayout/ |
D | filelayout.c | 546 /* Is the deviceid already set? If so, we're good. */ in filelayout_check_deviceid() 550 /* find and reference the deviceid */ in filelayout_check_deviceid() 551 d = nfs4_find_get_deviceid(NFS_SERVER(lo->plh_inode), &fl->deviceid, in filelayout_check_deviceid() 557 /* Found deviceid is unavailable */ in filelayout_check_deviceid() 677 memcpy(&fl->deviceid, p, sizeof(fl->deviceid)); in filelayout_decode_layout() 679 nfs4_print_deviceid(&fl->deviceid); in filelayout_decode_layout()
|
/Linux-v6.1/fs/nfsd/ |
D | flexfilelayoutxdr.h | 40 struct nfsd4_deviceid deviceid; member
|
/Linux-v6.1/Documentation/devicetree/bindings/virtio/ |
D | virtio-device.yaml | 21 "virtio,deviceID", where ID is the virtio device id. The textual
|
/Linux-v6.1/include/linux/ |
D | pci-epf.h | 38 * @deviceid: identifies a particular device 50 u16 deviceid; member
|
/Linux-v6.1/drivers/usb/storage/ |
D | sddr55.c | 514 unsigned char *deviceID) { in sddr55_read_deviceID() argument 538 *deviceID = content[1]; in sddr55_read_deviceID() 558 unsigned char deviceID; in sddr55_get_capacity() local 566 &deviceID); in sddr55_get_capacity() 573 usb_stor_dbg(us, "Device ID = %02X\n", deviceID); in sddr55_get_capacity() 582 switch (deviceID) { in sddr55_get_capacity()
|
/Linux-v6.1/Documentation/PCI/endpoint/function/binding/ |
D | pci-test.rst | 13 deviceid should be 0xb500 for DRA74x and 0xb501 for DRA72x
|
/Linux-v6.1/drivers/hwmon/ |
D | ftsteutates.c | 759 s8 deviceid; in fts_probe() local 766 deviceid = i2c_smbus_read_byte_data(client, FTS_DEVICE_ID_REG); in fts_probe() 767 if (deviceid > 0 && (deviceid & 0xF0) == 0x10) { in fts_probe() 768 switch (deviceid & 0x0F) { in fts_probe()
|