Searched refs:remove (Results 1 - 25 of 3274) sorted by relevance

1234567891011>>

/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/md/persistent-data/
H A DMakefile11 dm-btree-remove.o \
/drivers/base/
H A Dtransport_class.c97 atc->tclass.remove = anon_transport_dummy_function;
222 if (tclass->remove)
223 tclass->remove(tcont, dev, classdev);
225 if (tclass->remove != anon_transport_dummy_function) {
236 * transport_remove_device - remove the visibility of a device
238 * @dev: generic device to remove
243 * do remove and destroy as separate operations, use
259 if (tclass->remove != anon_transport_dummy_function)
H A Disa.c52 if (isa_driver->remove)
53 return isa_driver->remove(dev, to_isa_dev(dev)->id);
90 .remove = isa_bus_remove,
/drivers/mtd/nand/
H A Dplat_nand.c110 if (pdata->ctrl.remove)
111 pdata->ctrl.remove(pdev);
124 if (pdata->ctrl.remove)
125 pdata->ctrl.remove(pdev);
138 .remove = plat_nand_remove,
/drivers/zorro/
H A Dzorro-driver.c70 if (drv->remove)
71 drv->remove(z);
103 * gives it a chance to clean up by calling its remove() function for
169 .remove = zorro_device_remove,
/drivers/acpi/
H A Dhed.c83 .remove = acpi_hed_remove,
/drivers/cpufreq/
H A Dvexpress-spc-cpufreq.c66 .remove = ve_spc_cpufreq_remove,
/drivers/hwmon/pmbus/
H A Dtps40422.c56 .remove = pmbus_do_remove,
/drivers/input/touchscreen/
H A Dcyttsp4_i2c.c81 .remove = cyttsp4_i2c_remove,
H A Dcyttsp_i2c.c81 .remove = cyttsp_i2c_remove,
/drivers/leds/
H A Dleds-rb532.c53 .remove = rb532_led_remove,
/drivers/mfd/
H A Dqcom-spmi-pmic.c55 .remove = pmic_spmi_remove,
/drivers/net/ethernet/emulex/benet/
H A Dbe_roce.h59 void (*remove) (struct ocrdma_dev *); member in struct:ocrdma_driver
/drivers/net/wireless/
H A Datmel_pci.c47 .remove = atmel_pci_remove,
/drivers/power/reset/
H A Drestart-poweroff.c55 .remove = restart_poweroff_remove,
/drivers/ps3/
H A Dvuart.h47 int (*remove)(struct ps3_system_bus_device *); member in struct:ps3_vuart_port_driver
/drivers/usb/chipidea/
H A Dci_hdrc_zevio.c61 .remove = ci_hdrc_zevio_remove,
/drivers/media/pci/bt8xx/
H A Dbttv-gpio.c66 if (sub->remove)
67 sub->remove(sdev);
75 .remove = bttv_sub_remove,
/drivers/rapidio/
H A Drio-driver.c115 * driver, then run the driver remove() method. Then update
124 if (rdrv->remove)
125 rdrv->remove(rdev);
158 * drivers, gives it a chance to clean up by calling its remove()
231 .remove = rio_device_remove,
/drivers/sh/superhyway/
H A Dsuperhyway.c158 if (shyway_drv && shyway_drv->remove) {
159 shyway_drv->remove(shyway_dev);
215 .remove = superhyway_device_remove,
/drivers/gpu/drm/exynos/
H A Dexynos_drm_core.c120 if (subdrv->remove)
121 subdrv->remove(dev, subdrv->dev);
/drivers/ata/
H A Dahci_platform.c76 .remove = ata_platform_remove_one,
H A Dpata_netcell.c94 .remove = ata_pci_remove_one,

Completed in 6962 milliseconds

1234567891011>>