/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 | 342 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()
|
D | mconsole_kern.h | 24 int (*remove)(int, char **); member
|
/arch/powerpc/xmon/ |
D | Makefile | 10 ccflags-remove-$(CONFIG_FUNCTION_TRACER) += $(CC_FLAGS_FTRACE)
|
/arch/powerpc/platforms/pseries/ |
D | ibmebus.c | 328 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/ |
D | cdmm.h | 45 int (*remove)(struct mips_cdmm_device *); member
|
D | gio_device.h | 28 void (*remove)(struct gio_device *); member
|
/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/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
|
D | eadm.h | 108 void (*remove) (struct scm_device *scmdev); member
|
/arch/mips/sgi-ip22/ |
D | ip22-gio.c | 151 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/ |
D | bcm2837-rpi-cm3.dtsi | 15 * remove the incomplete node.
|
/arch/x86/platform/iris/ |
D | iris.c | 77 .remove = iris_remove,
|
/arch/s390/boot/compressed/ |
D | Makefile | 57 OBJCOPYFLAGS_vmlinux.bin := -O binary --remove-section=.comment --remove-section=.vmlinux.info -S
|
/arch/sparc/include/asm/ |
D | mdesc.h | 69 void (*remove)(struct mdesc_handle *handle, u64 node, member
|
/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/arm/mach-sa1100/ |
D | jornada720_ssp.c | 192 .remove = jornada_ssp_remove,
|
/arch/arm/mach-s3c/ |
D | h1940-bluetooth.c | 133 .remove = h1940bt_remove,
|
/arch/powerpc/include/asm/ |
D | vio.h | 116 void (*remove)(struct vio_dev *dev); member
|
/arch/powerpc/platforms/85xx/ |
D | sgy_cts1000.c | 165 .remove = gpio_halt_remove,
|