#include <linux/module.h>
#include <linux/ctype.h>
#include <linux/slab.h>
#include <linux/pnp.h>
#include <linux/dma-mapping.h>
#include "base.h"
Go to the source code of this file.
pnp_add_card - adds a PnP card to the PnP Layer : pointer to the card to add
Definition at line 232 of file card.c.
pnp_register_card_driver - registers a PnP card driver with the PnP Layer : pointer to the driver to register
Definition at line 411 of file card.c.
pnp_release_card_device - call this when the driver no longer needs the device : pointer to the PnP device structure
Definition at line 374 of file card.c.
pnp_remove_card - removes a PnP card from the PnP Layer : pointer to the card to remove
Definition at line 273 of file card.c.
pnp_remove_card_device- removes a device from the specified card : pointer to the device to remove
Definition at line 310 of file card.c.
pnp_request_card_device - Searches for a PnP device under the specified card : pointer to the card link, cannot be NULL : pointer to a PnP ID structure that explains the rules for finding the device : Starting place to search from. If NULL it will start from the beginning.
Definition at line 325 of file card.c.
pnp_unregister_card_driver - unregisters a PnP card driver from the PnP Layer : pointer to the driver to unregister
Definition at line 444 of file card.c.