tc_driver         190 drivers/misc/atmel_tclib.c static struct platform_driver tc_driver = {
tc_driver         200 drivers/misc/atmel_tclib.c 	return platform_driver_probe(&tc_driver, tc_probe);
tc_driver         293 drivers/net/ethernet/amd/declance.c static struct tc_driver dec_lance_tc_driver;
tc_driver        1324 drivers/net/ethernet/amd/declance.c static struct tc_driver dec_lance_tc_driver = {
tc_driver         310 drivers/net/fddi/defxx.c static struct tc_driver dfx_tc_driver;
tc_driver        3800 drivers/net/fddi/defxx.c static struct tc_driver dfx_tc_driver = {
tc_driver        1545 drivers/net/fddi/defza.c static struct tc_driver fza_driver = {
tc_driver          28 drivers/tc/tc-driver.c int tc_register_driver(struct tc_driver *tdrv)
tc_driver          43 drivers/tc/tc-driver.c void tc_unregister_driver(struct tc_driver *tdrv)
tc_driver          59 drivers/tc/tc-driver.c const struct tc_device_id *tc_match_device(struct tc_driver *tdrv,
tc_driver          89 drivers/tc/tc-driver.c 	struct tc_driver *tdrv = to_tc_driver(drv);
tc_driver         275 drivers/video/fbdev/pmag-aa-fb.c static struct tc_driver pmagaafb_driver = {
tc_driver         265 drivers/video/fbdev/pmag-ba-fb.c static struct tc_driver pmagbafb_driver = {
tc_driver         383 drivers/video/fbdev/pmagb-b-fb.c static struct tc_driver pmagbbfb_driver = {
tc_driver          67 drivers/video/fbdev/tgafb.c static struct tc_driver tgafb_tc_driver;
tc_driver         132 drivers/video/fbdev/tgafb.c static struct tc_driver tgafb_tc_driver = {
tc_driver          83 include/linux/tc.h 	struct tc_driver *driver;	/* Which driver has allocated this
tc_driver         111 include/linux/tc.h #define to_tc_driver(drv) container_of(drv, struct tc_driver, driver)
tc_driver         125 include/linux/tc.h extern int tc_register_driver(struct tc_driver *tdrv);
tc_driver         126 include/linux/tc.h extern void tc_unregister_driver(struct tc_driver *tdrv);
tc_driver         130 include/linux/tc.h static inline int tc_register_driver(struct tc_driver *tdrv) { return 0; }
tc_driver         131 include/linux/tc.h static inline void tc_unregister_driver(struct tc_driver *tdrv) { }