Searched refs:mux_node (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/i2c/ |
D | i2c-mux.c | 350 struct device_node *mux_node, *child = NULL; in i2c_mux_add_adapter() local 354 mux_node = of_get_child_by_name(dev_node, "i2c-arb"); in i2c_mux_add_adapter() 356 mux_node = of_get_child_by_name(dev_node, "i2c-gate"); in i2c_mux_add_adapter() 358 mux_node = of_get_child_by_name(dev_node, "i2c-mux"); in i2c_mux_add_adapter() 360 if (mux_node) { in i2c_mux_add_adapter() 362 if (!of_property_read_u32(mux_node, "reg", ®)) { in i2c_mux_add_adapter() 363 of_node_put(mux_node); in i2c_mux_add_adapter() 364 mux_node = NULL; in i2c_mux_add_adapter() 368 if (!mux_node) in i2c_mux_add_adapter() 369 mux_node = of_node_get(dev_node); in i2c_mux_add_adapter() [all …]
|
/Linux-v4.19/drivers/net/phy/ |
D | mdio-mux.c | 89 struct device_node *mux_node, in mdio_mux_init() argument 102 if (!mux_node) in mdio_mux_init() 106 parent_bus_node = of_parse_phandle(mux_node, in mdio_mux_init() 136 for_each_available_child_of_node(mux_node, child_bus_node) { in mdio_mux_init()
|
/Linux-v4.19/include/linux/ |
D | mdio-mux.h | 24 struct device_node *mux_node,
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/st/ |
D | st,clkgen.txt | 20 mux_node {
|