Home
last modified time | relevance | path

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

12345

/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.c342 if (lp->remove != NULL) in net_device_release()
343 (*lp->remove)(&lp->user); in net_device_release()
441 .remove = transport->user->remove, in eth_configure()
477 if (transport->user->remove != NULL) in eth_configure()
478 (*transport->user->remove)(&lp->user); in eth_configure()
720 .remove = net_remove,
813 if (lp->remove != NULL) in close_devices()
814 (*lp->remove)(&lp->user); in close_devices()
Dmconsole_kern.h24 int (*remove)(int, char **); member
/arch/powerpc/xmon/
DMakefile10 ccflags-remove-$(CONFIG_FUNCTION_TRACER) += $(CC_FLAGS_FTRACE)
/arch/powerpc/platforms/pseries/
Dibmebus.c328 static BUS_ATTR_WO(remove);
374 if (dev->driver && drv->remove) in ibmebus_bus_device_remove()
375 drv->remove(of_dev); in ibmebus_bus_device_remove()
431 .remove = ibmebus_bus_device_remove,
/arch/mips/include/asm/
Dcdmm.h45 int (*remove)(struct mips_cdmm_device *); member
Dgio_device.h28 void (*remove)(struct gio_device *); member
/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/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
Deadm.h108 void (*remove) (struct scm_device *scmdev); member
/arch/mips/sgi-ip22/
Dip22-gio.c151 if (dev->driver && drv->remove) in gio_device_remove()
152 drv->remove(gio_dev); in gio_device_remove()
384 .remove = gio_device_remove,
/arch/arm/boot/dts/
Dbcm2837-rpi-cm3.dtsi15 * remove the incomplete node.
/arch/x86/platform/iris/
Diris.c77 .remove = iris_remove,
/arch/s390/boot/compressed/
DMakefile57 OBJCOPYFLAGS_vmlinux.bin := -O binary --remove-section=.comment --remove-section=.vmlinux.info -S
/arch/sparc/include/asm/
Dmdesc.h69 void (*remove)(struct mdesc_handle *handle, u64 node, member
/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/arm/mach-sa1100/
Djornada720_ssp.c192 .remove = jornada_ssp_remove,
/arch/arm/mach-s3c/
Dh1940-bluetooth.c133 .remove = h1940bt_remove,
/arch/powerpc/include/asm/
Dvio.h116 void (*remove)(struct vio_dev *dev); member
/arch/powerpc/platforms/85xx/
Dsgy_cts1000.c165 .remove = gpio_halt_remove,

12345