Searched refs:component_bus (Results 1 – 1 of 1) sorted by relevance
53 struct i2c_adapter component_bus; member1734 return &st->component_bus; in dib9000_get_component_bus_interface()1858 i2c_del_adapter(&st->component_bus); in dib9000_release()2529 st->component_bus.dev.parent = i2c_adap->dev.parent; in dib9000_attach()2530 strscpy(st->component_bus.name, "DIB9000_FW COMPONENT BUS ACCESS", in dib9000_attach()2531 sizeof(st->component_bus.name)); in dib9000_attach()2532 st->component_bus.algo = &dib9000_component_bus_algo; in dib9000_attach()2533 st->component_bus.algo_data = NULL; in dib9000_attach()2535 i2c_set_adapdata(&st->component_bus, st); in dib9000_attach()2536 if (i2c_add_adapter(&st->component_bus) < 0) in dib9000_attach()