Home
last modified time | relevance | path

Searched refs:DEVID (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/scripts/mod/
Ddevicetable-offsets.c5 #define DEVID(devid) DEFINE(SIZE_##devid, sizeof(struct devid)) macro
11 DEVID(usb_device_id); in main()
25 DEVID(hid_device_id); in main()
31 DEVID(ieee1394_device_id); in main()
38 DEVID(pci_device_id); in main()
46 DEVID(ccw_device_id); in main()
53 DEVID(ap_device_id); in main()
56 DEVID(css_device_id); in main()
59 DEVID(serio_device_id); in main()
65 DEVID(acpi_device_id); in main()
[all …]
/Linux-v5.4/drivers/watchdog/
Dit8712f_wdt.c61 #define DEVID 0x20 /* Register: Device ID */ macro
366 chip_type = superio_inw(DEVID); in it8712f_wdt_find()
/Linux-v5.4/drivers/pcmcia/
Dti113x.h919 #define DEVID(_vend,_dev,_subvend,_subdev,mask,bits) { \ macro
928 DEVID(PCI_VENDOR_ID_MOTOROLA, 0x1801, 0xECC0, PCI_ANY_ID,
930 DEVID(PCI_VENDOR_ID_MOTOROLA, 0x3410, 0xECC0, PCI_ANY_ID,
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-bus-coresight-devices-tmc85 The value is read directly from the DEVID register, 0xFC8,
/Linux-v5.4/drivers/input/misc/
Dadxl34x.c23 #define DEVID 0x00 /* R Device ID */ macro
734 revid = AC_READ(ac, DEVID); in adxl34x_probe()
/Linux-v5.4/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c413 XGMAC_GET_BITS(hw_feat->version, MAC_VR, DEVID), in xgbe_get_drvinfo()
/Linux-v5.4/drivers/hwmon/
Dpc87360.c61 #define DEVID 0x20 /* Register: Device ID */ macro
1100 val = force_id ? force_id : superio_inb(sioaddr, DEVID); in pc87360_find()
Dw83627hf.c89 #define DEVID 0x20 /* Register: Device ID */ macro
1267 val = force_id ? force_id : superio_inb(sio_data, DEVID); in w83627hf_find()
Dit87.c83 #define DEVID 0x20 /* Register: Device ID */ macro
2400 chip_type = force_id ? force_id : superio_inw(sioaddr, DEVID); in it87_find()