Home
last modified time | relevance | path

Searched refs:ida_simple_remove (Results 1 – 25 of 85) sorted by relevance

1234

/linux-6.3-rc2/drivers/staging/greybus/
A Daudio_manager.c54 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 Dfw-management.c180 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 Dvibrator.c177 ida_simple_remove(&minors, vib->minor); in gb_vibrator_probe()
201 ida_simple_remove(&minors, vib->minor); in gb_vibrator_disconnect()
A Dgbphy.c49 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 Draw.c214 ida_simple_remove(&minors, minor); in gb_raw_probe()
235 ida_simple_remove(&minors, MINOR(raw->dev)); in gb_raw_disconnect()
A Dauthentication.c351 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()
A Dfw-download.c66 ida_simple_remove(&fw_req->fw_download->id_map, in fw_req_release()
215 ida_simple_remove(&fw_download->id_map, fw_req->firmware_id); in find_firmware()
/linux-6.3-rc2/drivers/rpmsg/
A Drpmsg_ctrl.c133 ida_simple_remove(&rpmsg_ctrl_ida, dev->id); in rpmsg_ctrldev_release_device()
134 ida_simple_remove(&rpmsg_minor_ida, MINOR(dev->devt)); in rpmsg_ctrldev_release_device()
182 ida_simple_remove(&rpmsg_ctrl_ida, dev->id); in rpmsg_ctrldev_probe()
184 ida_simple_remove(&rpmsg_minor_ida, MINOR(dev->devt)); in rpmsg_ctrldev_probe()
A Drpmsg_char.c360 ida_simple_remove(&rpmsg_ept_ida, dev->id); in rpmsg_eptdev_release_device()
361 ida_simple_remove(&rpmsg_minor_ida, MINOR(eptdev->dev.devt)); in rpmsg_eptdev_release_device()
423 ida_simple_remove(&rpmsg_ept_ida, dev->id); in rpmsg_chrdev_eptdev_add()
425 ida_simple_remove(&rpmsg_minor_ida, MINOR(dev->devt)); in rpmsg_chrdev_eptdev_add()
/linux-6.3-rc2/drivers/watchdog/
A Dwatchdog_core.c276 ida_simple_remove(&watchdog_ida, id); in __watchdog_register_device()
288 ida_simple_remove(&watchdog_ida, id); in __watchdog_register_device()
312 ida_simple_remove(&watchdog_ida, id); in __watchdog_register_device()
385 ida_simple_remove(&watchdog_ida, wdd->id); in __watchdog_unregister_device()
/linux-6.3-rc2/drivers/greybus/
A Dhd.c67 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-6.3-rc2/drivers/pps/clients/
A Dpps_parport.c191 ida_simple_remove(&pps_client_index, index); in parport_attach()
211 ida_simple_remove(&pps_client_index, device->index); in parport_detach()
/linux-6.3-rc2/drivers/platform/chrome/wilco_ec/
A Dtelemetry.c376 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()
A Devent.c499 ida_simple_remove(&event_ida, minor); in event_device_add()
508 ida_simple_remove(&event_ida, MINOR(dev_data->dev.devt)); in event_device_remove()
/linux-6.3-rc2/fs/ksmbd/mgmt/
A Dksmbd_ida.c45 ida_simple_remove(ida, id); in ksmbd_release_id()
/linux-6.3-rc2/drivers/char/hw_random/
A Dvirtio-rng.c169 ida_simple_remove(&rng_index_ida, index); in probe_common()
187 ida_simple_remove(&rng_index_ida, vi->index); in remove_common()
/linux-6.3-rc2/drivers/staging/fieldbus/anybuss/
A Darcx-anybus.c318 ida_simple_remove(&controller_index_ida, id); in controller_probe()
330 ida_simple_remove(&controller_index_ida, id); in controller_remove()
/linux-6.3-rc2/drivers/staging/fieldbus/
A Ddev_core.c251 ida_simple_remove(&fieldbus_ida, fb->id); in __fieldbus_dev_unregister()
294 ida_simple_remove(&fieldbus_ida, fb->id); in __fieldbus_dev_register()
/linux-6.3-rc2/drivers/nvdimm/
A Dbtt_devs.c22 ida_simple_remove(&nd_region->btt_ida, nd_btt->id); in nd_btt_release()
220 ida_simple_remove(&nd_region->btt_ida, nd_btt->id); in __nd_btt_create()
A Ddax_devs.c21 ida_simple_remove(&nd_region->dax_ida, nd_pfn->id); in nd_dax_release()
/linux-6.3-rc2/drivers/misc/
A Ddw-xdata-pcie.c380 ida_simple_remove(&xdata_ida, id); in dw_xdata_pcie_probe()
399 ida_simple_remove(&xdata_ida, id); in dw_xdata_pcie_remove()
/linux-6.3-rc2/fs/vboxsf/
A Dsuper.c224 ida_simple_remove(&vboxsf_bdi_ida, sbi->bdi_id); in vboxsf_fill_super()
271 ida_simple_remove(&vboxsf_bdi_ida, sbi->bdi_id); in vboxsf_put_super()
/linux-6.3-rc2/drivers/mfd/
A Dintel-lpss.c445 ida_simple_remove(&intel_lpss_devid_ida, lpss->devid); in intel_lpss_probe()
459 ida_simple_remove(&intel_lpss_devid_ida, lpss->devid); in intel_lpss_remove()
/linux-6.3-rc2/include/linux/
A Didr.h323 #define ida_simple_remove(ida, id) ida_free(ida, id) macro
/linux-6.3-rc2/drivers/most/
A Dmost_cdev.c103 ida_simple_remove(&comp.minor_id, MINOR(c->devno)); in destroy_channel()
475 ida_simple_remove(&comp.minor_id, current_minor); in comp_probe()

Completed in 30 milliseconds

1234