Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-frontends/
Ddib9000.c56 struct i2c_adapter component_bus; member
1737 return &st->component_bus; in dib9000_get_component_bus_interface()
1861 i2c_del_adapter(&st->component_bus); in dib9000_release()
2531 st->component_bus.dev.parent = i2c_adap->dev.parent; in dib9000_attach()
2532 strncpy(st->component_bus.name, "DIB9000_FW COMPONENT BUS ACCESS", sizeof(st->component_bus.name)); in dib9000_attach()
2533 st->component_bus.algo = &dib9000_component_bus_algo; in dib9000_attach()
2534 st->component_bus.algo_data = NULL; in dib9000_attach()
2536 i2c_set_adapdata(&st->component_bus, st); in dib9000_attach()
2537 if (i2c_add_adapter(&st->component_bus) < 0) in dib9000_attach()