Searched defs:DEV (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/drivers/devfreq/ |
D | governor.h | 16 #define to_devfreq(DEV) container_of((DEV), struct devfreq, dev) argument
|
D | devfreq-event.c | 26 #define to_devfreq_event(DEV) container_of(DEV, struct devfreq_event_dev, dev) argument
|
/Linux-v5.10/drivers/mfd/ |
D | sta2x11-mfd.c | 448 #define DEV(_name, _r) \ macro
|
/Linux-v5.10/drivers/i2c/busses/ |
D | i2c-zx2967.c | 53 #define DEV(i2c) ((i2c)->adap.dev.parent) macro
|
/Linux-v5.10/drivers/block/ |
D | skd_main.c | 278 #define SKD_WRITEL(DEV, VAL, OFF) skd_reg_write32(DEV, VAL, OFF) argument 279 #define SKD_READL(DEV, OFF) skd_reg_read32(DEV, OFF) argument 280 #define SKD_WRITEQ(DEV, VAL, OFF) skd_reg_write64(DEV, VAL, OFF) argument
|
/Linux-v5.10/drivers/crypto/cavium/nitrox/ |
D | nitrox_dev.h | 207 #define DEV(ndev) ((struct device *)(&(ndev)->pdev->dev)) macro
|
/Linux-v5.10/drivers/hwmon/ |
D | w83627hf.c | 70 #define DEV 0x07 /* Register: Logical device select */ macro
|
D | pc87360.c | 60 #define DEV 0x07 /* Register: Logical device select */ macro
|
D | it87.c | 77 #define DEV 0x07 /* Register: Logical device select */ macro
|