Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dof_device.h39 extern int of_device_request_module(struct device *dev);
84 static inline int of_device_request_module(struct device *dev) in of_device_request_module() function
/Linux-v4.19/drivers/of/
Ddevice.c248 int of_device_request_module(struct device *dev) in of_device_request_module() function
269 EXPORT_SYMBOL_GPL(of_device_request_module);
/Linux-v4.19/drivers/usb/common/
Dulpi.c228 of_device_request_module(&ulpi->dev); in ulpi_read_id()