DEVICE_ATTACH

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

 

NAME

device_attach - try to attach device to a driver.  

SYNOPSIS

"SYNOPSIS"

int device_attach (struct device * dev);  

ARGUMENTS

dev
device.
 

DESCRIPTION

Walk the list of drivers that the bus has and call bus_match for each pair. If a compatible pair is found, break out and return.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 04:40:42 GMT, October 06, 2005