Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dof_device.h36 extern int of_device_request_module(struct device *dev);
81 static inline int of_device_request_module(struct device *dev) in of_device_request_module() function
/linux-6.1.9/drivers/of/
Ddevice.c290 int of_device_request_module(struct device *dev) in of_device_request_module() function
311 EXPORT_SYMBOL_GPL(of_device_request_module);
/linux-6.1.9/drivers/usb/common/
Dulpi.c232 of_device_request_module(&ulpi->dev); in ulpi_read_id()