/arch/riscv/ |
D | Makefile.postlink | 23 cmd_relocs_strip = $(OBJCOPY) --remove-section='.rel.*' \ 24 --remove-section='.rel__*' \ 25 --remove-section='.rela.*' \ 26 --remove-section='.rela__*' $@
|
/arch/x86/ |
D | Makefile.postlink | 25 $(OBJCOPY) --remove-section='.rel.*' --remove-section='.rel__*' \ 26 --remove-section='.rela.*' --remove-section='.rela__*' $@
|
/arch/s390/purgatory/ |
D | Makefile | 46 OBJCOPYFLAGS_purgatory.ro += --remove-section='*debug*' 47 OBJCOPYFLAGS_purgatory.ro += --remove-section='.comment' 48 OBJCOPYFLAGS_purgatory.ro += --remove-section='.note.*'
|
/arch/arm/mach-shmobile/ |
D | regulator-quirk-rcar-gen2.c | 89 goto remove; in regulator_quirk_notify() 119 goto remove; in regulator_quirk_notify() 123 remove: in regulator_quirk_notify()
|
/arch/x86/platform/olpc/ |
D | olpc-xo1-pm.c | 163 .remove = xo1_pm_remove, 171 .remove = xo1_pm_remove,
|
/arch/um/drivers/ |
D | net_kern.c | 343 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()
|
D | mconsole_kern.h | 24 int (*remove)(int, char **); member
|
/arch/powerpc/platforms/pseries/ |
D | ibmebus.c | 333 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/ |
D | Makefile | 11 ccflags-remove-$(CONFIG_FUNCTION_TRACER) += $(CC_FLAGS_FTRACE)
|
/arch/loongarch/boot/ |
D | Makefile | 8 strip-flags := $(addprefix --remove-section=,$(drop-sections)) -S
|
/arch/sparc/kernel/ |
D | vio.c | 101 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/ |
D | net_user.h | 20 void (*remove)(void *); member
|
D | net_kern.h | 36 void (*remove)(void *); member
|
/arch/mips/include/asm/ |
D | cdmm.h | 45 int (*remove)(struct mips_cdmm_device *); member
|
D | gio_device.h | 28 void (*remove)(struct gio_device *); member
|
/arch/parisc/include/asm/ |
D | parisc-device.h | 38 void (*remove)(struct parisc_device *dev); member
|
/arch/s390/include/asm/ |
D | ccwgroup.h | 43 void (*remove) (struct ccwgroup_device *); member
|
/arch/mips/sgi-ip22/ |
D | ip22-gio.c | 151 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/ |
D | iris.c | 77 .remove = iris_remove,
|
/arch/arm64/kernel/pi/ |
D | Makefile | 25 --remove-section=.note.gnu.property \
|
/arch/powerpc/platforms/ps3/ |
D | system-bus.c | 395 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/ |
D | mdesc.h | 69 void (*remove)(struct mdesc_handle *handle, u64 node, member
|
/arch/riscv/kernel/pi/ |
D | Makefile | 24 --remove-section=.note.gnu.property \
|
/arch/powerpc/platforms/85xx/ |
D | sgy_cts1000.c | 148 .remove = gpio_halt_remove,
|
/arch/powerpc/include/asm/ |
D | vio.h | 116 void (*remove)(struct vio_dev *dev); member
|