Home
last modified time | relevance | path

Searched defs:DEV (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dhw_stats_l3.sh31 DEV() function
/linux/drivers/devfreq/
H A Dgovernor.h18 #define to_devfreq(DEV) container_of((DEV), struct devfreq, dev) argument
H A Ddevfreq-event.c26 #define to_devfreq_event(DEV) container_of(DEV, struct devfreq_event_dev, dev) argument
/linux/drivers/mfd/
H A Dsta2x11-mfd.c448 #define DEV(_name, _r) \ macro
/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_dev.h207 #define DEV(ndev) ((struct device *)(&(ndev)->pdev->dev)) macro
/linux/drivers/hwmon/
H A Dw83627hf.c70 #define DEV 0x07 /* Register: Logical device select */ macro
H A Dit87.c74 #define DEV 0x07 /* Register: Logical device select */ macro
/linux/include/linux/
H A Dnetdevice.h5237 #define DEV_STATS_INC(DEV, FIELD) atomic_long_inc(&(DEV)->stats.__##FIELD) argument
5238 #define DEV_STATS_ADD(DEV, FIELD, VAL) \ argument
5240 #define DEV_STATS_READ(DEV, FIELD) atomic_long_read(&(DEV)->stats.__##FIELD) argument