/linux-6.3-rc2/sound/soc/uniphier/ |
A D | aio-ld11.c | 220 .remove = uniphier_aio_dai_remove, 242 .remove = uniphier_aio_dai_remove, 255 .remove = uniphier_aio_dai_remove, 275 .remove = uniphier_aio_dai_remove, 288 .remove = uniphier_aio_dai_remove, 301 .remove = uniphier_aio_dai_remove, 314 .remove = uniphier_aio_dai_remove, 329 .remove = uniphier_aio_dai_remove, 344 .remove = uniphier_aio_dai_remove, 394 .remove = uniphier_aio_remove,
|
A D | aio-pxs2.c | 173 .remove = uniphier_aio_dai_remove, 186 .remove = uniphier_aio_dai_remove, 206 .remove = uniphier_aio_dai_remove, 226 .remove = uniphier_aio_dai_remove, 239 .remove = uniphier_aio_dai_remove, 252 .remove = uniphier_aio_dai_remove, 264 .remove = uniphier_aio_dai_remove, 300 .remove = uniphier_aio_remove,
|
/linux-6.3-rc2/drivers/base/ |
A D | transport_class.c | 100 atc->tclass.remove = anon_transport_dummy_function; in anon_transport_class_register() 177 if (tclass->remove) in transport_add_class_device() 178 tclass->remove(tcont, dev, classdev); in transport_add_class_device() 241 if (tclass->remove) in transport_remove_classdev() 242 tclass->remove(tcont, dev, classdev); in transport_remove_classdev() 244 if (tclass->remove != anon_transport_dummy_function) { in transport_remove_classdev() 278 if (tclass->remove != anon_transport_dummy_function) in transport_destroy_classdev()
|
/linux-6.3-rc2/drivers/staging/vt6656/ |
A D | TODO | 2 - remove __cplusplus ifdefs -- done 3 - remove kernel version compatibility wrappers 4 - remove support for older wireless extensions 6 - remove PRINT_K() macro
|
/linux-6.3-rc2/drivers/dma/dw/ |
A D | internal.h | 52 int (*remove)(struct dw_dma_chip *chip); member 58 .remove = dw_dma_remove, 74 .remove = idma32_dma_remove, 90 .remove = idma32_dma_remove,
|
/linux-6.3-rc2/scripts/ |
A D | checkincludes.pl | 24 my $remove = 0; 33 $remove = 1; 59 if (!$remove) {
|
A D | bloat-o-meter | 55 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 = \ 91 (add, remove, grow, shrink, up, -down, up-down))
|
A D | prune-kernel | 20 new-kernel-pkg --remove $f 22 kernel-install remove $f
|
/linux-6.3-rc2/drivers/vfio/mdev/ |
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-6.3-rc2/drivers/mtd/nand/raw/ |
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() 149 .remove = plat_nand_remove,
|
/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/ |
A D | dwmac-dwc-qos-eth.c | 401 void (*remove)(struct platform_device *pdev); member 406 .remove = dwc_qos_remove, 411 .remove = tegra_eqos_remove, 451 goto remove; in dwc_eth_dwmac_probe() 455 goto remove; in dwc_eth_dwmac_probe() 459 remove: in dwc_eth_dwmac_probe() 460 data->remove(pdev); in dwc_eth_dwmac_probe() 477 data->remove(pdev); in dwc_eth_dwmac_remove() 493 .remove = dwc_eth_dwmac_remove,
|
/linux-6.3-rc2/Documentation/driver-api/ |
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) 236 fail the remove() callback if that device is active and the vendor driver [all …]
|
/linux-6.3-rc2/drivers/mmc/core/ |
A D | sdio.c | 757 goto remove; in mmc_sdio_init_card() 774 goto remove; in mmc_sdio_init_card() 785 goto remove; in mmc_sdio_init_card() 829 goto remove; in mmc_sdio_init_card() 862 goto remove; in mmc_sdio_init_card() 869 goto remove; in mmc_sdio_init_card() 878 goto remove; in mmc_sdio_init_card() 898 goto remove; in mmc_sdio_init_card() 906 remove: in mmc_sdio_init_card() 1018 remove: in mmc_sdio_pre_suspend() [all …]
|
/linux-6.3-rc2/drivers/xen/events/ |
A D | events_internal.h | 17 void (*remove)(evtchn_port_t port, unsigned int cpu); member 60 if (evtchn_ops->remove) in xen_evtchn_port_remove() 61 evtchn_ops->remove(evtchn, cpu); in xen_evtchn_port_remove()
|
/linux-6.3-rc2/drivers/gpu/drm/display/ |
A D | drm_dp_aux_bus.c | 88 if (aux_ep_drv->remove) in dp_aux_ep_probe() 89 aux_ep_drv->remove(aux_ep); in dp_aux_ep_probe() 107 if (aux_ep_drv->remove) in dp_aux_ep_remove() 108 aux_ep_drv->remove(aux_ep); in dp_aux_ep_remove() 134 .remove = dp_aux_ep_remove,
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-class-pktcdvd | 7 What: /sys/class/pktcdvd/remove 19 remove (WO) Write the pktcdvd device id (major:minor) 20 to remove the pktcdvd device. 96 # remove device, using pktcdvd0 device id 253:0 97 echo "253:0" >/sys/class/pktcdvd/remove
|
/linux-6.3-rc2/sound/hda/ext/ |
A D | hdac_ext_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-6.3-rc2/drivers/zorro/ |
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-6.3-rc2/drivers/nubus/ |
A D | bus.c | 36 if (ndrv->remove) in nubus_device_remove() 37 ndrv->remove(to_nubus_board(dev)); in nubus_device_remove() 44 .remove = nubus_device_remove,
|
/linux-6.3-rc2/arch/s390/purgatory/ |
A D | Makefile | 45 OBJCOPYFLAGS_purgatory.ro += --remove-section='*debug*' 46 OBJCOPYFLAGS_purgatory.ro += --remove-section='.comment' 47 OBJCOPYFLAGS_purgatory.ro += --remove-section='.note.*'
|
/linux-6.3-rc2/drivers/of/unittest-data/ |
A D | testcases_common.dtsi | 7 prop-remove = "world"; 8 node-remove {
|
/linux-6.3-rc2/drivers/firmware/google/ |
A D | coreboot_table.c | 52 if (driver->remove) in coreboot_bus_remove() 53 driver->remove(device); in coreboot_bus_remove() 60 .remove = coreboot_bus_remove, 204 .remove = coreboot_table_remove,
|
/linux-6.3-rc2/Documentation/translations/zh_CN/PCI/ |
A D | sysfs-pci.rst | 29 | |-- remove 54 remove 从内核的列表中删除设备 (ascii, wo) 91 remove "文件是用来移除PCI设备的,通过向该文件写入一个非零的整数。这并不涉及任何形式的热插
|
/linux-6.3-rc2/drivers/uio/ |
A D | uio_aec.c | 123 static void remove(struct pci_dev *pdev) in remove() function 143 .remove = remove,
|
/linux-6.3-rc2/drivers/pnp/ |
A D | card.c | 64 if (drv->remove) in card_remove_first() 65 drv->remove(dev->card_link); in card_remove_first() 66 drv->link.remove = &card_remove; in card_remove_first() 382 drv->link.remove = &card_remove; in pnp_release_card_device() 384 drv->link.remove = &card_remove_first; in pnp_release_card_device() 425 drv->link.remove = &card_remove_first; in pnp_register_card_driver()
|