Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A Dpmagb-b-fb.c187 struct tc_bus *tbus = to_tc_dev(info->device)->bus; in pmagbbfb_osc_setup()
249 struct tc_dev *tdev = to_tc_dev(dev); in pmagbbfb_probe()
353 struct tc_dev *tdev = to_tc_dev(dev); in pmagbbfb_remove()
H A Dpmag-ba-fb.c144 struct tc_dev *tdev = to_tc_dev(dev); in pmagbafb_probe()
235 struct tc_dev *tdev = to_tc_dev(dev); in pmagbafb_remove()
H A Dpmag-aa-fb.c159 struct tc_dev *tdev = to_tc_dev(dev); in pmagaafb_probe()
247 struct tc_dev *tdev = to_tc_dev(dev); in pmagaafb_remove()
H A Dtgafb.c1447 bar0_start = to_tc_dev(dev)->resource.start;
1448 bar0_len = to_tc_dev(dev)->resource.end - bar0_start + 1;
1565 bar0_start = to_tc_dev(dev)->resource.start;
1566 bar0_len = to_tc_dev(dev)->resource.end - bar0_start + 1;
/linux/drivers/tc/
H A Dtc-driver.c87 struct tc_dev *tdev = to_tc_dev(dev); in tc_bus_match()
/linux/include/linux/
H A Dtc.h95 #define to_tc_dev(n) container_of(n, struct tc_dev, dev) macro
/linux/drivers/net/ethernet/amd/
H A Ddeclance.c1116 start = to_tc_dev(bdev)->resource.start; in dec_lance_probe()
1117 len = to_tc_dev(bdev)->resource.end - start + 1; in dec_lance_probe()
1129 dev->irq = to_tc_dev(bdev)->interrupt; in dec_lance_probe()
1350 start = to_tc_dev(bdev)->resource.start; in dec_lance_remove()
1351 len = to_tc_dev(bdev)->resource.end - start + 1; in dec_lance_remove()
/linux/drivers/net/fddi/
H A Ddefza.c1285 struct tc_dev *tdev = to_tc_dev(bdev); in fza_probe()
1516 struct tc_dev *tdev = to_tc_dev(bdev); in fza_remove()
H A Ddefxx.c478 bar_start[0] = to_tc_dev(bdev)->resource.start + in dfx_get_bars()
738 dev->irq = to_tc_dev(bdev)->interrupt; in dfx_bus_init()