Lines Matching full:driver
41 * This function registers a device driver with specified name.
43 * @param dev the pointer of device driver structure
44 * @param name the device driver's name
74 * This function removes a previously registered device driver
76 * @param dev the pointer of device driver structure
93 * This function initializes all registered device driver
106 * This function finds a device driver by specified name.
108 * @param name the device driver's name
110 * @return the registered device driver on successful, or RT_NULL on failure.
201 * @param dev the pointer of device driver structure
235 * @param dev the pointer of device driver structure
301 * @param dev the pointer of device driver structure
337 * @param dev the pointer of device driver structure
376 * @param dev the pointer of device driver structure
415 * @param dev the pointer of device driver structure
440 * @param dev the pointer of device driver structure
462 * @param dev the pointer of device driver structure