Searched refs:p_value (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/ |
| D | tfa2_haptic.c | 276 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()
|
| D | tfa2_haptic.h | 34 int tfa2_haptic_read_f0(struct i2c_client *client, int *p_value);
|