DRIVER_FIND

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

driver_find - locate driver on a bus by its name.  

SYNOPSIS

"SYNOPSIS"

struct device_driver * driver_find (const char * name, struct bus_type * bus);  

ARGUMENTS

name
name of the driver.
bus
bus to scan for the driver.
 

DESCRIPTION

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.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:04 GMT, October 09, 2005