/linux/drivers/rpmsg/ |
A D | rpmsg_char.c | 334 ida_simple_remove(&rpmsg_ept_ida, dev->id); in rpmsg_eptdev_release_device() 335 ida_simple_remove(&rpmsg_minor_ida, MINOR(eptdev->dev.devt)); in rpmsg_eptdev_release_device() 397 ida_simple_remove(&rpmsg_ept_ida, dev->id); in rpmsg_eptdev_create() 399 ida_simple_remove(&rpmsg_minor_ida, MINOR(dev->devt)); in rpmsg_eptdev_create() 460 ida_simple_remove(&rpmsg_ctrl_ida, dev->id); in rpmsg_ctrldev_release_device() 461 ida_simple_remove(&rpmsg_minor_ida, MINOR(dev->devt)); in rpmsg_ctrldev_release_device() 515 ida_simple_remove(&rpmsg_ctrl_ida, dev->id); in rpmsg_chrdev_probe() 517 ida_simple_remove(&rpmsg_minor_ida, MINOR(dev->devt)); in rpmsg_chrdev_probe()
|
/linux/drivers/staging/greybus/ |
A 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()
|
A 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()
|
A 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()
|
A D | gbphy.c | 49 ida_simple_remove(&gbphy_id, gbphy_dev->id); in gbphy_dev_release() 234 ida_simple_remove(&gbphy_id, id); in gb_gbphy_create_dev()
|
A 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()
|
A D | authentication.c | 351 ida_simple_remove(&cap_minors_map, minor); in gb_cap_connection_init() 375 ida_simple_remove(&cap_minors_map, MINOR(cap->dev_num)); in gb_cap_connection_exit()
|
/linux/drivers/watchdog/ |
A D | watchdog_core.c | 272 ida_simple_remove(&watchdog_ida, id); in __watchdog_register_device() 284 ida_simple_remove(&watchdog_ida, id); in __watchdog_register_device() 308 ida_simple_remove(&watchdog_ida, id); in __watchdog_register_device() 381 ida_simple_remove(&watchdog_ida, wdd->id); in __watchdog_unregister_device()
|
/linux/drivers/greybus/ |
A 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()
|
/linux/drivers/platform/chrome/wilco_ec/ |
A 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()
|
/linux/drivers/pps/clients/ |
A D | pps_parport.c | 191 ida_simple_remove(&pps_client_index, index); in parport_attach() 211 ida_simple_remove(&pps_client_index, device->index); in parport_detach()
|
/linux/drivers/fpga/ |
A 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()
|
A 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()
|
A D | fpga-mgr.c | 651 ida_simple_remove(&fpga_mgr_ida, id); in fpga_mgr_create() 665 ida_simple_remove(&fpga_mgr_ida, mgr->dev.id); in fpga_mgr_free() 742 ida_simple_remove(&fpga_mgr_ida, mgr->dev.id); in fpga_mgr_register()
|
/linux/drivers/char/hw_random/ |
A D | virtio-rng.c | 168 ida_simple_remove(&rng_index_ida, index); in probe_common() 186 ida_simple_remove(&rng_index_ida, vi->index); in remove_common()
|
/linux/net/xdp/ |
A D | xdp_umem.c | 60 ida_simple_remove(&umem_ida, umem->id); in xdp_umem_release() 254 ida_simple_remove(&umem_ida, umem->id); in xdp_umem_create()
|
/linux/fs/ksmbd/mgmt/ |
A D | ksmbd_ida.c | 45 ida_simple_remove(ida, id); in ksmbd_release_id()
|
/linux/drivers/firmware/arm_scmi/ |
A D | bus.c | 207 ida_simple_remove(&scmi_bus_id, id); in scmi_device_create() 215 ida_simple_remove(&scmi_bus_id, scmi_dev->id); in scmi_device_destroy()
|
/linux/drivers/thermal/ |
A D | thermal_core.c | 724 ida_simple_remove(&tz->ida, dev->id); in thermal_zone_bind_cooling_device() 771 ida_simple_remove(&tz->ida, pos->id); in thermal_zone_unbind_cooling_device() 954 ida_simple_remove(&thermal_cdev_ida, id); in __thermal_cooling_device_register() 1113 ida_simple_remove(&thermal_cdev_ida, cdev->id); in thermal_cooling_device_unregister() 1321 ida_simple_remove(&thermal_tz_ida, id); in thermal_zone_device_register() 1381 ida_simple_remove(&thermal_tz_ida, tz->id); in thermal_zone_device_unregister()
|
/linux/drivers/staging/fieldbus/anybuss/ |
A 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()
|
/linux/drivers/staging/fieldbus/ |
A 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()
|
/linux/drivers/net/phy/ |
A 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()
|
/linux/drivers/misc/ |
A D | dw-xdata-pcie.c | 380 ida_simple_remove(&xdata_ida, id); in dw_xdata_pcie_probe() 399 ida_simple_remove(&xdata_ida, id); in dw_xdata_pcie_remove()
|
/linux/drivers/rtc/ |
A D | class.c | 30 ida_simple_remove(&rtc_ida, rtc->id); in rtc_device_release() 362 ida_simple_remove(&rtc_ida, id); in devm_rtc_allocate_device()
|
/linux/drivers/nvdimm/ |
A D | btt_devs.c | 23 ida_simple_remove(&nd_region->btt_ida, nd_btt->id); in nd_btt_release() 218 ida_simple_remove(&nd_region->btt_ida, nd_btt->id); in __nd_btt_create()
|