Searched refs:cmdobjsel_index (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/ |
| D | tfa2_haptic.c | 104 int cmdobjsel_index; in tfa2_haptic_start_object() local 117 cmdobjsel_index = get_cmdobjsel_index(index); in tfa2_haptic_start_object() 118 if (!obj || (address < 0) || (cmdobjsel_index < 0)) in tfa2_haptic_start_object() 120 …lient->dev, "invalid object idx=%d, addr=%d, cmdobjsel_idx=%d\n", index, address, cmdobjsel_index); in tfa2_haptic_start_object() 160 … rc = tfa2_i2c_write_cf_mem32(client, cmdobjsel, (int32_t *)&cmdobjsel_index, 1, TFA2_CF_MEM_XMEM); in tfa2_haptic_start_object()
|