Searched refs:mhu3_ctx (Results 1 – 2 of 2) sorted by relevance
72 static struct mod_mhu3_ctx mhu3_ctx; variable91 for (device_idx = 0U; device_idx < mhu3_ctx.device_count; device_idx++) { in mhu3_isr()92 device_ctx = &mhu3_ctx.device_ctx_table[device_idx]; in mhu3_isr()98 if (device_idx >= mhu3_ctx.device_count) { in mhu3_isr()178 device_ctx = &mhu3_ctx.device_ctx_table[fwk_id_get_element_idx(ch_id)]; in mhu3_raise_interrupt()228 device_ctx = &mhu3_ctx.device_ctx_table[fwk_id_get_element_idx(fch_id)]; in mhu3_get_fch()301 device_ctx = &mhu3_ctx.device_ctx_table[fwk_id_get_element_idx(fch_id)]; in mhu3_fch_register_callback()333 mhu3_ctx.device_ctx_table = in mhu3_init()334 fwk_mm_calloc(device_count, sizeof(mhu3_ctx.device_ctx_table[0])); in mhu3_init()336 mhu3_ctx.device_count = device_count; in mhu3_init()[all …]
59 device_ctx = &mhu3_ctx.device_ctx_table[FAKE_DEVICE_1_CHANNEL_DBCH_0]; in test_mhu3_raise_interrupt_wrong_channel_type()122 device_ctx = &mhu3_ctx.device_ctx_table[MHU3_DEVICE_IDX_DEVICE_1]; in test_mhu3_bind_round_1_success()147 device_ctx = &mhu3_ctx.device_ctx_table[MHU3_DEVICE_IDX_DEVICE_1]; in test_mhu3_bind_fail()
Completed in 4 milliseconds