Home
last modified time | relevance | path

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

12345

/arch/riscv/
DMakefile.postlink23 cmd_relocs_strip = $(OBJCOPY) --remove-section='.rel.*' \
24 --remove-section='.rel__*' \
25 --remove-section='.rela.*' \
26 --remove-section='.rela__*' $@
/arch/x86/
DMakefile.postlink25 $(OBJCOPY) --remove-section='.rel.*' --remove-section='.rel__*' \
26 --remove-section='.rela.*' --remove-section='.rela__*' $@
/arch/s390/purgatory/
DMakefile46 OBJCOPYFLAGS_purgatory.ro += --remove-section='*debug*'
47 OBJCOPYFLAGS_purgatory.ro += --remove-section='.comment'
48 OBJCOPYFLAGS_purgatory.ro += --remove-section='.note.*'
/arch/arm/mach-shmobile/
Dregulator-quirk-rcar-gen2.c89 goto remove; in regulator_quirk_notify()
119 goto remove; in regulator_quirk_notify()
123 remove: in regulator_quirk_notify()
/arch/x86/platform/olpc/
Dolpc-xo1-pm.c163 .remove = xo1_pm_remove,
171 .remove = xo1_pm_remove,
/arch/um/drivers/
Dnet_kern.c343 if (lp->remove != NULL) in net_device_release()
344 (*lp->remove)(&lp->user); in net_device_release()
442 .remove = transport->user->remove, in eth_configure()
478 if (transport->user->remove != NULL) in eth_configure()
479 (*transport->user->remove)(&lp->user); in eth_configure()
721 .remove = net_remove,
814 if (lp->remove != NULL) in close_devices()
815 (*lp->remove)(&lp->user); in close_devices()
Dmconsole_kern.h24 int (*remove)(int, char **); member
/arch/powerpc/platforms/pseries/
Dibmebus.c333 static BUS_ATTR_WO(remove);
379 if (dev->driver && drv->remove) in ibmebus_bus_device_remove()
380 drv->remove(of_dev); in ibmebus_bus_device_remove()
441 .remove = ibmebus_bus_device_remove,
/arch/powerpc/xmon/
DMakefile11 ccflags-remove-$(CONFIG_FUNCTION_TRACER) += $(CC_FLAGS_FTRACE)
/arch/loongarch/boot/
DMakefile8 strip-flags := $(addprefix --remove-section=,$(drop-sections)) -S
/arch/sparc/kernel/
Dvio.c101 if (drv->remove) { in vio_device_remove()
108 drv->remove(vdev); in vio_device_remove()
158 .remove = vio_device_remove,
460 .remove = vio_remove,
492 .remove = vio_remove,
/arch/um/include/shared/
Dnet_user.h20 void (*remove)(void *); member
Dnet_kern.h36 void (*remove)(void *); member
/arch/mips/include/asm/
Dcdmm.h45 int (*remove)(struct mips_cdmm_device *); member
Dgio_device.h28 void (*remove)(struct gio_device *); member
/arch/parisc/include/asm/
Dparisc-device.h38 void (*remove)(struct parisc_device *dev); member
/arch/s390/include/asm/
Dccwgroup.h43 void (*remove) (struct ccwgroup_device *); member
/arch/mips/sgi-ip22/
Dip22-gio.c151 if (drv->remove) in gio_device_remove()
152 drv->remove(gio_dev); in gio_device_remove()
386 .remove = gio_device_remove,
/arch/x86/platform/iris/
Diris.c77 .remove = iris_remove,
/arch/arm64/kernel/pi/
DMakefile25 --remove-section=.note.gnu.property \
/arch/powerpc/platforms/ps3/
Dsystem-bus.c395 if (drv->remove) in ps3_system_bus_remove()
396 drv->remove(dev); in ps3_system_bus_remove()
429 else if (drv->remove) { in ps3_system_bus_shutdown()
432 drv->remove(dev); in ps3_system_bus_shutdown()
474 .remove = ps3_system_bus_remove,
/arch/sparc/include/asm/
Dmdesc.h69 void (*remove)(struct mdesc_handle *handle, u64 node, member
/arch/riscv/kernel/pi/
DMakefile24 --remove-section=.note.gnu.property \
/arch/powerpc/platforms/85xx/
Dsgy_cts1000.c148 .remove = gpio_halt_remove,
/arch/powerpc/include/asm/
Dvio.h116 void (*remove)(struct vio_dev *dev); member

12345