tdrv               89 drivers/bus/moxtet.c 	struct moxtet_driver *tdrv = to_moxtet_driver(drv);
tdrv               95 drivers/bus/moxtet.c 	if (!tdrv->id_table)
tdrv               98 drivers/bus/moxtet.c 	for (t = tdrv->id_table; *t; ++t)
tdrv               28 drivers/tc/tc-driver.c int tc_register_driver(struct tc_driver *tdrv)
tdrv               30 drivers/tc/tc-driver.c 	return driver_register(&tdrv->driver);
tdrv               43 drivers/tc/tc-driver.c void tc_unregister_driver(struct tc_driver *tdrv)
tdrv               45 drivers/tc/tc-driver.c 	driver_unregister(&tdrv->driver);
tdrv               59 drivers/tc/tc-driver.c const struct tc_device_id *tc_match_device(struct tc_driver *tdrv,
tdrv               62 drivers/tc/tc-driver.c 	const struct tc_device_id *id = tdrv->id_table;
tdrv               89 drivers/tc/tc-driver.c 	struct tc_driver *tdrv = to_tc_driver(drv);
tdrv               92 drivers/tc/tc-driver.c 	id = tc_match_device(tdrv, tdev);
tdrv              125 include/linux/tc.h extern int tc_register_driver(struct tc_driver *tdrv);
tdrv              126 include/linux/tc.h extern void tc_unregister_driver(struct tc_driver *tdrv);
tdrv              130 include/linux/tc.h static inline int tc_register_driver(struct tc_driver *tdrv) { return 0; }
tdrv              131 include/linux/tc.h static inline void tc_unregister_driver(struct tc_driver *tdrv) { }