Home
last modified time | relevance | path

Searched refs:id_map (Results 1 – 7 of 7) sorted by relevance

/drivers/hwtracing/coresight/
A Dcoresight-trace-id.c113 set_bit(id, id_map->used_ids); in coresight_trace_id_alloc_new_id()
123 clear_bit(id, id_map->used_ids); in coresight_trace_id_free()
134 raw_spin_lock_irqsave(&id_map->lock, flags); in coresight_trace_id_release_all()
139 DUMP_ID_MAP(id_map); in coresight_trace_id_release_all()
177 DUMP_ID_MAP(id_map); in _coresight_trace_id_get_cpu_id()
193 coresight_trace_id_free(id, id_map); in _coresight_trace_id_put_cpu_id()
198 DUMP_ID_MAP(id_map); in _coresight_trace_id_put_cpu_id()
212 DUMP_ID_MAP(id_map); in coresight_trace_id_map_get_system_id()
221 coresight_trace_id_free(id, id_map); in coresight_trace_id_map_put_system_id()
225 DUMP_ID_MAP(id_map); in coresight_trace_id_map_put_system_id()
[all …]
A Dcoresight-trace-id.h65 int coresight_trace_id_get_cpu_id_map(int cpu, struct coresight_trace_id_map *id_map);
80 void coresight_trace_id_put_cpu_id_map(int cpu, struct coresight_trace_id_map *id_map);
106 int coresight_trace_id_read_cpu_id_map(int cpu, struct coresight_trace_id_map *id_map);
149 void coresight_trace_id_perf_start(struct coresight_trace_id_map *id_map);
157 void coresight_trace_id_perf_stop(struct coresight_trace_id_map *id_map);
/drivers/greybus/
A Dhd.c50 struct ida *id_map = &hd->cport_id_map; in gb_hd_cport_reserve() local
53 ret = ida_alloc_range(id_map, cport_id, cport_id, GFP_KERNEL); in gb_hd_cport_reserve()
65 struct ida *id_map = &hd->cport_id_map; in gb_hd_cport_release_reserved() local
67 ida_free(id_map, cport_id); in gb_hd_cport_release_reserved()
75 struct ida *id_map = &hd->cport_id_map; in gb_hd_cport_allocate() local
92 return ida_alloc_range(id_map, ida_start, ida_end, GFP_KERNEL); in gb_hd_cport_allocate()
A Des2.c492 struct ida *id_map = &hd->cport_id_map; in es2_cport_allocate() local
525 return ida_alloc_range(id_map, ida_start, ida_end, GFP_KERNEL); in es2_cport_allocate()
/drivers/staging/greybus/
A Dfw-management.c30 struct ida id_map; member
71 ida_destroy(&fw_mgmt->id_map); in fw_mgmt_kref_release()
159 ret = ida_alloc_range(&fw_mgmt->id_map, 1, 255, GFP_KERNEL); in fw_mgmt_load_and_validate_operation()
174 ida_free(&fw_mgmt->id_map, fw_mgmt->intf_fw_request_id); in fw_mgmt_load_and_validate_operation()
213 ida_free(&fw_mgmt->id_map, fw_mgmt->intf_fw_request_id); in fw_mgmt_interface_fw_loaded_operation()
302 ret = ida_alloc_range(&fw_mgmt->id_map, 1, 255, GFP_KERNEL); in fw_mgmt_backend_fw_update_operation()
316 ida_free(&fw_mgmt->id_map, fw_mgmt->backend_fw_request_id); in fw_mgmt_backend_fw_update_operation()
354 ida_free(&fw_mgmt->id_map, fw_mgmt->backend_fw_request_id); in fw_mgmt_backend_fw_updated_operation()
590 ida_init(&fw_mgmt->id_map); in gb_fw_mgmt_connection_init()
A Dfw-download.c40 struct ida id_map; member
66 ida_free(&fw_req->fw_download->id_map, fw_req->firmware_id); in fw_req_release()
173 ret = ida_alloc_range(&fw_download->id_map, 1, 255, GFP_KERNEL); in find_firmware()
214 ida_free(&fw_download->id_map, fw_req->firmware_id); in find_firmware()
418 ida_init(&fw_download->id_map); in gb_fw_download_connection_init()
430 ida_destroy(&fw_download->id_map); in gb_fw_download_connection_init()
463 ida_destroy(&fw_download->id_map); in gb_fw_download_connection_exit()
/drivers/crypto/intel/qat/qat_common/
A Dadf_dev_mgr.c12 static u8 id_map[ADF_MAX_DEVICES]; variable
77 id_map[map->id] = 0; in adf_clean_vf_map()
121 if (!id_map[i]) { in adf_find_free_id()
122 id_map[i] = 1; in adf_find_free_id()
254 id_map[accel_dev->accel_id] = 0; in adf_devmgr_rm_dev()

Completed in 29 milliseconds