Searched refs:class_find_device_by_of_node (Results 1 – 10 of 10) sorted by relevance
/linux-6.15/include/linux/device/ |
D | class.h | 116 static inline struct device *class_find_device_by_of_node(const struct class *class, in class_find_device_by_of_node() function
|
/linux-6.15/drivers/fpga/ |
D | fpga-bridge.c | 97 bridge_dev = class_find_device_by_of_node(&fpga_bridge_class, np); in of_fpga_bridge_get()
|
D | fpga-mgr.c | 719 mgr_dev = class_find_device_by_of_node(&fpga_mgr_class, node); in of_fpga_mgr_get()
|
/linux-6.15/drivers/mux/ |
D | core.c | 515 dev = class_find_device_by_of_node(&mux_class, np); in of_find_mux_chip_by_node()
|
/linux-6.15/drivers/leds/ |
D | led-class.c | 268 led_dev = class_find_device_by_of_node(&leds_class, led_node); in of_led_get()
|
/linux-6.15/drivers/net/wan/framer/ |
D | framer-core.c | 748 target_dev = class_find_device_by_of_node(&framer_class, args->np); in framer_provider_simple_of_xlate()
|
/linux-6.15/drivers/regulator/ |
D | of_regulator.c | 640 dev = class_find_device_by_of_node(®ulator_class, np); in of_find_regulator_by_node()
|
/linux-6.15/drivers/phy/ |
D | phy-core.c | 742 target_dev = class_find_device_by_of_node(&phy_class, args->np); in of_phy_simple_xlate()
|
/linux-6.15/drivers/net/phy/ |
D | mdio_bus.c | 450 d = class_find_device_by_of_node(&mdio_bus_class, mdio_bus_np); in of_mdio_find_bus()
|
/linux-6.15/drivers/spi/ |
D | spi.c | 4773 dev = class_find_device_by_of_node(&spi_controller_class, node); in of_find_spi_controller_by_node() 4775 dev = class_find_device_by_of_node(&spi_target_class, node); in of_find_spi_controller_by_node()
|