#include <linux/errno.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/pnp.h>
#include <linux/bitmap.h>
#include <linux/mutex.h>
#include "base.h"
Go to the source code of this file.
pnp_activate_dev - activates a PnP device for use : pointer to the desired device
does not validate or set resources so be careful.
Definition at line 361 of file manager.c.
pnp_auto_config_dev - automatically assigns resources to a device : pointer to the desired device
Definition at line 288 of file manager.c.
pnp_disable_dev - disables device : pointer to the desired device
inform the correct pnp protocol so that resources can be used by other devices
Definition at line 386 of file manager.c.
pnp_start_dev - low-level start of the PnP device : pointer to the desired device
assumes that resources have already been allocated
Definition at line 317 of file manager.c.
pnp_stop_dev - low-level disable of the PnP device : pointer to the desired device
does not free resources
Definition at line 340 of file manager.c.