tc_driver
static struct tc_driver dec_lance_tc_driver = {
static struct tc_driver dec_lance_tc_driver;
static struct tc_driver dfx_tc_driver;
static struct tc_driver dfx_tc_driver = {
static struct tc_driver fza_driver = {
int tc_register_driver(struct tc_driver *tdrv)
void tc_unregister_driver(struct tc_driver *tdrv)
static const struct tc_device_id *tc_match_device(const struct tc_driver *tdrv,
const struct tc_driver *tdrv = to_tc_driver(drv);
static struct tc_driver pmagaafb_driver = {
static struct tc_driver pmagbafb_driver = {
static struct tc_driver pmagbbfb_driver = {
static struct tc_driver tgafb_tc_driver = {
static struct tc_driver tgafb_tc_driver;
#define to_tc_driver(drv) container_of_const(drv, struct tc_driver, driver)
extern int tc_register_driver(struct tc_driver *tdrv);
extern void tc_unregister_driver(struct tc_driver *tdrv);
static inline int tc_register_driver(struct tc_driver *tdrv) { return 0; }
static inline void tc_unregister_driver(struct tc_driver *tdrv) { }
struct tc_driver *driver; /* Which driver has allocated this