Searched refs:platform_device_unregister (Results 1 - 25 of 401) sorted by relevance

1234567891011>>

/linux-master/arch/m68k/virt/
H A Dplatform.c72 platform_device_unregister(pdevs[--i]);
73 platform_device_unregister(pdev2);
75 platform_device_unregister(pdev1);
/linux-master/drivers/platform/chrome/wilco_ec/
H A Dcore.c125 platform_device_unregister(ec->charger_pdev);
129 platform_device_unregister(ec->rtc_pdev);
132 platform_device_unregister(ec->debugfs_pdev);
140 platform_device_unregister(ec->telem_pdev);
141 platform_device_unregister(ec->charger_pdev);
143 platform_device_unregister(ec->rtc_pdev);
145 platform_device_unregister(ec->debugfs_pdev);
/linux-master/arch/mips/sni/
H A Deisa.c45 platform_device_unregister(&eisa_root_dev);
/linux-master/drivers/gpu/drm/amd/amdxcp/
H A Damdgpu_xcp_drv.c83 platform_device_unregister(pdev);
95 platform_device_unregister(pdev);
/linux-master/drivers/eisa/
H A Dvirtual_root.c63 platform_device_unregister (&eisa_root_dev);
/linux-master/arch/powerpc/platforms/cell/
H A Dcbe_powerbutton.c87 platform_device_unregister(button_pdev);
97 platform_device_unregister(button_pdev);
/linux-master/drivers/edac/
H A Dsifive_edac.c102 platform_device_unregister(sifive_pdev);
110 platform_device_unregister(sifive_pdev);
/linux-master/tools/testing/cxl/test/
H A Dcxl.c1112 platform_device_unregister(cxl_rcd[i]);
1120 platform_device_unregister(cxl_rch[i]);
1131 platform_device_unregister(cxl_rcd[i]);
1138 platform_device_unregister(cxl_rch[i]);
1249 platform_device_unregister(cxl_mem_single[i]);
1252 platform_device_unregister(cxl_swd_single[i]);
1255 platform_device_unregister(cxl_swu_single[i]);
1258 platform_device_unregister(cxl_root_single[i]);
1266 platform_device_unregister(cxl_hb_single[i]);
1277 platform_device_unregister(cxl_mem_singl
[all...]
/linux-master/drivers/platform/x86/
H A Dmeraki-mx100.c205 platform_device_unregister(tink_leds_pdev);
220 platform_device_unregister(tink_keys_pdev);
221 platform_device_unregister(tink_leds_pdev);
H A Dpcengines-apuv2.c282 platform_device_unregister(apu_keys_pdev);
283 platform_device_unregister(apu_leds_pdev);
284 platform_device_unregister(apu_gpio_pdev);
/linux-master/drivers/platform/x86/siemens/
H A Dsimatic-ipc.c221 platform_device_unregister(ipc_led_platform_device);
224 platform_device_unregister(ipc_wdt_platform_device);
227 platform_device_unregister(ipc_batt_platform_device);
/linux-master/drivers/mfd/
H A Dpcf50633-core.c263 platform_device_unregister(pcf->input_pdev);
264 platform_device_unregister(pcf->rtc_pdev);
265 platform_device_unregister(pcf->mbc_pdev);
266 platform_device_unregister(pcf->adc_pdev);
267 platform_device_unregister(pcf->bl_pdev);
270 platform_device_unregister(pcf->regulator_pdev[i]);
/linux-master/drivers/gpu/drm/vgem/
H A Dvgem_drv.c164 platform_device_unregister(pdev);
174 platform_device_unregister(pdev);
/linux-master/sound/drivers/
H A Dvirmidi.c127 platform_device_unregister(devices[i]);
150 platform_device_unregister(device);
/linux-master/drivers/leds/
H A Dleds-clevo-mail.c199 platform_device_unregister(pdev);
209 platform_device_unregister(pdev);
H A Dleds-net48xx.c76 platform_device_unregister(pdev);
/linux-master/sound/soc/fsl/
H A Dpcm030-audio-fabric.c103 platform_device_unregister(pdata->codec_device);
116 platform_device_unregister(pdata->codec_device);
/linux-master/sound/soc/sh/
H A Dsh7760-ac97.c64 platform_device_unregister(sh7760_ac97_snd_device);
/linux-master/arch/mips/loongson2ef/common/
H A Dserial.c84 platform_device_unregister(&uart8250_device);
/linux-master/drivers/platform/x86/intel/atomisp2/
H A Dled.c102 platform_device_unregister(pdev);
/linux-master/drivers/platform/x86/intel/pmc/
H A Dpltdrv.c84 platform_device_unregister(pmc_core_device);
/linux-master/drivers/regulator/
H A Ddummy.c89 platform_device_unregister(dummy_pdev);
/linux-master/drivers/cpufreq/
H A Draspberrypi-cpufreq.c76 platform_device_unregister(cpufreq_dt);
/linux-master/drivers/base/test/
H A Dplatform-device-test.c72 platform_device_unregister(pdev);
103 platform_device_unregister(pdev);
156 platform_device_unregister(pdev);
197 platform_device_unregister(pdev);
H A Dtest_async_driver_probe.c256 platform_device_unregister(sync_dev[sync_id]);
261 platform_device_unregister(async_dev[async_id]);
289 platform_device_unregister(sync_dev[id]);
293 platform_device_unregister(async_dev[id]);

Completed in 215 milliseconds

1234567891011>>