Searched defs:DEV (Results 1 – 11 of 11) sorted by relevance
/openbmc/libmctp/ |
H A D | CMakeLists.txt | 3 option(DEV "Option for developer testing" OFF) option
|
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | hw_stats_l3.sh | 31 DEV() function
|
/openbmc/linux/drivers/devfreq/ |
H A D | governor.h | 18 #define to_devfreq(DEV) container_of((DEV), struct devfreq, dev) argument
|
H A D | devfreq-event.c | 26 #define to_devfreq_event(DEV) container_of(DEV, struct devfreq_event_dev, dev) argument
|
/openbmc/linux/drivers/mfd/ |
H A D | sta2x11-mfd.c | 448 #define DEV(_name, _r) \ macro
|
/openbmc/linux/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_dev.h | 207 #define DEV(ndev) ((struct device *)(&(ndev)->pdev->dev)) macro
|
/openbmc/qemu/tests/qtest/ |
H A D | ide-test.c | 79 DEV = 0x10, enumerator
|
/openbmc/linux/drivers/hwmon/ |
H A D | w83627hf.c | 70 #define DEV 0x07 /* Register: Logical device select */ macro
|
H A D | pc87360.c | 72 #define DEV 0x07 /* Register: Logical device select */ macro
|
H A D | it87.c | 74 #define DEV 0x07 /* Register: Logical device select */ macro
|
/openbmc/linux/include/linux/ |
H A D | netdevice.h | 5266 #define DEV_STATS_INC(DEV, FIELD) atomic_long_inc(&(DEV)->stats.__##FIELD) argument 5267 #define DEV_STATS_ADD(DEV, FIELD, VAL) \ argument 5269 #define DEV_STATS_READ(DEV, FIELD) atomic_long_read(&(DEV)->stats.__##FIELD) argument
|