Lines Matching defs:bus
7 * The DisCo spec doesn't mandate these properties. However, SDW bus cannot
24 #include "bus.h"
28 * @bus: SDW bus instance
30 int sdw_master_read_prop(struct sdw_bus *bus)
32 struct sdw_master_prop *prop = &bus->prop;
37 device_property_read_u32(bus->dev,
43 "mipi-sdw-link-%d-subproperties", bus->link_id);
45 link = device_get_named_child_node(bus->dev, name);
47 dev_err(bus->dev, "Master node %s not found\n", name);
66 prop->clk_freq = devm_kcalloc(bus->dev, prop->num_clk_freq,
92 prop->clk_gears = devm_kcalloc(bus->dev, prop->num_clk_gears,