Searched defs:remove (Results 1 - 25 of 34) sorted by relevance

12

/drivers/mmc/core/
H A Dcore.h19 void (*remove)(struct mmc_host *); member in struct:mmc_bus_ops
/drivers/uio/
H A Duio_pci_generic.c107 static void remove(struct pci_dev *pdev) function
120 .remove = remove,
H A Duio_aec.c137 static void remove(struct pci_dev *pdev) function
159 .remove = remove,
/drivers/ps3/
H A Dvuart.h47 int (*remove)(struct ps3_system_bus_device *); member in struct:ps3_vuart_port_driver
/drivers/net/ethernet/emulex/benet/
H A Dbe_roce.h59 void (*remove) (struct ocrdma_dev *); member in struct:ocrdma_driver
/drivers/target/
H A Dtarget_core_tmr.c86 bool remove = true; local
91 remove = false;
95 transport_cmd_finish_abort(cmd, remove);
H A Dtarget_core_transport.c610 void transport_cmd_finish_abort(struct se_cmd *cmd, int remove) argument
618 if (remove)
623 if (remove)
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dflowring.c383 struct brcmf_flowring_tdls_entry *remove; local
393 remove = search;
395 kfree(remove);
/drivers/pcmcia/
H A Dcs_internal.h108 int (*remove) (struct pcmcia_socket *s); member in struct:pcmcia_callback
/drivers/s390/cio/
H A Dcss.h72 * @remove: function called on remove
88 int (*remove)(struct subchannel *); member in struct:css_driver
/drivers/staging/unisys/virtpci/
H A Dvirtpci.h84 void (*remove)(struct virtpci_dev *dev); /* Device removed (NULL if member in struct:virtpci_driver
/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.h85 void (*remove) (struct t3cdev *); member in struct:cxgb3_client
/drivers/firmware/efi/
H A Dvars.c460 * efivar_entry_remove - remove entry from variable list
461 * @entry: entry to remove from list
472 * efivar_entry_list_del_unlock - remove entry from variable list
473 * @entry: entry to remove
498 * not remove @entry from the variable list. Also, it is safe to be
521 * efivar_entry_delete - delete variable and remove entry from list
524 * Delete the variable from the firmware and remove @entry from the
698 * @remove: should we remove the entry from the list?
702 * and @remove i
710 efivar_entry_find(efi_char16_t *name, efi_guid_t guid, struct list_head *head, bool remove) argument
[all...]
/drivers/gpu/drm/exynos/
H A Dexynos_drm_drv.h130 * @remove: cleans up the display for removal
142 void (*remove)(struct exynos_drm_display *display); member in struct:exynos_drm_display_ops
286 * @remove: this callback is used to release resources created
297 void (*remove)(struct drm_device *drm_dev, struct device *dev); member in struct:exynos_drm_subdrv
/drivers/misc/mic/card/
H A Dmic_virtio.c475 * removes a virtio device if a hot remove event has been
511 static void mic_scan_devices(struct mic_driver *mdrv, bool remove) argument
543 if (remove)
549 if (!ret && !remove)
551 if (remove) {
561 if (!remove)
/drivers/s390/crypto/
H A Dap_bus.h146 void (*remove)(struct ap_device *); member in struct:ap_driver
/drivers/video/fbdev/
H A Dssd1307fb.c45 int (*remove)(struct ssd1307fb_par *); member in struct:ssd1307fb_ops
314 .remove = ssd1307fb_ssd1307_remove,
536 if (par->ops->remove)
537 par->ops->remove(par);
551 if (par->ops->remove)
552 par->ops->remove(par);
568 .remove = ssd1307fb_remove,
/drivers/base/power/
H A Ddomain.c452 * the @genpd's devices' drivers and remove power from @genpd.
1011 * Stop the device and remove power from the domain if all devices in it have
1499 * @genpd: PM domain to remove the device from.
1507 bool remove = false; local
1538 remove = true;
1550 if (remove)
1670 * @genpd: Master PM domain to remove the subdomain from.
1788 * @genpd: PM domain to remove the cpuidle connection from.
2144 dev_err(dev, "failed to remove from PM domain %s: %d",
/drivers/net/ethernet/intel/i40evf/
H A Di40evf.h154 bool remove; /* filter needs to be removed */ member in struct:i40evf_mac_filter
161 bool remove; /* filter needs to be removed */ member in struct:i40evf_vlan_filter
/drivers/staging/lustre/lustre/llite/
H A Ddir.c249 void ll_release_page(struct page *page, int remove) argument
252 if (remove) {
314 * upon hash collision, remove this page,
1753 #warning "remove old LL_IOC_QUOTACTL_18 compatibility code"
/drivers/hid/
H A Dhid-wiimote.h191 void (*remove) (const struct wiimod_ops *ops, member in struct:wiimod_ops
/drivers/media/pci/bt8xx/
H A Dbttv.h343 void (*remove)(struct bttv_sub_device *sub); member in struct:bttv_sub_driver
/drivers/mtd/ubi/
H A Dubi.h199 * @remove: if not zero, this volume should be removed, not re-named
211 int remove; member in struct:ubi_rename_entry
/drivers/usb/host/whci/
H A Dwhci-hc.h259 unsigned remove:1; member in struct:whc_qset
/drivers/media/pci/cx88/
H A Dcx88.h541 int (*remove)(struct cx8802_driver *drv); member in struct:cx8802_driver

Completed in 999 milliseconds

12