/kernel/linux/linux-5.10/drivers/rpmsg/ |
D | rpmsg_char.c | 333 ida_simple_remove(&rpmsg_ept_ida, dev->id); in rpmsg_eptdev_release_device() 334 ida_simple_remove(&rpmsg_minor_ida, MINOR(eptdev->dev.devt)); in rpmsg_eptdev_release_device() 389 ida_simple_remove(&rpmsg_ept_ida, dev->id); in rpmsg_eptdev_create() 391 ida_simple_remove(&rpmsg_minor_ida, MINOR(dev->devt)); in rpmsg_eptdev_create() 452 ida_simple_remove(&rpmsg_ctrl_ida, dev->id); in rpmsg_ctrldev_release_device() 453 ida_simple_remove(&rpmsg_minor_ida, MINOR(dev->devt)); in rpmsg_ctrldev_release_device() 500 ida_simple_remove(&rpmsg_ctrl_ida, dev->id); in rpmsg_chrdev_probe() 502 ida_simple_remove(&rpmsg_minor_ida, MINOR(dev->devt)); in rpmsg_chrdev_probe()
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
D | audio_manager.c | 54 ida_simple_remove(&module_id, id); in gb_audio_manager_add() 81 ida_simple_remove(&module_id, id); in gb_audio_manager_remove() 95 ida_simple_remove(&module_id, module->id); in gb_audio_manager_remove_all()
|
D | fw-management.c | 180 ida_simple_remove(&fw_mgmt->id_map, in fw_mgmt_load_and_validate_operation() 220 ida_simple_remove(&fw_mgmt->id_map, fw_mgmt->intf_fw_request_id); in fw_mgmt_interface_fw_loaded_operation() 330 ida_simple_remove(&fw_mgmt->id_map, in fw_mgmt_backend_fw_update_operation() 369 ida_simple_remove(&fw_mgmt->id_map, fw_mgmt->backend_fw_request_id); in fw_mgmt_backend_fw_updated_operation() 645 ida_simple_remove(&fw_mgmt_minors_map, minor); in gb_fw_mgmt_connection_init() 669 ida_simple_remove(&fw_mgmt_minors_map, MINOR(fw_mgmt->dev_num)); in gb_fw_mgmt_connection_exit()
|
D | vibrator.c | 177 ida_simple_remove(&minors, vib->minor); in gb_vibrator_probe() 201 ida_simple_remove(&minors, vib->minor); in gb_vibrator_disconnect()
|
D | gbphy.c | 49 ida_simple_remove(&gbphy_id, gbphy_dev->id); in gbphy_dev_release() 236 ida_simple_remove(&gbphy_id, id); in gb_gbphy_create_dev()
|
D | raw.c | 214 ida_simple_remove(&minors, minor); in gb_raw_probe() 235 ida_simple_remove(&minors, MINOR(raw->dev)); in gb_raw_disconnect()
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
D | watchdog_core.c | 244 ida_simple_remove(&watchdog_ida, id); in __watchdog_register_device() 256 ida_simple_remove(&watchdog_ida, id); in __watchdog_register_device() 280 ida_simple_remove(&watchdog_ida, id); in __watchdog_register_device() 344 ida_simple_remove(&watchdog_ida, wdd->id); in __watchdog_unregister_device()
|
/kernel/linux/linux-5.10/drivers/greybus/ |
D | hd.c | 67 ida_simple_remove(id_map, cport_id); in gb_hd_cport_release_reserved() 103 ida_simple_remove(&hd->cport_id_map, cport_id); in gb_hd_cport_release() 114 ida_simple_remove(&gb_hd_bus_id_map, hd->bus_id); in gb_hd_release()
|
/kernel/linux/linux-5.10/drivers/vdpa/ |
D | vdpa.c | 54 ida_simple_remove(&vdpa_index_ida, vdev->index); in vdpa_release_dev() 113 ida_simple_remove(&vdpa_index_ida, vdev->index); in __vdpa_alloc_device()
|
/kernel/linux/linux-5.10/drivers/char/hw_random/ |
D | virtio-rng.c | 124 ida_simple_remove(&rng_index_ida, index); in probe_common() 142 ida_simple_remove(&rng_index_ida, vi->index); in remove_common()
|
/kernel/linux/linux-5.10/drivers/pps/clients/ |
D | pps_parport.c | 187 ida_simple_remove(&pps_client_index, index); in parport_attach() 207 ida_simple_remove(&pps_client_index, device->index); in parport_detach()
|
/kernel/linux/linux-5.10/drivers/platform/chrome/wilco_ec/ |
D | telemetry.c | 376 ida_simple_remove(&telem_ida, minor); in telem_device_probe() 397 ida_simple_remove(&telem_ida, minor); in telem_device_probe() 409 ida_simple_remove(&telem_ida, MINOR(dev_data->dev.devt)); in telem_device_remove()
|
/kernel/linux/linux-5.10/drivers/firmware/arm_scmi/ |
D | bus.c | 183 ida_simple_remove(&scmi_bus_id, id); in scmi_device_create() 191 ida_simple_remove(&scmi_bus_id, scmi_dev->id); in scmi_device_destroy()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
D | gpio-exar.c | 180 ida_simple_remove(&ida_index, index); in gpio_exar_probe() 190 ida_simple_remove(&ida_index, exar_gpio->index); in gpio_exar_remove()
|
/kernel/linux/linux-5.10/drivers/fpga/ |
D | fpga-region.c | 228 ida_simple_remove(&fpga_region_ida, id); in fpga_region_create() 242 ida_simple_remove(&fpga_region_ida, region->dev.id); in fpga_region_free()
|
D | fpga-mgr.c | 607 ida_simple_remove(&fpga_mgr_ida, id); in fpga_mgr_create() 621 ida_simple_remove(&fpga_mgr_ida, mgr->dev.id); in fpga_mgr_free() 698 ida_simple_remove(&fpga_mgr_ida, mgr->dev.id); in fpga_mgr_register()
|
D | fpga-bridge.c | 367 ida_simple_remove(&fpga_bridge_ida, id); in fpga_bridge_create() 381 ida_simple_remove(&fpga_bridge_ida, bridge->dev.id); in fpga_bridge_free()
|
/kernel/linux/linux-5.10/net/xdp/ |
D | xdp_umem.c | 60 ida_simple_remove(&umem_ida, umem->id); in xdp_umem_release() 255 ida_simple_remove(&umem_ida, umem->id); in xdp_umem_create()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
D | nouveau_backlight.c | 283 ida_simple_remove(&bl_ida, bl->id); in nouveau_backlight_init() 309 ida_simple_remove(&bl_ida, bl->id); in nouveau_backlight_fini()
|
/kernel/linux/linux-5.10/drivers/staging/fieldbus/anybuss/ |
D | arcx-anybus.c | 318 ida_simple_remove(&controller_index_ida, id); in controller_probe() 330 ida_simple_remove(&controller_index_ida, id); in controller_remove()
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
D | fixed_phy.c | 183 ida_simple_remove(&phy_fixed_ida, phy_addr); in fixed_phy_del() 253 ida_simple_remove(&phy_fixed_ida, phy_addr); in __fixed_phy_register()
|
/kernel/linux/linux-5.10/drivers/rtc/ |
D | class.c | 30 ida_simple_remove(&rtc_ida, rtc->id); in rtc_device_release() 383 ida_simple_remove(&rtc_ida, id); in devm_rtc_allocate_device()
|
/kernel/linux/linux-5.10/drivers/staging/fieldbus/ |
D | dev_core.c | 254 ida_simple_remove(&fieldbus_ida, fb->id); in __fieldbus_dev_unregister() 297 ida_simple_remove(&fieldbus_ida, fb->id); in __fieldbus_dev_register()
|
/kernel/linux/linux-5.10/drivers/thermal/ |
D | thermal_core.c | 925 ida_simple_remove(&tz->ida, dev->id); in thermal_zone_bind_cooling_device() 972 ida_simple_remove(&tz->ida, pos->id); in thermal_zone_unbind_cooling_device() 1127 ida_simple_remove(&thermal_cdev_ida, cdev->id); in __thermal_cooling_device_register() 1303 ida_simple_remove(&thermal_cdev_ida, cdev->id); in thermal_cooling_device_unregister() 1505 ida_simple_remove(&thermal_tz_ida, id); in thermal_zone_device_register() 1565 ida_simple_remove(&thermal_tz_ida, tz->id); in thermal_zone_device_unregister()
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
D | nvm.c | 162 ida_simple_remove(&nvm_ida, nvm->id); in tb_nvm_free()
|