Home
last modified time | relevance | path

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

12345678910>>...13

/linux-2.4.37.9/arch/cris/drivers/lpslave/
DMakefile14 …$(CROSS_COMPILE)objcopy -O binary --remove-section=.data --remove-section=.bss e100lpslave e100lps…
15 …$(CROSS_COMPILE)objcopy -O binary --remove-section=.text --remove-section=.bss e100lpslave e100lps…
/linux-2.4.37.9/arch/cris/boot/rescue/
DMakefile21 $(OBJCOPY) -O binary --remove-section=.bss rescue.o rescue.bin
25 $(OBJCOPY) -O binary --remove-section=.bss testrescue.o tr.bin
33 $(OBJCOPY) -O binary --remove-section=.bss kimagerescue.o ktr.bin
/linux-2.4.37.9/drivers/acpi/
Dpci_root.c55 .remove = acpi_pci_root_remove,
105 if (!driver->remove) in acpi_pci_unregister_driver()
111 driver->remove(root->handle); in acpi_pci_unregister_driver()
Dbus.c74 .remove = acpi_device_remove,
1053 if (result && driver->ops.remove) in acpi_bus_driver_init()
1054 driver->ops.remove(device, ACPI_BUS_REMOVAL_NORMAL); in acpi_bus_driver_init()
1147 if (!driver->ops.remove) in acpi_bus_unattach()
1150 result = driver->ops.remove(device, ACPI_BUS_REMOVAL_NORMAL); in acpi_bus_unattach()
/linux-2.4.37.9/drivers/sound/
Dac97_plugin_ad1980.c92 remove: __devexit_p(ad1980_remove),
Dkahlua.c213 remove: __devexit_p(remove_one),
/linux-2.4.37.9/fs/ncpfs/
DConfig.in6 dep_mbool ' Clear remove/delete inhibit when needed' CONFIG_NCPFS_STRONG $CONFIG_NCP_FS
/linux-2.4.37.9/scripts/lxdialog/
Dmenubox.c249 remove("lxdialog.scrltmp"); in dialog_menu()
430 remove("lxdialog.scrltmp"); in dialog_menu()
441 remove("lxdialog.scrltmp"); in dialog_menu()
/linux-2.4.37.9/arch/mips/boot/
DMakefile26 strip-flags = $(addprefix --remove-section=,$(drop-sections))
/linux-2.4.37.9/arch/cris/boot/compressed/
DMakefile28 $(OBJCOPY) -O binary --remove-section=.bss decompress.o decompress.bin
/linux-2.4.37.9/arch/mips64/boot/
DMakefile26 strip-flags = $(addprefix --remove-section=,$(drop-sections))
/linux-2.4.37.9/drivers/mtd/
Dmtdcore.c92 (*(not->remove))(mtd); in del_mtd_device()
159 old->remove(mtd_table[i]); in unregister_mtd_user()
/linux-2.4.37.9/include/asm-ppc/
Docp.h137 void (*remove) (struct ocp_device *dev); /* Device removed (NULL if not a member
/linux-2.4.37.9/drivers/char/joystick/
Demu10k1-gp.c112 remove: __devexit_p(emu_remove),
/linux-2.4.37.9/drivers/char/
Damd76x_pm.c141 remove:__devexit_p(amd_nb_remove),
148 remove:__devexit_p(amd_sb_remove),
/linux-2.4.37.9/drivers/ide/pci/
Ddelkin_cb.c126 .remove = delkin_cb_remove,
/linux-2.4.37.9/drivers/acorn/char/
Dserial-card.c116 .remove = __devexit_p(serial_card_remove),
/linux-2.4.37.9/include/asm-ppc64/
Dvio.h78 void (*remove) (struct vio_dev *dev); /* Device removed (NULL if not a hot-plug capable driver) */ member
/linux-2.4.37.9/arch/m68k/kernel/
Dsun3-head.S98 | todo: remove next two. --m
/linux-2.4.37.9/fs/adfs/
Dadfs.h53 int (*remove)(struct adfs_dir *dir, struct object_info *obj); member
/linux-2.4.37.9/arch/arm/nwfpe/
DChangeLog12 - remove userRegisters pointer from this structure.
81 * TODO - remove URD, NRM instructions from TODO list
/linux-2.4.37.9/drivers/net/wireless/
Dorinoco_tmd.c206 .remove = __devexit_p(orinoco_tmd_remove_one),
/linux-2.4.37.9/drivers/net/arcnet/
Dcom20020-pci.c180 remove: __devexit_p(com20020pci_remove),
/linux-2.4.37.9/drivers/video/matrox/
Dmatroxfb_proc.c132 .remove = matroxfb_proc_remove
/linux-2.4.37.9/include/asm-arm/
Decard.h278 void (*remove)(struct expansion_card *); member

12345678910>>...13