Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/of/
Dmodule.c47 int of_request_module(const struct device_node *np) in of_request_module() function
74 EXPORT_SYMBOL_GPL(of_request_module);
/Linux-v6.6/drivers/usb/common/
Dulpi.c232 of_request_module(ulpi->dev.of_node); in ulpi_read_id()
/Linux-v6.6/include/linux/
Dof.h387 extern int of_request_module(const struct device_node *np);
760 static inline int of_request_module(const struct device_node *np) in of_request_module() function
/Linux-v6.6/drivers/nvmem/
Dcore.c804 of_request_module(layout_np); in nvmem_layout_get()