Home
last modified time | relevance | path

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

12345

/arch/arm/mach-integrator/
Dlm.c38 if (lmdrv->remove) in lm_bus_remove()
39 lmdrv->remove(lmdev); in lm_bus_remove()
47 .remove = lm_bus_remove,
Dlm.h12 void (*remove)(struct lm_device *); member
/arch/arm/mach-shmobile/
Dregulator-quirk-rcar-gen2.c75 goto remove; in regulator_quirk_notify()
95 goto remove; in regulator_quirk_notify()
99 remove: in regulator_quirk_notify()
/arch/cris/boot/
DMakefile6 objcopyflags-$(CONFIG_ETRAX_ARCH_V32) += --remove-section=.bss --remove-section=.note.gnu.build-id
/arch/x86/platform/olpc/
Dolpc-xo1-pm.c175 .remove = xo1_pm_remove,
183 .remove = xo1_pm_remove,
/arch/um/drivers/
Dmconsole_kern.h24 int (*remove)(int, char **); member
Dnet_kern.c363 if (lp->remove != NULL) in net_device_release()
364 (*lp->remove)(&lp->user); in net_device_release()
463 .remove = transport->user->remove, in eth_configure()
501 if (transport->user->remove != NULL) in eth_configure()
502 (*transport->user->remove)(&lp->user); in eth_configure()
741 .remove = net_remove,
834 if (lp->remove != NULL) in close_devices()
835 (*lp->remove)(&lp->user); in close_devices()
/arch/arm/mach-nspire/
Dnspire.c48 .remove = nspire_clcd_remove,
/arch/mips/include/asm/
Dcdmm.h45 int (*remove)(struct mips_cdmm_device *); member
Dgio_device.h27 void (*remove)(struct gio_device *); member
/arch/h8300/kernel/
Dsim-console.c56 .remove = sim_remove,
/arch/um/include/shared/
Dnet_user.h20 void (*remove)(void *); member
Dnet_kern.h36 void (*remove)(void *); member
/arch/sparc/kernel/
Dvio.c81 if (drv->remove) in vio_device_remove()
82 return drv->remove(vdev); in vio_device_remove()
119 .remove = vio_device_remove,
422 .remove = vio_remove,
453 .remove = vio_remove,
/arch/s390/include/asm/
Dccwgroup.h47 void (*remove) (struct ccwgroup_device *); member
Deadm.h106 int (*remove) (struct scm_device *scmdev); member
/arch/parisc/include/asm/
Dparisc-device.h37 int (*remove) (struct parisc_device *dev); member
/arch/cris/boot/compressed/
DMakefile21 OBJCOPYFLAGS = -O binary --remove-section=.bss
/arch/ia64/include/asm/sn/
Dtiocx.h39 int (*remove) (struct cx_dev * dev); member
/arch/x86/platform/iris/
Diris.c91 .remove = iris_remove,
/arch/sparc/include/asm/
Dmdesc.h66 void (*remove)(struct mdesc_handle *handle, u64 node); member
/arch/mips/sgi-ip22/
Dip22-gio.c150 if (dev->driver && drv->remove) in gio_device_remove()
151 drv->remove(gio_dev); in gio_device_remove()
380 .remove = gio_device_remove,
/arch/arm/mach-sa1100/
Djornada720_ssp.c192 .remove = jornada_ssp_remove,
/arch/m68k/kernel/
Dsun3-head.S90 | todo: remove next two. --m
/arch/powerpc/include/asm/
Dvio.h120 int (*remove)(struct vio_dev *dev); member

12345