Searched defs:DEV (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/devfreq/ |
D | governor.h | 19 #define to_devfreq(DEV) container_of((DEV), struct devfreq, dev) argument
|
D | devfreq-event.c | 29 #define to_devfreq_event(DEV) container_of(DEV, struct devfreq_event_dev, dev) argument
|
/linux-4.4.14/drivers/mfd/ |
D | sta2x11-mfd.c | 471 #define DEV(_name, _r) \ macro
|
/linux-4.4.14/drivers/block/ |
D | skd_main.c | 356 #define SKD_WRITEL(DEV, VAL, OFF) skd_reg_write32(DEV, VAL, OFF) argument 357 #define SKD_READL(DEV, OFF) skd_reg_read32(DEV, OFF) argument 358 #define SKD_WRITEQ(DEV, VAL, OFF) skd_reg_write64(DEV, VAL, OFF) argument
|
/linux-4.4.14/drivers/hwmon/ |
D | pc87360.c | 73 #define DEV 0x07 /* Register: Logical device select */ macro
|
D | w83627hf.c | 83 #define DEV 0x07 /* Register: Logical device select */ macro
|
D | it87.c | 84 #define DEV 0x07 /* Register: Logical device select */ macro
|