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