Home
last modified time | relevance | path

Searched refs:of_find_serdev_controller_by_node (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dserdev.h338 struct serdev_controller *of_find_serdev_controller_by_node(struct device_node *node);
340 static inline struct serdev_controller *of_find_serdev_controller_by_node(struct device_node *node) in of_find_serdev_controller_by_node() function
/linux/drivers/tty/serdev/
H A Dcore.c528 struct serdev_controller *of_find_serdev_controller_by_node(struct device_node *node) in of_find_serdev_controller_by_node() function
534 EXPORT_SYMBOL_GPL(of_find_serdev_controller_by_node);
/linux/drivers/power/sequencing/
H A Dpwrseq-pcie-m2.c241 serdev_ctrl = of_find_serdev_controller_by_node(serdev_parent); in pwrseq_pcie_m2_create_serdev()