Searched refs:DEVID (Results 1 – 5 of 5) sorted by relevance
| /linux/scripts/mod/ |
| H A D | devicetable-offsets.c | 6 #define DEVID(devid) DEFINE(SIZE_##devid, sizeof(struct devid)) macro 12 DEVID(usb_device_id); in main() 26 DEVID(hid_device_id); in main() 32 DEVID(ieee1394_device_id); in main() 39 DEVID(pci_device_id); in main() 48 DEVID(ccw_device_id); in main() 55 DEVID(ap_device_id); in main() 58 DEVID(css_device_id); in main() 61 DEVID(serio_device_id); in main() 67 DEVID(acpi_device_id); in main() [all …]
|
| /linux/drivers/watchdog/ |
| H A D | it8712f_wdt.c | 60 #define DEVID 0x20 /* Register: Device ID */ macro 365 chip_type = superio_inw(DEVID); in it8712f_wdt_find()
|
| /linux/drivers/pcmcia/ |
| H A D | ti113x.h | 919 #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/drivers/hwmon/ |
| H A D | pc87360.c | 73 #define DEVID 0x20 /* Register: Device ID */ macro 1626 val = force_id ? force_id : superio_inb(sioaddr, DEVID); in pc87360_find()
|
| H A D | it87.c | 80 #define DEVID 0x20 /* Register: Device ID */ macro 2706 chip_type = superio_inw(sioaddr, DEVID); in it87_find() 2713 chip_type = superio_inw(sioaddr, DEVID); in it87_find()
|