Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dtc.h83 struct tc_driver *driver; /* Which driver has allocated this
105 struct tc_driver { struct
111 #define to_tc_driver(drv) container_of(drv, struct tc_driver, driver) argument
125 extern int tc_register_driver(struct tc_driver *tdrv);
126 extern void tc_unregister_driver(struct tc_driver *tdrv);
130 static inline int tc_register_driver(struct tc_driver *tdrv) { return 0; } in tc_register_driver()
131 static inline void tc_unregister_driver(struct tc_driver *tdrv) { } in tc_unregister_driver()
/linux-6.3-rc2/drivers/tc/
A 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 static const struct tc_device_id *tc_match_device(struct tc_driver *tdrv, in tc_match_device()
88 struct tc_driver *tdrv = to_tc_driver(drv); in tc_bus_match()
/linux-6.3-rc2/drivers/video/fbdev/
A Dpmag-ba-fb.c265 static struct tc_driver pmagbafb_driver = {
A Dpmag-aa-fb.c275 static struct tc_driver pmagaafb_driver = {
A Dpmagb-b-fb.c383 static struct tc_driver pmagbbfb_driver = {
A Dtgafb.c68 static struct tc_driver tgafb_tc_driver;
139 static struct tc_driver tgafb_tc_driver = {
/linux-6.3-rc2/drivers/net/ethernet/amd/
A Ddeclance.c293 static struct tc_driver dec_lance_tc_driver;
1326 static struct tc_driver dec_lance_tc_driver = {
/linux-6.3-rc2/drivers/net/fddi/
A Ddefxx.c311 static struct tc_driver dfx_tc_driver;
3800 static struct tc_driver dfx_tc_driver = {
A Ddefza.c1544 static struct tc_driver fza_driver = {

Completed in 21 milliseconds