Lines Matching refs:and
1 Linux Plug and Play Documentation
10 Plug and Play provides a means of detecting and setting resources for legacy or
11 otherwise unconfigurable devices. The Linux Plug and Play Layer provides these
18 The Linux Plug and Play user interface provides a means to activate PnP devices
19 for legacy and user level drivers that do not support Linux Plug and Play. The
26 resources - displays currently allocated resources and allows resource changes
93 The Unified Plug and Play Layer
95 All Plug and Play drivers, protocols, and services meet at a central location
96 called the Plug and Play Layer. This layer is responsible for the exchange of
97 information between PnP drivers and PnP protocols. Thus it automatically
101 The following functions are available from the Plug and Play Layer:
113 - use this function to remove a PnP protocol from the Plug and Play Layer
116 - adds a PnP driver to the Plug and Play Layer
123 - removes a PnP driver from the Plug and Play Layer
127 Plug and Play Protocols
132 - PNPBIOS: used for system devices such as serial and parallel ports.
137 Plug and Play but it is planned to be in the near future.
156 - call this to remove a device from the Plug and Play Layer.
158 - automatically will free mem used by the device and related structures
168 Linux Plug and Play Drivers
197 2.) Optionally define probe and remove functions. It may make sense not to
225 * name and id_table cannot be NULL.