Searched refs:remove (Results 26 - 50 of 3063) sorted by relevance

1234567891011>>

/linux-master/drivers/usb/typec/altmodes/
H A Dnvidia.c35 .remove = nvidia_altmode_remove,
/linux-master/scripts/
H A Dbloat-o-meter55 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0
66 remove += 1
84 return grow, shrink, add, remove, up, down, delta, old, new, otot, ntot
87 grow, shrink, add, remove, up, down, delta, old, new, otot, ntot = \
90 print("add/remove: %s/%s grow/shrink: %s/%s up/down: %s/%s (%s)" % \
91 (add, remove, grow, shrink, up, -down, up-down))
/linux-master/drivers/nubus/
H A Dbus.c31 if (ndrv->remove)
32 ndrv->remove(to_nubus_board(dev));
38 .remove = nubus_device_remove,
/linux-master/drivers/zorro/
H A Dzorro-driver.c68 if (drv->remove)
69 drv->remove(z);
98 * gives it a chance to clean up by calling its remove() function for
160 .remove = zorro_device_remove,
/linux-master/arch/s390/purgatory/
H A DMakefile38 OBJCOPYFLAGS_purgatory.ro += --remove-section='*debug*'
39 OBJCOPYFLAGS_purgatory.ro += --remove-section='.comment'
40 OBJCOPYFLAGS_purgatory.ro += --remove-section='.note.*'
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_bus.c46 if (driver->remove)
47 driver->remove(device);
55 .remove = vchiq_bus_remove,
/linux-master/include/linux/
H A Dntb_transport.h56 void (*remove)(struct device *client_dev); member in struct:ntb_transport_client
/linux-master/include/linux/mtd/
H A Dplatnand.h42 * @remove: platform specific function to remove/teardown hardware
55 void (*remove)(struct platform_device *pdev); member in struct:platform_nand_ctrl
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_roce.h55 void (*remove) (struct ocrdma_dev *); member in struct:ocrdma_driver
/linux-master/drivers/nfc/microread/
H A Dmei.c64 .remove = microread_mei_remove,
/linux-master/drivers/nfc/pn544/
H A Dmei.c63 .remove = pn544_mei_remove,
/linux-master/tools/power/acpi/
H A DMakefile.config88 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
/linux-master/arch/um/include/shared/
H A Dnet_user.h20 void (*remove)(void *); member in struct:net_user_info
/linux-master/drivers/iio/gyro/
H A Dbmg160_spi.c50 .remove = bmg160_spi_remove,
/linux-master/sound/soc/codecs/
H A Dpcm512x-spi.c54 .remove = pcm512x_spi_remove,
H A Dpcm3168a-spi.c48 .remove = pcm3168a_spi_remove,
H A Dadau1781-i2c.c60 .remove = adau1781_i2c_remove,
H A Dpcm3168a-i2c.c48 .remove = pcm3168a_i2c_remove,
/linux-master/arch/s390/include/asm/
H A Dccwgroup.h34 * @remove: function called on remove
43 void (*remove) (struct ccwgroup_device *); member in struct:ccwgroup_driver
/linux-master/drivers/iio/accel/
H A Dmma7455_spi.c39 .remove = mma7455_spi_remove,
H A Dmma7455_i2c.c50 .remove = mma7455_i2c_remove,
/linux-master/arch/loongarch/boot/
H A DMakefile8 strip-flags := $(addprefix --remove-section=,$(drop-sections)) -S
/linux-master/drivers/platform/x86/intel/speed_select_if/
H A Disst_tpmi.c61 .remove = intel_sst_remove,
/linux-master/drivers/mtd/nand/raw/
H A Dplat_nand.c117 if (pdata->ctrl.remove)
118 pdata->ctrl.remove(pdev);
135 if (pdata->ctrl.remove)
136 pdata->ctrl.remove(pdev);
/linux-master/drivers/tty/serial/
H A Dserial_ctrl.c53 .remove = serial_ctrl_remove,

Completed in 209 milliseconds

1234567891011>>