driver_find — locate driver on a bus by its name.
name of the driver.
bus to scan for the driver.
Call kset_find_obj to iterate over list of drivers on a bus to find driver by name. Return driver if found.
Note that kset_find_obj increments driver's reference count.