Searched refs:remove (Results 1 – 25 of 105) sorted by relevance
12345
| /arch/s390/purgatory/ |
| A D | Makefile | 40 OBJCOPYFLAGS_purgatory.ro += --remove-section='*debug*' 41 OBJCOPYFLAGS_purgatory.ro += --remove-section='.comment' 42 OBJCOPYFLAGS_purgatory.ro += --remove-section='.note.*'
|
| /arch/arm/mach-shmobile/ |
| A 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/ |
| A D | olpc-xo1-pm.c | 162 .remove = xo1_pm_remove, 170 .remove = xo1_pm_remove,
|
| /arch/powerpc/xmon/ |
| A D | Makefile | 11 ccflags-remove-$(CONFIG_FUNCTION_TRACER) += $(CC_FLAGS_FTRACE)
|
| /arch/powerpc/platforms/pseries/ |
| A 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/um/drivers/ |
| A D | mconsole_kern.h | 24 int (*remove)(int, char **); member
|
| /arch/sparc/kernel/ |
| A 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/x86/configs/ |
| A D | hardening.config | 3 # Modern libc no longer needs a fixed-position mapping in userspace, remove
|
| /arch/loongarch/boot/ |
| A D | Makefile | 8 strip-flags := $(addprefix --remove-section=,$(drop-sections)) -S
|
| /arch/mips/include/asm/ |
| A D | cdmm.h | 45 int (*remove)(struct mips_cdmm_device *); member
|
| A D | gio_device.h | 28 void (*remove)(struct gio_device *); member
|
| /arch/parisc/include/asm/ |
| A D | parisc-device.h | 38 void (*remove)(struct parisc_device *dev); member
|
| /arch/s390/include/asm/ |
| A D | ccwgroup.h | 43 void (*remove) (struct ccwgroup_device *); member
|
| A D | eadm.h | 109 void (*remove) (struct scm_device *scmdev); member
|
| /arch/mips/sgi-ip22/ |
| A D | ip22-gio.c | 151 if (drv->remove) in gio_device_remove() 152 drv->remove(gio_dev); in gio_device_remove() 385 .remove = gio_device_remove,
|
| /arch/x86/platform/iris/ |
| A D | iris.c | 76 .remove = iris_remove,
|
| /arch/powerpc/platforms/ps3/ |
| A 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() 473 .remove = ps3_system_bus_remove,
|
| /arch/sparc/include/asm/ |
| A D | mdesc.h | 69 void (*remove)(struct mdesc_handle *handle, u64 node, member
|
| /arch/arm/mach-sa1100/ |
| A D | jornada720_ssp.c | 191 .remove = jornada_ssp_remove,
|
| /arch/arm64/kernel/pi/ |
| A D | Makefile | 28 --remove-section=.note.gnu.property
|
| /arch/powerpc/platforms/85xx/ |
| A D | sgy_cts1000.c | 146 .remove = gpio_halt_remove,
|
| /arch/powerpc/math-emu/ |
| A D | Makefile | 20 ccflags-remove-y = -Wmissing-prototypes -Wmissing-declarations -Wunused-but-set-variable
|
| /arch/powerpc/include/asm/ |
| A D | vio.h | 116 void (*remove)(struct vio_dev *dev); member
|
| /arch/sh/boot/compressed/ |
| A D | Makefile | 28 ccflags-remove-$(CONFIG_MCOUNT) += -pg
|
| /arch/riscv/kernel/pi/ |
| A D | Makefile | 27 --remove-section=.note.gnu.property \
|
Completed in 34 milliseconds
12345