Searched refs:mux_node (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dmdio-mux.h17 * @mux_node The device node of the MDIO mux
24 struct device_node *mux_node,
/linux-master/drivers/i2c/
H A Di2c-mux.c335 struct device_node *mux_node, *child = NULL; local
339 mux_node = of_get_child_by_name(dev_node, "i2c-arb");
341 mux_node = of_get_child_by_name(dev_node, "i2c-gate");
343 mux_node = of_get_child_by_name(dev_node, "i2c-mux");
345 if (mux_node) {
347 if (!of_property_read_u32(mux_node, "reg", &reg)) {
348 of_node_put(mux_node);
349 mux_node = NULL;
353 if (!mux_node)
354 mux_node
[all...]
/linux-master/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_i2c.c56 struct fwnode_handle *mux_node; local
70 mux_node = device_get_named_child_node(dev, "i2c-gate");
71 if (mux_node != NULL) {
75 fwnode_handle_put(mux_node);
/linux-master/drivers/dma/dw/
H A Drzn1-dmamux.c116 struct device_node *mux_node = pdev->dev.of_node; local
125 dmac_node = of_parse_phandle(mux_node, "dma-masters", 0);
139 return of_dma_router_register(mux_node, rzn1_dmamux_route_allocate,
/linux-master/drivers/net/mdio/
H A Dmdio-mux.c140 struct device_node *mux_node,
153 if (!mux_node)
157 parent_bus_node = of_parse_phandle(mux_node,
187 for_each_available_child_of_node(mux_node, child_bus_node) {
139 mdio_mux_init(struct device *dev, struct device_node *mux_node, int (*switch_fn)(int cur, int desired, void *data), void **mux_handle, void *data, struct mii_bus *mux_bus) argument

Completed in 129 milliseconds