Lines Matching defs:from
273 * pnp_remove_card - removes a PnP card from the PnP Layer
310 * pnp_remove_card_device- removes a device from the specified card
326 * @from: Starting place to search from. If NULL it will start from the beginning.
329 const char *id, struct pnp_dev *from)
341 if (!from) {
344 if (from->card != card)
346 pos = from->card_list.next;
444 * pnp_unregister_card_driver - unregisters a PnP card driver from the PnP Layer