Home
last modified time | relevance | path

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

12345

/arch/s390/purgatory/
A DMakefile40 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 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/
A Dolpc-xo1-pm.c162 .remove = xo1_pm_remove,
170 .remove = xo1_pm_remove,
/arch/powerpc/xmon/
A DMakefile11 ccflags-remove-$(CONFIG_FUNCTION_TRACER) += $(CC_FLAGS_FTRACE)
/arch/powerpc/platforms/pseries/
A 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/um/drivers/
A Dmconsole_kern.h24 int (*remove)(int, char **); member
/arch/sparc/kernel/
A 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/x86/configs/
A Dhardening.config3 # Modern libc no longer needs a fixed-position mapping in userspace, remove
/arch/loongarch/boot/
A DMakefile8 strip-flags := $(addprefix --remove-section=,$(drop-sections)) -S
/arch/mips/include/asm/
A Dcdmm.h45 int (*remove)(struct mips_cdmm_device *); member
A Dgio_device.h28 void (*remove)(struct gio_device *); member
/arch/parisc/include/asm/
A Dparisc-device.h38 void (*remove)(struct parisc_device *dev); member
/arch/s390/include/asm/
A Dccwgroup.h43 void (*remove) (struct ccwgroup_device *); member
A Deadm.h109 void (*remove) (struct scm_device *scmdev); member
/arch/mips/sgi-ip22/
A Dip22-gio.c151 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 Diris.c76 .remove = iris_remove,
/arch/powerpc/platforms/ps3/
A 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()
473 .remove = ps3_system_bus_remove,
/arch/sparc/include/asm/
A Dmdesc.h69 void (*remove)(struct mdesc_handle *handle, u64 node, member
/arch/arm/mach-sa1100/
A Djornada720_ssp.c191 .remove = jornada_ssp_remove,
/arch/arm64/kernel/pi/
A DMakefile28 --remove-section=.note.gnu.property
/arch/powerpc/platforms/85xx/
A Dsgy_cts1000.c146 .remove = gpio_halt_remove,
/arch/powerpc/math-emu/
A DMakefile20 ccflags-remove-y = -Wmissing-prototypes -Wmissing-declarations -Wunused-but-set-variable
/arch/powerpc/include/asm/
A Dvio.h116 void (*remove)(struct vio_dev *dev); member
/arch/sh/boot/compressed/
A DMakefile28 ccflags-remove-$(CONFIG_MCOUNT) += -pg
/arch/riscv/kernel/pi/
A DMakefile27 --remove-section=.note.gnu.property \

Completed in 34 milliseconds

12345