Home
last modified time | relevance | path

Searched refs:p_value (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_haptic.c276 int tfa2_haptic_read_r0(struct i2c_client *client, int *p_value) in tfa2_haptic_read_r0() argument
278 return tfa2_i2c_read_cf_mem32(client, FW_XMEM_R0, p_value, 1, TFA2_CF_MEM_XMEM); in tfa2_haptic_read_r0()
281 int tfa2_haptic_read_f0(struct i2c_client *client, int *p_value) in tfa2_haptic_read_f0() argument
283 return tfa2_i2c_read_cf_mem32(client, FW_XMEM_F0, p_value, 1, TFA2_CF_MEM_XMEM); in tfa2_haptic_read_f0()
286 int tfa2_haptic_read_sampcnt0(struct i2c_client *client, int *p_value) in tfa2_haptic_read_sampcnt0() argument
288 return tfa2_i2c_read_cf_mem32(client, FW_XMEM_SAMPCNT0, p_value, 1, TFA2_CF_MEM_XMEM); in tfa2_haptic_read_sampcnt0()
290 int tfa2_haptic_read_recalc_selector(struct i2c_client *client, int *p_value) in tfa2_haptic_read_recalc_selector() argument
292 return tfa2_i2c_read_cf_mem32(client, FW_XMEM_RECALCSEL, p_value, 1, TFA2_CF_MEM_XMEM); in tfa2_haptic_read_recalc_selector()
Dtfa2_haptic.h34 int tfa2_haptic_read_f0(struct i2c_client *client, int *p_value);