Searched refs:prev_object (Results 1 – 2 of 2) sorted by relevance
993 obj = obj->prev_object; in _cyhal_ipc_irq_handler()1199 obj->prev_object = _CYHAL_IPC_OBJ_ARR_EL(channel); in cyhal_ipc_queue_init()1258 _CYHAL_IPC_OBJ_ARR_EL(channel) = obj->prev_object; in cyhal_ipc_queue_free()1264 if (curr_ipc_obj->prev_object == obj) in cyhal_ipc_queue_free()1266 curr_ipc_obj->prev_object = curr_ipc_obj->prev_object->prev_object; in cyhal_ipc_queue_free()1269 curr_ipc_obj = curr_ipc_obj->prev_object; in cyhal_ipc_queue_free()1334 obj->prev_object = _CYHAL_IPC_OBJ_ARR_EL(channel_num); in cyhal_ipc_queue_get_handle()1420 obj_to_check = obj_to_check->prev_object; in cyhal_ipc_queue_enable_event()
853 struct cyhal_ipc_s* prev_object; member