| /kernel/linux/linux-5.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
|
| /kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/ |
| D | hw_stats_l3.sh | 31 DEV() function
|
| /kernel/linux/linux-6.6/drivers/devfreq/ |
| D | governor.h | 18 #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
|
| /kernel/linux/linux-5.10/drivers/mfd/ |
| D | sta2x11-mfd.c | 448 #define DEV(_name, _r) \ macro
|
| /kernel/linux/linux-6.6/drivers/mfd/ |
| D | sta2x11-mfd.c | 448 #define DEV(_name, _r) \ macro
|
| /kernel/linux/linux-5.10/drivers/i2c/busses/ |
| D | i2c-zx2967.c | 53 #define DEV(i2c) ((i2c)->adap.dev.parent) macro
|
| /kernel/linux/linux-5.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
|
| /kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/ |
| D | nitrox_dev.h | 207 #define DEV(ndev) ((struct device *)(&(ndev)->pdev->dev)) macro
|
| /kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/ |
| D | nitrox_dev.h | 207 #define DEV(ndev) ((struct device *)(&(ndev)->pdev->dev)) macro
|
| /kernel/linux/linux-5.10/drivers/hwmon/ |
| D | pc87360.c | 60 #define DEV 0x07 /* Register: Logical device select */ macro
|
| D | w83627hf.c | 70 #define DEV 0x07 /* Register: Logical device select */ macro
|
| D | it87.c | 77 #define DEV 0x07 /* Register: Logical device select */ macro
|
| /kernel/linux/linux-6.6/drivers/hwmon/ |
| D | pc87360.c | 72 #define DEV 0x07 /* Register: Logical device select */ macro
|
| D | w83627hf.c | 70 #define DEV 0x07 /* Register: Logical device select */ macro
|
| D | it87.c | 74 #define DEV 0x07 /* Register: Logical device select */ macro
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | netdevice.h | 5286 #define DEV_STATS_INC(DEV, FIELD) atomic_long_inc(&(DEV)->stats.__##FIELD) argument 5287 #define DEV_STATS_ADD(DEV, FIELD, VAL) \ argument 5289 #define DEV_STATS_READ(DEV, FIELD) atomic_long_read(&(DEV)->stats.__##FIELD) argument
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | netdevice.h | 5295 #define DEV_STATS_INC(DEV, FIELD) atomic_long_inc(&(DEV)->stats.__##FIELD) argument 5296 #define DEV_STATS_ADD(DEV, FIELD, VAL) \ argument 5298 #define DEV_STATS_READ(DEV, FIELD) atomic_long_read(&(DEV)->stats.__##FIELD) argument
|