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

1234567891011>>

/linux-master/scripts/
H A Dcheckincludes.pl4 # checkincludes: find/remove files included more than once
10 # to remove them in place. Note that this will not take into
20 print "To remove duplicated includes in place use -r\n";
24 my $remove = 0;
33 $remove = 1;
59 if (!$remove) {
H A Dprune-kernel20 new-kernel-pkg --remove $f
22 kernel-install remove $f
/linux-master/arch/x86/
H A DMakefile.postlink25 $(OBJCOPY) --remove-section='.rel.*' --remove-section='.rel__*' \
26 --remove-section='.rela.*' --remove-section='.rela__*' $@
/linux-master/arch/riscv/
H A DMakefile.postlink23 cmd_relocs_strip = $(OBJCOPY) --remove-section='.rel.*' \
24 --remove-section='.rel__*' \
25 --remove-section='.rela.*' \
26 --remove-section='.rela__*' $@
/linux-master/drivers/vfio/mdev/
H A Dmdev_driver.c30 if (drv->remove)
31 drv->remove(to_mdev_device(dev));
46 .remove = mdev_remove,
/linux-master/drivers/staging/media/imx/
H A Dimx-ic.h26 void (*remove)(struct imx_ic_priv *ic_priv); member in struct:imx_ic_ops
/linux-master/drivers/dma/dw/
H A Dinternal.h52 int (*remove)(struct dw_dma_chip *chip); member in struct:dw_dma_chip_pdata
58 .remove = dw_dma_remove,
74 .remove = idma32_dma_remove,
90 .remove = idma32_dma_remove,
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6dsp-lpass-ports.h8 int (*remove)(struct snd_soc_dai *dai); member in struct:q6dsp_audio_port_dai_driver_config
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Drtw8822be.c23 .remove = rtw_pci_remove,
H A Drtw8723de.c23 .remove = rtw_pci_remove,
H A Drtw8822cs.c25 .remove = rtw_sdio_remove,
H A Drtw8821cs.c25 .remove = rtw_sdio_remove,
H A Drtw8822bs.c25 .remove = rtw_sdio_remove,
H A Drtw8821ce.c27 .remove = rtw_pci_remove,
H A Drtw8822ce.c27 .remove = rtw_pci_remove,
H A Drtw8723ds.c30 .remove = rtw_sdio_remove,
/linux-master/drivers/xen/events/
H A Devents_internal.h17 void (*remove)(evtchn_port_t port, unsigned int cpu); member in struct:evtchn_ops
59 if (evtchn_ops->remove)
60 evtchn_ops->remove(evtchn, cpu);
/linux-master/drivers/base/
H A Dtransport_class.c100 atc->tclass.remove = anon_transport_dummy_function;
177 if (tclass->remove)
178 tclass->remove(tcont, dev, classdev);
241 if (tclass->remove)
242 tclass->remove(tcont, dev, classdev);
244 if (tclass->remove != anon_transport_dummy_function) {
255 * transport_remove_device - remove the visibility of a device
257 * @dev: generic device to remove
262 * do remove and destroy as separate operations, use
278 if (tclass->remove !
[all...]
/linux-master/sound/hda/ext/
H A Dhdac_ext_bus.c64 * snd_hdac_ext_bus_device_remove - remove HD-audio extended codec base devices
72 * we need to remove all the codec devices objects created in the
103 return (get_hdrv(dev))->remove(get_hdev(dev));
124 if (drv->remove)
125 drv->driver.remove = hdac_ext_drv_remove;
/linux-master/drivers/md/persistent-data/
H A DMakefile12 dm-btree-remove.o \
/linux-master/include/video/
H A Dhecubafb.h43 void (*remove)(struct hecubafb_par *); member in struct:hecuba_board
/linux-master/drivers/usb/typec/altmodes/
H A Dnvidia.c35 .remove = nvidia_altmode_remove,
/linux-master/arch/um/drivers/
H A Dmconsole_kern.h24 int (*remove)(int, char **); member in struct:mc_device
/linux-master/sound/soc/codecs/
H A Dwm8804-spi.c45 .remove = wm8804_spi_remove
/linux-master/arch/powerpc/xmon/
H A DMakefile11 ccflags-remove-$(CONFIG_FUNCTION_TRACER) += $(CC_FLAGS_FTRACE)

Completed in 246 milliseconds

1234567891011>>