Home
last modified time | relevance | path

Searched refs:platform_device_unregister (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/linux-6.15/drivers/platform/chrome/wilco_ec/
H A Dcore.c125 platform_device_unregister(ec->charger_pdev); in wilco_ec_probe()
129 platform_device_unregister(ec->rtc_pdev); in wilco_ec_probe()
132 platform_device_unregister(ec->debugfs_pdev); in wilco_ec_probe()
140 platform_device_unregister(ec->telem_pdev); in wilco_ec_remove()
141 platform_device_unregister(ec->charger_pdev); in wilco_ec_remove()
143 platform_device_unregister(ec->rtc_pdev); in wilco_ec_remove()
145 platform_device_unregister(ec->debugfs_pdev); in wilco_ec_remove()
/linux-6.15/tools/testing/cxl/test/
H A Dcxl.c1094 platform_device_unregister(cxl_rch[i]); in cxl_rch_topo_init()
1110 platform_device_unregister(cxl_rch[i]); in cxl_rch_topo_exit()
1217 platform_device_unregister(cxl_hb_single[i]); in cxl_single_topo_init()
1239 platform_device_unregister(cxl_hb_single[i]); in cxl_single_topo_exit()
1248 platform_device_unregister(cxl_rcd[i]); in cxl_mem_exit()
1252 platform_device_unregister(cxl_mem[i]); in cxl_mem_exit()
1318 platform_device_unregister(cxl_rcd[i]); in cxl_mem_init()
1324 platform_device_unregister(cxl_mem[i]); in cxl_mem_init()
1479 platform_device_unregister(cxl_root_port[i]); in cxl_test_init()
1503 platform_device_unregister(cxl_acpi); in cxl_test_exit()
[all …]
/linux-6.15/arch/m68k/virt/
H A Dplatform.c72 platform_device_unregister(pdevs[--i]); in virt_platform_init()
73 platform_device_unregister(pdev2); in virt_platform_init()
75 platform_device_unregister(pdev1); in virt_platform_init()
/linux-6.15/drivers/base/test/
H A Dtest_async_driver_probe.c256 platform_device_unregister(sync_dev[sync_id]); in test_async_probe_init()
261 platform_device_unregister(async_dev[async_id]); in test_async_probe_init()
289 platform_device_unregister(sync_dev[id]); in test_async_probe_exit()
293 platform_device_unregister(async_dev[id]); in test_async_probe_exit()
H A Dplatform-device-test.c75 platform_device_unregister(pdev); in platform_device_devm_register_unregister_test()
106 platform_device_unregister(pdev); in platform_device_devm_register_get_unregister_with_devm_test()
159 platform_device_unregister(pdev); in probed_platform_device_devm_register_unregister_test()
200 platform_device_unregister(pdev); in probed_platform_device_devm_register_get_unregister_with_devm_test()
/linux-6.15/drivers/platform/x86/
H A Dmeraki-mx100.c205 platform_device_unregister(tink_leds_pdev); in tink_board_init()
220 platform_device_unregister(tink_keys_pdev); in tink_board_exit()
221 platform_device_unregister(tink_leds_pdev); in tink_board_exit()
H A Dpcengines-apuv2.c282 platform_device_unregister(apu_keys_pdev); in apu_board_exit()
283 platform_device_unregister(apu_leds_pdev); in apu_board_exit()
284 platform_device_unregister(apu_gpio_pdev); in apu_board_exit()
H A Dbarco-p50-gpio.c366 platform_device_unregister(p50->leds_pdev); in p50_gpio_probe()
377 platform_device_unregister(p50->keys_pdev); in p50_gpio_remove()
378 platform_device_unregister(p50->leds_pdev); in p50_gpio_remove()
427 platform_device_unregister(gpio_pdev); in p50_module_exit()
/linux-6.15/drivers/platform/x86/siemens/
H A Dsimatic-ipc.c221 platform_device_unregister(ipc_led_platform_device); in simatic_ipc_exit_module()
224 platform_device_unregister(ipc_wdt_platform_device); in simatic_ipc_exit_module()
227 platform_device_unregister(ipc_batt_platform_device); in simatic_ipc_exit_module()
/linux-6.15/drivers/gpu/drm/amd/amdxcp/
H A Damdgpu_xcp_drv.c85 platform_device_unregister(pdev); in amdgpu_xcp_drm_dev_alloc()
97 platform_device_unregister(pdev); in amdgpu_xcp_drv_release()
/linux-6.15/sound/soc/intel/avs/
H A Dboard_selection.c414 platform_device_unregister(data); in board_pdev_unregister()
438 platform_device_unregister(board); in avs_register_probe_board()
463 platform_device_unregister(codec); in avs_register_dmic_board()
483 platform_device_unregister(board); in avs_register_dmic_board()
525 platform_device_unregister(board); in avs_register_i2s_board()
616 platform_device_unregister(board); in avs_register_hda_board()
/linux-6.15/sound/soc/amd/acp/
H A Dacp-pci.c101 platform_device_unregister(chip->acp_plat_dev); in create_acp_platform_devs()
267 platform_device_unregister(chip->dmic_codec_dev); in acp_pci_remove()
269 platform_device_unregister(chip->acp_plat_dev); in acp_pci_remove()
271 platform_device_unregister(chip->mach_dev); in acp_pci_remove()
/linux-6.15/drivers/gpio/
H A Ddev-sync-probe.c76 platform_device_unregister(pdev); in dev_sync_probe_register()
88 platform_device_unregister(data->pdev); in dev_sync_probe_unregister()
/linux-6.15/drivers/edac/
H A Dsifive_edac.c102 platform_device_unregister(sifive_pdev); in sifive_edac_init()
110 platform_device_unregister(sifive_pdev); in sifive_edac_exit()
/linux-6.15/drivers/usb/host/
H A Dssb-hcd.c200 platform_device_unregister(usb_dev->ohci_dev); in ssb_hcd_probe()
211 platform_device_unregister(ohci_dev); in ssb_hcd_remove()
213 platform_device_unregister(ehci_dev); in ssb_hcd_remove()
/linux-6.15/drivers/platform/chrome/
H A Dcros_ec.c303 platform_device_unregister(ec_dev->ec); in cros_ec_register()
304 platform_device_unregister(ec_dev->pd); in cros_ec_register()
321 platform_device_unregister(ec_dev->pd); in cros_ec_unregister()
322 platform_device_unregister(ec_dev->ec); in cros_ec_unregister()
/linux-6.15/sound/soc/fsl/
H A Dpcm030-audio-fabric.c103 platform_device_unregister(pdata->codec_device); in pcm030_fabric_probe()
116 platform_device_unregister(pdata->codec_device); in pcm030_fabric_remove()
/linux-6.15/drivers/gpu/drm/vgem/
H A Dvgem_drv.c162 platform_device_unregister(pdev); in vgem_init()
172 platform_device_unregister(pdev); in vgem_exit()
/linux-6.15/drivers/cpufreq/
H A Dairoha-cpufreq.c94 platform_device_unregister(priv->cpufreq_dt); in airoha_cpufreq_remove()
145 platform_device_unregister(cpufreq_pdev); in airoha_cpufreq_exit()
/linux-6.15/sound/drivers/
H A Dvirmidi.c127 platform_device_unregister(devices[i]); in snd_virmidi_unregister_all()
150 platform_device_unregister(device); in alsa_card_virmidi_init()
/linux-6.15/drivers/platform/mellanox/
H A Dnvsw-sn2201.c1044 platform_device_unregister(nvsw_sn2201->wd); in nvsw_sn2201_config_init()
1047 platform_device_unregister(nvsw_sn2201->led); in nvsw_sn2201_config_init()
1050 platform_device_unregister(nvsw_sn2201->io_regs); in nvsw_sn2201_config_init()
1060 platform_device_unregister(nvsw_sn2201->pdev_hotplug); in nvsw_sn2201_config_exit()
1063 platform_device_unregister(nvsw_sn2201->wd); in nvsw_sn2201_config_exit()
1066 platform_device_unregister(nvsw_sn2201->led); in nvsw_sn2201_config_exit()
1069 platform_device_unregister(nvsw_sn2201->io_regs); in nvsw_sn2201_config_exit()
1244 platform_device_unregister(nvsw_sn2201->pdev_i2c); in nvsw_sn2201_remove()
/linux-6.15/drivers/leds/
H A Dleds-clevo-mail.c199 platform_device_unregister(pdev); in clevo_mail_led_init()
209 platform_device_unregister(pdev); in clevo_mail_led_exit()
/linux-6.15/lib/kunit/
H A Dplatform.c69 platform_device_unregister(pdev); in kunit_platform_device_add_exit()
82 platform_device_unregister, struct platform_device *);
/linux-6.15/sound/soc/samsung/
H A Dsmdk_spdif.c210 platform_device_unregister(smdk_snd_spdif_device); in smdk_exit()
211 platform_device_unregister(smdk_snd_spdif_dit_device); in smdk_exit()
/linux-6.15/sound/soc/amd/ps/
H A Dpci-ps.c533 platform_device_unregister(adata->dmic_codec_dev); in create_acp63_platform_devs()
535 platform_device_unregister(adata->pdm_dev); in create_acp63_platform_devs()
700 platform_device_unregister(adata->sdw_dma_dev); in snd_acp63_remove()
703 platform_device_unregister(adata->pdm_dev); in snd_acp63_remove()
704 platform_device_unregister(adata->dmic_codec_dev); in snd_acp63_remove()
707 platform_device_unregister(adata->mach_dev); in snd_acp63_remove()

12345678910>>...16