Searched defs:DEV (Results 1 – 9 of 9) sorted by relevance
31 DEV() function
18 #define to_devfreq(DEV) container_of((DEV), struct devfreq, dev) argument
26 #define to_devfreq_event(DEV) container_of(DEV, struct devfreq_event_dev, dev) argument
448 #define DEV(_name, _r) \ macro
207 #define DEV(ndev) ((struct device *)(&(ndev)->pdev->dev)) macro
72 #define DEV 0x07 /* Register: Logical device select */ macro
70 #define DEV 0x07 /* Register: Logical device select */ macro
74 #define DEV 0x07 /* Register: Logical device select */ macro
5214 #define DEV_STATS_INC(DEV, FIELD) atomic_long_inc(&(DEV)->stats.__##FIELD) argument5215 #define DEV_STATS_ADD(DEV, FIELD, VAL) \ argument