Home
last modified time | relevance | path

Searched refs:tc_driver (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/include/linux/
Dtc.h83 struct tc_driver *driver; /* Which driver has allocated this
104 struct tc_driver { struct
110 #define to_tc_driver(drv) container_of(drv, struct tc_driver, driver) argument
124 extern int tc_register_driver(struct tc_driver *tdrv);
125 extern void tc_unregister_driver(struct tc_driver *tdrv);
129 static inline int tc_register_driver(struct tc_driver *tdrv) { return 0; } in tc_register_driver()
130 static inline void tc_unregister_driver(struct tc_driver *tdrv) { } in tc_unregister_driver()
/Linux-v4.19/drivers/tc/
Dtc-driver.c28 int tc_register_driver(struct tc_driver *tdrv) in tc_register_driver()
43 void tc_unregister_driver(struct tc_driver *tdrv) in tc_unregister_driver()
59 const struct tc_device_id *tc_match_device(struct tc_driver *tdrv, in tc_match_device()
89 struct tc_driver *tdrv = to_tc_driver(drv); in tc_bus_match()
/Linux-v4.19/drivers/misc/
Datmel_tclib.c186 static struct platform_driver tc_driver = { variable
196 return platform_driver_probe(&tc_driver, tc_probe); in tc_init()
/Linux-v4.19/drivers/video/fbdev/
Dpmag-ba-fb.c267 static struct tc_driver pmagbafb_driver = {
Dpmag-aa-fb.c277 static struct tc_driver pmagaafb_driver = {
Dpmagb-b-fb.c385 static struct tc_driver pmagbbfb_driver = {
Dtgafb.c67 static struct tc_driver tgafb_tc_driver;
132 static struct tc_driver tgafb_tc_driver = {
/Linux-v4.19/drivers/net/ethernet/amd/
Ddeclance.c292 static struct tc_driver dec_lance_tc_driver;
1323 static struct tc_driver dec_lance_tc_driver = {
/Linux-v4.19/drivers/net/fddi/
Ddefxx.c310 static struct tc_driver dfx_tc_driver;
3800 static struct tc_driver dfx_tc_driver = {