Home
last modified time | relevance | path

Searched full:deviceid (Results 1 – 25 of 124) sorted by relevance

12345

/linux-6.8/drivers/net/phy/
Dax88796b_rust.rs9 net::phy::{self, DeviceId, Driver},
17 DeviceId::new_with_driver::<PhyAX88772A>(),
18 DeviceId::new_with_driver::<PhyAX88772C>(),
19 DeviceId::new_with_driver::<PhyAX88796B>()
46 const PHY_DEVICE_ID: DeviceId = DeviceId::new_with_exact_mask(0x003b1861);
110 const PHY_DEVICE_ID: DeviceId = DeviceId::new_with_exact_mask(0x003b1881);
130 const PHY_DEVICE_ID: DeviceId = DeviceId::new_with_model_mask(0x003b1841);
/linux-6.8/fs/nfs/
Dpnfs_dev.c87 !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 …]
Dnfs4trace.h1922 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 …]
/linux-6.8/drivers/parport/
Ddaisy.c13 * 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-6.8/drivers/gpu/drm/nouveau/include/nvrm/535.113.01/nvidia/generated/
Dg_chipset_nvoc.h31 NvU16 deviceID; // deviceID member
33 NvU16 subdeviceID; // subsystem deviceID
/linux-6.8/drivers/net/wireless/realtek/rtlwifi/
Dpci.c1827 u16 deviceid; in _rtl_pci_find_adapter() local
1834 deviceid = pdev->device; in _rtl_pci_find_adapter()
1844 if (deviceid == RTL_PCI_8192SE_DID && in _rtl_pci_find_adapter()
1848 if (deviceid == RTL_PCI_8192_DID || in _rtl_pci_find_adapter()
1849 deviceid == RTL_PCI_0044_DID || in _rtl_pci_find_adapter()
1850 deviceid == RTL_PCI_0047_DID || in _rtl_pci_find_adapter()
1851 deviceid == RTL_PCI_8192SE_DID || in _rtl_pci_find_adapter()
1852 deviceid == RTL_PCI_8174_DID || in _rtl_pci_find_adapter()
1853 deviceid == RTL_PCI_8173_DID || in _rtl_pci_find_adapter()
1854 deviceid == RTL_PCI_8172_DID || in _rtl_pci_find_adapter()
[all …]
/linux-6.8/Documentation/filesystems/nfs/
Dpnfs.rst38 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-6.8/drivers/staging/rtl8723bs/hal/
Dhal_sdio.c83 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()
Drtl8723bs_xmit.c46 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-6.8/rust/kernel/net/
Dphy.rs579 const PHY_DEVICE_ID: DeviceId = DeviceId::new_with_custom_mask(0, 0);
677 pub struct DeviceId { struct
682 impl DeviceId { implementation
685 DeviceId { in new_with_exact_mask()
693 DeviceId { in new_with_model_mask()
701 DeviceId { in new_with_vendor_mask()
709 DeviceId { in new_with_custom_mask()
768 /// use kernel::net::phy::{self, DeviceId};
774 /// DeviceId::new_with_driver::<PhySample>()
787 /// const PHY_DEVICE_ID: phy::DeviceId = phy::DeviceId::new_with_exact_mask(0x00000001);
[all …]
/linux-6.8/sound/soc/codecs/
Dak4375.c502 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-6.8/fs/nfs/flexfilelayout/
Dflexfilelayoutdev.c34 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()
Dflexfilelayout.h36 /* chained in global deviceid hlist */
51 struct nfs4_deviceid deviceid; member
/linux-6.8/drivers/staging/rtl8192e/rtl8192e/
Drtl_pci.c48 "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-6.8/drivers/dio/
Ddio.c7 * 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()
/linux-6.8/Documentation/PCI/endpoint/
Dpci-ntb-howto.rst66 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
Dpci-vntb-howto.rst62 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
Dpci-endpoint-cfs.rst63 ... deviceid
127 | deviceid
Dpci-test-howto.rst63 deviceid msix_interrupts subclass_code vendorid
83 # echo 0xb500 > functions/pci_epf_test/func1/deviceid
/linux-6.8/drivers/irqchip/
Dirq-gic-v3-its-platform-msi.c22 /* 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-6.8/drivers/staging/sm750fb/
Dddk750_sii164.c59 unsigned short deviceID; in sii164GetDeviceID() local
61 deviceID = ((unsigned short)i2cReadReg(SII164_I2C_ADDRESS, in sii164GetDeviceID()
66 return deviceID; in sii164GetDeviceID()
/linux-6.8/drivers/hwmon/
Dftsteutates.c621 s8 deviceid; in fts_probe() local
628 deviceid = i2c_smbus_read_byte_data(client, FTS_DEVICE_ID_REG); in fts_probe()
629 if (deviceid > 0 && (deviceid & 0xF0) == 0x10) { in fts_probe()
630 switch (deviceid & 0x0F) { in fts_probe()
/linux-6.8/fs/nfs/filelayout/
Dfilelayout.c546 /* 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-6.8/fs/nfsd/
Dflexfilelayoutxdr.h40 struct nfsd4_deviceid deviceid; member
/linux-6.8/Documentation/devicetree/bindings/virtio/
Dvirtio-device.yaml21 "virtio,deviceID", where ID is the virtio device id. The textual

12345