Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/dvb-frontends/
Ddib9000.c48 struct i2c_adapter component_bus; member
1730 return &st->component_bus; in dib9000_get_component_bus_interface()
1854 i2c_del_adapter(&st->component_bus); in dib9000_release()
2541 st->component_bus.dev.parent = i2c_adap->dev.parent; in dib9000_attach()
2542 strncpy(st->component_bus.name, "DIB9000_FW COMPONENT BUS ACCESS", sizeof(st->component_bus.name)); in dib9000_attach()
2543 st->component_bus.algo = &dib9000_component_bus_algo; in dib9000_attach()
2544 st->component_bus.algo_data = NULL; in dib9000_attach()
2546 i2c_set_adapdata(&st->component_bus, st); in dib9000_attach()
2547 if (i2c_add_adapter(&st->component_bus) < 0) in dib9000_attach()