Home
last modified time | relevance | path

Searched refs:class_find_device_by_of_node (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/device/
H A Dclass.h116 static inline struct device *class_find_device_by_of_node(const struct class *class, in class_find_device_by_of_node() function
/linux/drivers/fpga/
H A Dfpga-bridge.c97 bridge_dev = class_find_device_by_of_node(&fpga_bridge_class, np); in of_fpga_bridge_get()
H A Dfpga-mgr.c719 mgr_dev = class_find_device_by_of_node(&fpga_mgr_class, node); in of_fpga_mgr_get()
/linux/drivers/net/wan/framer/
H A Dframer-core.c748 target_dev = class_find_device_by_of_node(&framer_class, args->np); in framer_provider_simple_of_xlate()
/linux/drivers/regulator/
H A Dof_regulator.c640 dev = class_find_device_by_of_node(&regulator_class, np); in of_find_regulator_by_node()
/linux/drivers/phy/
H A Dphy-core.c764 target_dev = class_find_device_by_of_node(&phy_class, args->np); in of_phy_simple_xlate()
/linux/drivers/spi/
H A Dspi.c4967 dev = class_find_device_by_of_node(&spi_controller_class, node); in of_find_spi_controller_by_node()
4969 dev = class_find_device_by_of_node(&spi_target_class, node); in of_find_spi_controller_by_node()