Home
last modified time | relevance | path

Searched refs:tfa2_i2c_write_raw (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/
Dfsl_tfa9xxx_IMX.c133 int tfa2_i2c_write_raw(struct i2c_client *client, int len, const uint8_t *data) in tfa2_i2c_write_raw() function
/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_dev.c1300 rc = tfa2_i2c_write_raw(client, 3, buffer); in tfa2_i2c_write_reg()
1493 rc = tfa2_i2c_write_raw(client, idx, output); in write_cf_mem()
2047 error = tfa2_i2c_write_raw(client, size, &bytes[index]); in tfa2_process_patch_file()
Dtfa2_dev.h404 int tfa2_i2c_write_raw(struct i2c_client *client, int len, const uint8_t *data);