Toggle navigation
/
Symbol
File
Text
Line
Symbol: tdrv
function parameter
Defined...
include/linux/tc.h:130:38-130:56
: static inline int tc_register_driver(struct tc_driver *tdrv) { return 0; }
include/linux/tc.h:131:41-131:59
: static inline void tc_unregister_driver(struct tc_driver *tdrv) { }
variable
Defined...
drivers/bus/moxtet.c:89:2-89:51
: struct moxtet_driver *tdrv = to_moxtet_driver(drv);