Home
last modified time | relevance | path

Searched defs:DEV (Results 1 – 7 of 7) 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
/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 Dpc87360.c72 #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.h5490 #define DEV_STATS_INC(DEV, FIELD) atomic_long_inc(&(DEV)->stats.__##FIELD) argument
5491 #define DEV_STATS_ADD(DEV, FIELD, VAL) \ argument
5493 #define DEV_STATS_READ(DEV, FIELD) atomic_long_read(&(DEV)->stats.__##FIELD) argument