Home
last modified time | relevance | path

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

12345678910>>...131

/drivers/staging/vt6656/
DTODO2 - remove __cplusplus ifdefs -- done
3 - remove kernel version compatibility wrappers
4 - remove support for older wireless extensions
6 - remove PRINT_K() macro
/drivers/base/
Dtransport_class.c97 atc->tclass.remove = anon_transport_dummy_function; in anon_transport_class_register()
222 if (tclass->remove) in transport_remove_classdev()
223 tclass->remove(tcont, dev, classdev); in transport_remove_classdev()
225 if (tclass->remove != anon_transport_dummy_function) { in transport_remove_classdev()
259 if (tclass->remove != anon_transport_dummy_function) in transport_destroy_classdev()
Disa.c52 if (isa_driver && isa_driver->remove) in isa_bus_remove()
53 return isa_driver->remove(dev, to_isa_dev(dev)->id); in isa_bus_remove()
90 .remove = isa_bus_remove,
/drivers/mtd/nand/
Dplat_nand.c107 if (pdata->ctrl.remove) in plat_nand_probe()
108 pdata->ctrl.remove(pdev); in plat_nand_probe()
121 if (pdata->ctrl.remove) in plat_nand_remove()
122 pdata->ctrl.remove(pdev); in plat_nand_remove()
135 .remove = plat_nand_remove,
/drivers/lightnvm/
Dcore.c508 static int __nvm_configure_remove(struct nvm_ioctl_remove *remove) in __nvm_configure_remove() argument
517 if (!strcmp(remove->tgtname, t->disk->disk_name)) { in __nvm_configure_remove()
526 pr_err("nvm: target \"%s\" doesn't exist.\n", remove->tgtname); in __nvm_configure_remove()
564 struct nvm_ioctl_remove remove; in nvm_configure_remove() local
568 ret = sscanf(val, "%c %256s", &opcode, remove.tgtname); in nvm_configure_remove()
574 remove.flags = 0; in nvm_configure_remove()
576 return __nvm_configure_remove(&remove); in nvm_configure_remove()
773 struct nvm_ioctl_remove remove; in nvm_ioctl_dev_remove() local
778 if (copy_from_user(&remove, arg, sizeof(struct nvm_ioctl_remove))) in nvm_ioctl_dev_remove()
781 remove.tgtname[DISK_NAME_LEN - 1] = '\0'; in nvm_ioctl_dev_remove()
[all …]
/drivers/staging/wilc1000/
DTODO2 - remove the defined feature as kernel versions
3 - remove OS wrapper functions
4 - remove custom debug and tracing functions
/drivers/mmc/core/
Dsdio.c661 goto remove; in mmc_sdio_init_card()
689 goto remove; in mmc_sdio_init_card()
718 goto remove; in mmc_sdio_init_card()
733 goto remove; in mmc_sdio_init_card()
768 goto remove; in mmc_sdio_init_card()
775 goto remove; in mmc_sdio_init_card()
784 goto remove; in mmc_sdio_init_card()
796 goto remove; in mmc_sdio_init_card()
803 remove: in mmc_sdio_init_card()
1068 .remove = mmc_sdio_remove,
[all …]
/drivers/cpufreq/
Dscpi-cpufreq.c41 static int scpi_opp_table_ops(struct device *cpu_dev, bool remove) in scpi_opp_table_ops() argument
54 if (remove) in scpi_opp_table_ops()
118 .remove = scpi_cpufreq_remove,
/drivers/uio/
Duio_pci_generic.c108 static void remove(struct pci_dev *pdev) in remove() function
121 .remove = remove,
Duio_aec.c137 static void remove(struct pci_dev *pdev) in remove() function
159 .remove = remove,
/drivers/xen/events/
Devents_internal.h76 void (*remove)(evtchn_port_t port, unsigned int cpu); member
121 if (evtchn_ops->remove) in xen_evtchn_port_remove()
122 evtchn_ops->remove(evtchn, cpu); in xen_evtchn_port_remove()
/drivers/zorro/
Dzorro-driver.c70 if (drv->remove) in zorro_device_remove()
71 drv->remove(z); in zorro_device_remove()
169 .remove = zorro_device_remove,
/drivers/pnp/
Dcard.c63 if (drv->remove) in card_remove_first()
64 drv->remove(dev->card_link); in card_remove_first()
65 drv->link.remove = &card_remove; in card_remove_first()
380 drv->link.remove = &card_remove; in pnp_release_card_device()
382 drv->link.remove = &card_remove_first; in pnp_release_card_device()
422 drv->link.remove = &card_remove_first; in pnp_register_card_driver()
/drivers/staging/dgnc/
DTODO2 * remove unnecessary comments
3 * remove unnecessary error messages. Example kzalloc() has its
/drivers/rapidio/
Drio-driver.c124 if (rdrv->remove) in rio_device_remove()
125 rdrv->remove(rdev); in rio_device_remove()
231 .remove = rio_device_remove,
/drivers/staging/vt6655/
DTODO2 - remove __cplusplus ifdefs -- done
7 - remove dead code
/drivers/sh/superhyway/
Dsuperhyway.c158 if (shyway_drv && shyway_drv->remove) { in superhyway_device_remove()
159 shyway_drv->remove(shyway_dev); in superhyway_device_remove()
215 .remove = superhyway_device_remove,
/drivers/media/pci/bt8xx/
Dbttv-gpio.c66 if (sub->remove) in bttv_sub_remove()
67 sub->remove(sdev); in bttv_sub_remove()
75 .remove = bttv_sub_remove,
/drivers/staging/rtl8723au/
DTODO2 - find and remove code valid only for 5 HGz. Many of the obvious
4 - find and remove any code for other chips that is left over
/drivers/usb/host/whci/
Dasl.c130 if (!qset->remove) in process_qset()
138 if (qset->remove && qset->ntds == 0) { in process_qset()
285 if (!qset->in_sw_list && !qset->remove) in asl_urb_enqueue()
350 qset->remove = 1; in asl_qset_delete()
Dpzl.c136 if (!qset->remove) in pzl_process_qset()
143 if (qset->remove && qset->ntds == 0) { in pzl_process_qset()
313 if (!qset->in_sw_list && !qset->remove) in pzl_urb_enqueue()
379 qset->remove = 1; in pzl_qset_delete()
/drivers/usb/common/
Dulpi.c71 if (drv->remove) in ulpi_remove()
72 drv->remove(to_ulpi_dev(dev)); in ulpi_remove()
82 .remove = ulpi_remove,
/drivers/gpu/drm/exynos/
Dexynos_drm_core.c81 if (subdrv->remove) in exynos_drm_device_subdrv_remove()
82 subdrv->remove(dev, subdrv->dev); in exynos_drm_device_subdrv_remove()
/drivers/staging/rtl8188eu/
DTODO2 - find and remove remaining code valid only for 5 HGz. Most of the obvious
4 - find and remove any code for other chips that is left over
/drivers/of/unittest-data/
Dtestcases.dts6 prop-remove = "world";
7 node-remove {

12345678910>>...131