| /linux/drivers/platform/chrome/wilco_ec/ |
| A D | core.c | 124 platform_device_unregister(ec->charger_pdev); in wilco_ec_probe() 128 platform_device_unregister(ec->rtc_pdev); in wilco_ec_probe() 131 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/drivers/mfd/ |
| A D | pcf50633-core.c | 284 platform_device_unregister(pcf->input_pdev); in pcf50633_remove() 285 platform_device_unregister(pcf->rtc_pdev); in pcf50633_remove() 286 platform_device_unregister(pcf->mbc_pdev); in pcf50633_remove() 287 platform_device_unregister(pcf->adc_pdev); in pcf50633_remove() 288 platform_device_unregister(pcf->bl_pdev); in pcf50633_remove() 291 platform_device_unregister(pcf->regulator_pdev[i]); in pcf50633_remove()
|
| A D | ucb1400_core.c | 132 platform_device_unregister(ucb->ucb1400_ts); in ucb1400_core_remove() 133 platform_device_unregister(ucb->ucb1400_gpio); in ucb1400_core_remove()
|
| /linux/drivers/platform/chrome/ |
| A D | cros_ec.c | 248 platform_device_unregister(ec_dev->ec); in cros_ec_register() 256 platform_device_unregister(ec_dev->pd); in cros_ec_register() 257 platform_device_unregister(ec_dev->ec); in cros_ec_register() 308 platform_device_unregister(ec_dev->pd); in cros_ec_unregister() 309 platform_device_unregister(ec_dev->ec); in cros_ec_unregister()
|
| /linux/tools/testing/cxl/test/ |
| A D | cxl.c | 542 platform_device_unregister(cxl_mem[i]); in cxl_test_init() 545 platform_device_unregister(cxl_root_port[i]); in cxl_test_init() 548 platform_device_unregister(cxl_host_bridge[i]); in cxl_test_init() 562 platform_device_unregister(cxl_acpi); in cxl_test_exit() 564 platform_device_unregister(cxl_mem[i]); in cxl_test_exit() 566 platform_device_unregister(cxl_root_port[i]); in cxl_test_exit() 568 platform_device_unregister(cxl_host_bridge[i]); in cxl_test_exit()
|
| /linux/drivers/base/test/ |
| A D | test_async_driver_probe.c | 260 platform_device_unregister(sync_dev[sync_id]); in test_async_probe_init() 265 platform_device_unregister(async_dev[async_id]); in test_async_probe_init() 293 platform_device_unregister(sync_dev[id]); in test_async_probe_exit() 297 platform_device_unregister(async_dev[id]); in test_async_probe_exit()
|
| /linux/drivers/platform/x86/ |
| A D | meraki-mx100.c | 205 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()
|
| A D | pcengines-apuv2.c | 282 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()
|
| A D | barco-p50-gpio.c | 367 platform_device_unregister(p50->leds_pdev); in p50_gpio_probe() 378 platform_device_unregister(p50->keys_pdev); in p50_gpio_remove() 379 platform_device_unregister(p50->leds_pdev); in p50_gpio_remove() 427 platform_device_unregister(gpio_pdev); in p50_module_exit()
|
| /linux/sound/soc/cirrus/ |
| A D | simone.c | 57 platform_device_unregister(simone_snd_ac97_device); in simone_probe() 68 platform_device_unregister(simone_snd_ac97_device); in simone_remove()
|
| /linux/arch/powerpc/platforms/cell/ |
| A D | cbe_powerbutton.c | 87 platform_device_unregister(button_pdev); in cbe_powerbutton_init() 97 platform_device_unregister(button_pdev); in cbe_powerbutton_exit()
|
| /linux/drivers/usb/host/ |
| A D | ssb-hcd.c | 200 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/drivers/edac/ |
| A D | sifive_edac.c | 103 platform_device_unregister(sifive_pdev); in sifive_edac_init() 111 platform_device_unregister(sifive_pdev); in sifive_edac_exit()
|
| /linux/drivers/gpu/drm/vgem/ |
| A D | vgem_drv.c | 164 platform_device_unregister(pdev); in vgem_init() 174 platform_device_unregister(pdev); in vgem_exit()
|
| /linux/drivers/leds/ |
| A D | leds-clevo-mail.c | 200 platform_device_unregister(pdev); in clevo_mail_led_init() 210 platform_device_unregister(pdev); in clevo_mail_led_exit()
|
| A D | leds-apu.c | 199 platform_device_unregister(pdev); in apu_led_init() 212 platform_device_unregister(apu_led->pdev); in apu_led_exit()
|
| /linux/sound/drivers/ |
| A D | virmidi.c | 130 platform_device_unregister(devices[i]); in snd_virmidi_unregister_all() 153 platform_device_unregister(device); in alsa_card_virmidi_init()
|
| /linux/sound/soc/ |
| A D | soc-utils.c | 217 platform_device_unregister(soc_dummy_dev); in snd_soc_util_init() 225 platform_device_unregister(soc_dummy_dev); in snd_soc_util_exit()
|
| /linux/drivers/cpufreq/ |
| A D | sun50i-cpufreq-nvmem.c | 148 platform_device_unregister(cpufreq_dt_pdev); in sun50i_cpufreq_nvmem_remove() 216 platform_device_unregister(sun50i_cpufreq_pdev); in sun50i_cpufreq_exit()
|
| /linux/sound/soc/samsung/ |
| A D | smdk_spdif.c | 210 platform_device_unregister(smdk_snd_spdif_device); in smdk_exit() 211 platform_device_unregister(smdk_snd_spdif_dit_device); in smdk_exit()
|
| /linux/drivers/watchdog/ |
| A D | acquirewdt.c | 315 platform_device_unregister(acq_platform_device); in acq_init() 321 platform_device_unregister(acq_platform_device); in acq_exit()
|
| A D | advantechwdt.c | 324 platform_device_unregister(advwdt_platform_device); in advwdt_init() 330 platform_device_unregister(advwdt_platform_device); in advwdt_exit()
|
| A D | ib700wdt.c | 361 platform_device_unregister(ibwdt_platform_device); in ibwdt_init() 367 platform_device_unregister(ibwdt_platform_device); in ibwdt_exit()
|
| A D | geodewdt.c | 275 platform_device_unregister(geodewdt_platform_device); in geodewdt_init() 281 platform_device_unregister(geodewdt_platform_device); in geodewdt_exit()
|
| /linux/drivers/power/supply/ |
| A D | pmu_battery.c | 198 platform_device_unregister(bat_pdev); in pmu_bat_init() 215 platform_device_unregister(bat_pdev); in pmu_bat_exit()
|