Symbol: tc_driver
drivers/net/ethernet/amd/declance.c
1326
static struct tc_driver dec_lance_tc_driver = {
drivers/net/ethernet/amd/declance.c
293
static struct tc_driver dec_lance_tc_driver;
drivers/net/fddi/defxx.c
311
static struct tc_driver dfx_tc_driver;
drivers/net/fddi/defxx.c
3800
static struct tc_driver dfx_tc_driver = {
drivers/net/fddi/defza.c
1544
static struct tc_driver fza_driver = {
drivers/tc/tc-driver.c
28
int tc_register_driver(struct tc_driver *tdrv)
drivers/tc/tc-driver.c
43
void tc_unregister_driver(struct tc_driver *tdrv)
drivers/tc/tc-driver.c
59
static const struct tc_device_id *tc_match_device(const struct tc_driver *tdrv,
drivers/tc/tc-driver.c
88
const struct tc_driver *tdrv = to_tc_driver(drv);
drivers/video/fbdev/pmag-aa-fb.c
272
static struct tc_driver pmagaafb_driver = {
drivers/video/fbdev/pmag-ba-fb.c
262
static struct tc_driver pmagbafb_driver = {
drivers/video/fbdev/pmagb-b-fb.c
380
static struct tc_driver pmagbbfb_driver = {
drivers/video/fbdev/tgafb.c
141
static struct tc_driver tgafb_tc_driver = {
drivers/video/fbdev/tgafb.c
68
static struct tc_driver tgafb_tc_driver;
include/linux/tc.h
111
#define to_tc_driver(drv) container_of_const(drv, struct tc_driver, driver)
include/linux/tc.h
125
extern int tc_register_driver(struct tc_driver *tdrv);
include/linux/tc.h
126
extern void tc_unregister_driver(struct tc_driver *tdrv);
include/linux/tc.h
130
static inline int tc_register_driver(struct tc_driver *tdrv) { return 0; }
include/linux/tc.h
131
static inline void tc_unregister_driver(struct tc_driver *tdrv) { }
include/linux/tc.h
83
struct tc_driver *driver; /* Which driver has allocated this