| /linux/scripts/ |
| H A D | Makefile.vmlinux | 84 remove-section-y := .modinfo 85 remove-section-$(CONFIG_ARCH_VMLINUX_NEEDS_RELOCS) += '.rel*' '!.rel*.dyn' 88 remove-section-$(CONFIG_ARCH_VMLINUX_NEEDS_RELOCS) += '.rel.*' 90 remove-symbols := -w --strip-unneeded-symbol='__mod_device_table__*' 95 …cmd_strip_relocs = $(OBJCOPY) $(patsubst %,--set-section-flags %=noload,$(remove-section-y)) $< $@… 96 … $(OBJCOPY) $(addprefix --remove-section=,$(remove-section-y)) $(remove-symbols) $@
|
| H A D | bloat-o-meter | 56 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0 67 remove += 1 85 return grow, shrink, add, remove, up, down, delta, old, new, otot, ntot 88 grow, shrink, add, remove, up, down, delta, old, new, otot, ntot = \ 92 (add, remove, grow, shrink, up, -down, up-down))
|
| H A D | checkincludes.pl | 24 my $remove = 0; 33 $remove = 1; 59 if (!$remove) {
|
| /linux/drivers/base/ |
| H A D | transport_class.c | 97 atc->tclass.remove = anon_transport_dummy_function; in anon_transport_class_register() 179 if (tclass->remove) in transport_add_class_device() 180 tclass->remove(tcont, dev, classdev); in transport_add_class_device() 243 if (tclass->remove) in transport_remove_classdev() 244 tclass->remove(tcont, dev, classdev); in transport_remove_classdev() 246 if (tclass->remove != anon_transport_dummy_function) { in transport_remove_classdev() 282 if (tclass->remove != anon_transport_dummy_function) in transport_destroy_classdev()
|
| H A D | faux.c | 58 if (ret && faux_ops && faux_ops->remove) in faux_probe() 59 faux_ops->remove(faux_dev); in faux_probe() 72 if (faux_ops && faux_ops->remove) in faux_remove() 73 faux_ops->remove(faux_dev); in faux_remove() 80 .remove = faux_remove,
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwmac-dwc-qos-eth.c | 263 void (*remove)(struct platform_device *pdev); member 274 .remove = tegra_eqos_remove, 327 goto remove; in dwc_eth_dwmac_probe() 331 goto remove; in dwc_eth_dwmac_probe() 335 remove: in dwc_eth_dwmac_probe() 336 if (data->remove) in dwc_eth_dwmac_probe() 337 data->remove(pdev); in dwc_eth_dwmac_probe() 348 if (data->remove) in dwc_eth_dwmac_remove() 349 data->remove(pdev); in dwc_eth_dwmac_remove() 362 .remove = dwc_eth_dwmac_remove,
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | vxlan_bridge_1q_mc_ul.sh | 377 defer mc_cli remove "$swp2" 192.0.2.100 "$GROUP4" "$swp1" "$swp3" 380 defer mc_cli remove "$swp2" 2001:db8:4::1 "$GROUP6" "$swp1" "$swp3" 386 defer mc_cli remove "$swp2" 0.0.0.0 "$GROUP4" lo10 389 defer mc_cli remove "$swp3" 0.0.0.0 "$GROUP4" lo10 392 defer mc_cli remove "$swp2" :: "$GROUP6" lo10 395 defer mc_cli remove "$swp3" :: "$GROUP6" lo10 403 defer mc_cli remove "$IPMR" 192.0.2.33 "$GROUP4" "$swp2" "$swp3" 406 defer mc_cli remove "$IPMR" 2001:db8:4::1 "$GROUP6" "$swp2" "$swp3" 416 defer mc_cli remove lo 192.0.2.120 "$GROUP4" "$swp2" "$swp3" 419 defer mc_cli remove lo 2001:db8:5::1 "$GROUP6" "$swp2" "$swp3" [all …]
|
| /linux/scripts/gdb/linux/ |
| H A D | bpf.py | 55 self.monitor.remove(gdb.parse_and_eval("ksym")) 60 def __init__(self, add, remove): argument 62 self.remove = remove 117 self.monitor.remove(gdb.parse_and_eval("prog")) 122 def __init__(self, add, remove): argument 124 self.remove = remove
|
| /linux/drivers/dma/dw/ |
| H A D | internal.h | 52 int (*remove)(struct dw_dma_chip *chip); member 60 .remove = dw_dma_remove, 78 .remove = idma32_dma_remove, 96 .remove = idma32_dma_remove,
|
| /linux/drivers/net/wireguard/selftest/ |
| H A D | allowedips.c | 463 #define remove(version, mem, ipa, ipb, ipc, ipd, cidr) \ macro 601 remove(4, a, 192, 0, 0, 0, 32); in wg_allowedips_selftest() 604 test_boolean(!remove(4, NULL, 192, 0, 0, 0, 24)); in wg_allowedips_selftest() 607 test_boolean(!remove(4, b, 192, 0, 0, 0, 24)); in wg_allowedips_selftest() 610 test_boolean(remove(4, b, 192, 0, 0, 0, 33) == -EINVAL); in wg_allowedips_selftest() 612 remove(4, a, 192, 0, 0, 0, 24); in wg_allowedips_selftest() 614 remove(4, a, 1, 0, 0, 0, 32); in wg_allowedips_selftest() 617 remove(6, a, 0x24446801, 0x40e40800, 0xdeaebeef, 0xdefbeef, 96); in wg_allowedips_selftest() 620 test_boolean(!remove(6, NULL, 0x24446801, 0x40e40800, 0xdeaebeef, 0xdefbeef, 128)); in wg_allowedips_selftest() 623 test_boolean(!remove(6, b, 0x24446801, 0x40e40800, 0xdeaebeef, 0xdefbeef, 128)); in wg_allowedips_selftest() [all …]
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | plat_nand.c | 117 if (pdata->ctrl.remove) in plat_nand_probe() 118 pdata->ctrl.remove(pdev); in plat_nand_probe() 135 if (pdata->ctrl.remove) in plat_nand_remove() 136 pdata->ctrl.remove(pdev); in plat_nand_remove() 147 .remove = plat_nand_remove,
|
| /linux/Documentation/driver-api/ |
| H A D | vfio-mediated-device.rst | 36 * Add a mediated device to and remove it from a mediated bus driver 37 * Add a mediated device to and remove it from an IOMMU group 54 | | driver | | probe()/remove() | | APIs 94 * @remove: called when device removed 99 void (*remove) (struct mdev_device *dev); 130 When the driver needs to remove itself it calls:: 134 Which will unbind and destroy all the created mdevs and remove the sysfs files. 229 |--- remove 233 * remove (write only) 235 Writing '1' to the 'remove' file destroys the mdev device. The vendor driver can [all …]
|
| /linux/drivers/mmc/core/ |
| H A D | sdio.c | 759 goto remove; in mmc_sdio_init_card() 776 goto remove; in mmc_sdio_init_card() 787 goto remove; in mmc_sdio_init_card() 831 goto remove; in mmc_sdio_init_card() 864 goto remove; in mmc_sdio_init_card() 871 goto remove; in mmc_sdio_init_card() 880 goto remove; in mmc_sdio_init_card() 892 goto remove; in mmc_sdio_init_card() 900 goto remove; in mmc_sdio_init_card() 908 remove: in mmc_sdio_init_card() [all …]
|
| /linux/drivers/vfio/mdev/ |
| H A D | mdev_driver.c | 30 if (drv->remove) in mdev_remove() 31 drv->remove(to_mdev_device(dev)); in mdev_remove() 46 .remove = mdev_remove,
|
| /linux/arch/x86/entry/vdso/common/ |
| H A D | Makefile.include | 24 flags-remove-y += \ 57 $(filter-out $(flags-remove-y),$(KBUILD_AFLAGS)) $(flags-y) 59 $(filter-out $(flags-remove-y),$(KBUILD_CFLAGS)) $(flags-y) 77 $(obj)/%.so: OBJCOPYFLAGS := -S --remove-section __ex_table
|
| /linux/drivers/gpu/drm/display/ |
| H A D | drm_dp_aux_bus.c | 89 if (aux_ep_drv->remove) in dp_aux_ep_probe() 90 aux_ep_drv->remove(aux_ep); in dp_aux_ep_probe() 108 if (aux_ep_drv->remove) in dp_aux_ep_remove() 109 aux_ep_drv->remove(aux_ep); in dp_aux_ep_remove() 135 .remove = dp_aux_ep_remove,
|
| /linux/drivers/xen/events/ |
| H A D | events_internal.h | 17 void (*remove)(evtchn_port_t port, unsigned int cpu); member 59 if (evtchn_ops->remove) in xen_evtchn_port_remove() 60 evtchn_ops->remove(evtchn, cpu); in xen_evtchn_port_remove()
|
| /linux/tools/testing/selftests/net/ |
| H A D | bpf_offload.py | 144 files.remove(f) 182 progs.remove(p) 370 def remove(self): member in BpfNetdevSimDev 371 super().remove() 372 devs.remove(self) 389 def remove(self): member in BpfNetdevSim 531 dev.remove() 686 simdev.remove() 757 simdev.remove() 909 simdev.remove() [all …]
|
| /linux/sound/hda/core/ext/ |
| H A D | bus.c | 103 return (get_hdrv(dev))->remove(get_hdev(dev)); in hdac_ext_drv_remove() 124 if (drv->remove) in snd_hda_ext_driver_register() 125 drv->driver.remove = hdac_ext_drv_remove; in snd_hda_ext_driver_register()
|
| /linux/drivers/hid/bpf/progs/ |
| H A D | README | 62 ACTION!="add|remove", GOTO="hid_bpf_end" 67 ACTION=="remove",ENV{MODALIAS}=="hid:b0003g0001v000028BDp0000095A", RUN{program}+="/usr/local/bin/u… 70 ACTION=="remove",ENV{MODALIAS}=="hid:b0003g0001v000028BDp0000095B", RUN{program}+="/usr/local/bin/u…
|
| /linux/drivers/nubus/ |
| H A D | bus.c | 31 if (ndrv->remove) in nubus_device_remove() 32 ndrv->remove(to_nubus_board(dev)); in nubus_device_remove() 38 .remove = nubus_device_remove,
|
| /linux/drivers/zorro/ |
| H A D | zorro-driver.c | 68 if (drv->remove) in zorro_device_remove() 69 drv->remove(z); in zorro_device_remove() 160 .remove = zorro_device_remove,
|
| /linux/drivers/platform/raspberrypi/vchiq-interface/ |
| H A D | vchiq_bus.c | 46 if (driver->remove) in vchiq_bus_remove() 47 driver->remove(device); in vchiq_bus_remove() 55 .remove = vchiq_bus_remove,
|
| /linux/drivers/phy/tegra/ |
| H A D | xusb.c | 143 lane->pad->ops->remove(lane); in tegra_xusb_lane_destroy() 152 pad->soc->ops->remove(pad); in tegra_xusb_pad_release() 220 goto remove; in tegra_xusb_pad_register() 227 goto remove; in tegra_xusb_pad_register() 238 goto remove; in tegra_xusb_pad_register() 243 remove: in tegra_xusb_pad_register() 574 if (port->ops->remove) in tegra_xusb_port_unregister() 575 port->ops->remove(port); in tegra_xusb_port_unregister() 1208 goto remove; in tegra_xusb_padctl_probe() 1214 goto remove; in tegra_xusb_padctl_probe() [all …]
|
| /linux/arch/s390/purgatory/ |
| H A D | Makefile | 42 OBJCOPYFLAGS_purgatory.ro += --remove-section='*debug*' 43 OBJCOPYFLAGS_purgatory.ro += --remove-section='.comment' 44 OBJCOPYFLAGS_purgatory.ro += --remove-section='.note.*'
|