Home
last modified time | relevance | path

Searched defs:MAJOR (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dkdev_t.h9 #define MAJOR(dev) ((dev)>>8) macro
/linux-4.4.14/tools/lib/traceevent/
Dplugin_jbd2.c29 #define MAJOR(dev) ((unsigned int) ((dev) >> MINORBITS)) macro
/linux-4.4.14/include/linux/
Dkdev_t.h9 #define MAJOR(dev) ((unsigned int) ((dev) >> MINORBITS)) macro
/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/
Ddrx_driver.h438 #define DRX_VERSIONSTRING(MAJOR, MINOR, PATCH) \ argument