Home
last modified time | relevance | path

Searched refs:of_request_module (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/of/
H A Dmodule.c56 int of_request_module(const struct device_node *np) in of_request_module() function
83 EXPORT_SYMBOL_GPL(of_request_module);
/openbmc/linux/drivers/usb/common/
H A Dulpi.c232 of_request_module(ulpi->dev.of_node); in ulpi_read_id()
/openbmc/linux/include/linux/
H A Dof.h389 extern int of_request_module(const struct device_node *np);
762 static inline int of_request_module(const struct device_node *np) in of_request_module() function
/openbmc/linux/drivers/nvmem/
H A Dcore.c809 of_request_module(layout_np); in nvmem_layout_get()