Home
last modified time | relevance | path

Searched refs:i2c_client (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_dev.h67 struct i2c_client struct
254 struct i2c_client *i2c;
376 int tfa2_process_patch_file(struct i2c_client *client, int length, const uint8_t *bytes);
389 struct i2c_client *client, uint16_t address, int32_t *input, int size, enum tfa2_cf_mem type);
390 int tfa2_i2c_read_cf_mem32(struct i2c_client *client, uint16_t address, int *data, int size, enum t…
392 struct i2c_client *client, uint16_t address, int32_t *input, int size, enum tfa2_cf_mem type);
394 struct i2c_client *client, uint16_t address, int *data, int size, enum tfa2_cf_mem type);
396 struct i2c_client *client, uint16_t address, uint8_t *input, int size, enum tfa2_cf_mem type);
397 int tfa2_i2c_read_cf_mem24(struct i2c_client *client, uint16_t address, uint8_t *data, int size, en…
399 int tfa2_i2c_write_bf(struct i2c_client *client, uint16_t bitfield, uint16_t value);
[all …]
Dtfa2_haptic.h26 int tfa2_haptic_obj0_wait_finish(struct i2c_client *client);
32 int tfa2_haptic_start_object(struct i2c_client *client, struct haptic_data *data, int index);
34 int tfa2_haptic_read_f0(struct i2c_client *client, int *p_value);
35 int tfa2_haptic_disable_f0_trc(struct i2c_client *client, int disable);
Dtfa2_dev.c98 int tfa2_i2c_get_revid(struct i2c_client *i2c) in tfa2_i2c_get_revid()
1047 int tfa2_i2c_rpc_write(struct i2c_client *i2c, int length, const char *buffer) in tfa2_i2c_rpc_write()
1072 int tfa2_i2c_rpc_status(struct i2c_client *i2c, int *pRpcStatus) in tfa2_i2c_rpc_status()
1119 int tfa2_i2c_bf_poll(struct i2c_client *client, uint16_t bf, uint16_t wait_value, int loop) in tfa2_i2c_bf_poll()
1154 struct i2c_client *i2c = tfa->i2c; in tfa2_i2c_dsp_execute()
1271 int tfa2_i2c_read_reg(struct i2c_client *client, uint8_t reg) in tfa2_i2c_read_reg()
1291 int tfa2_i2c_write_reg(struct i2c_client *client, uint8_t reg, uint16_t val) in tfa2_i2c_write_reg()
1310 int tfa2_i2c_read_regs(struct i2c_client *i2c, uint8_t addr, int nr, uint16_t *regs) in tfa2_i2c_read_regs()
1337 int tfa2_i2c_read_bf(struct i2c_client *client, uint16_t bitfield) in tfa2_i2c_read_bf()
1351 static int tfa2_i2c_write_bf_internal(struct i2c_client *client, uint16_t bitfield, uint16_t value,… in tfa2_i2c_write_bf_internal()
[all …]
Dtfa2_haptic.c98 int tfa2_haptic_start_object(struct i2c_client *client, struct haptic_data *data, int index) in tfa2_haptic_start_object()
276 int tfa2_haptic_read_r0(struct i2c_client *client, int *p_value) in tfa2_haptic_read_r0()
281 int tfa2_haptic_read_f0(struct i2c_client *client, int *p_value) in tfa2_haptic_read_f0()
286 int tfa2_haptic_read_sampcnt0(struct i2c_client *client, int *p_value) 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()
294 int tfa2_haptic_write_recalc_selector(struct i2c_client *client, int value) in tfa2_haptic_write_recalc_selector()
299 int tfa2_haptic_disable_f0_trc(struct i2c_client *client, int disable) in tfa2_haptic_disable_f0_trc()
305 int tfa2_haptic_obj0_set(struct i2c_client *client, int objnr) in tfa2_haptic_obj0_set()
310 int tfa2_haptic_obj0_wait_finish(struct i2c_client *client) in tfa2_haptic_obj0_wait_finish()
330 int tfa2_haptic_calibrate_wait(struct i2c_client *client) in tfa2_haptic_calibrate_wait()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/
Dfsl_tfa9xxx_IMX.c25 static struct i2c_client s_myclient[4] = {{0x34U, NULL, 0U}, {0x35U, NULL, 1U}, {0x36U, NULL, 2U}, …
100 int tfa2_i2c_write_read_raw(struct i2c_client *client, int wrlen, uint8_t *wrdata, int rdlen, uint8… in tfa2_i2c_write_read_raw()
133 int tfa2_i2c_write_raw(struct i2c_client *client, int len, const uint8_t *data) in tfa2_i2c_write_raw()
Dtfa_device_hal.c174 struct i2c_client i2cClient = { in TFA_I2C_WriteReadRaw()
Dfsl_tfa9xxx.c272 tfa->i2c = (struct i2c_client *)TFA9XXX_GetI2CClient(cnt, handle->config->slaveAddress); in TFA9XXX_CreatePlatform()