Home
last modified time | relevance | path

Searched defs:client (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_dev.c1119 int tfa2_i2c_bf_poll(struct i2c_client *client, uint16_t bf, uint16_t wait_value, int loop) in tfa2_i2c_bf_poll()
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()
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()
1378 void tfa2_i2c_unlock(struct i2c_client *client) in tfa2_i2c_unlock()
1389 int tfa2_i2c_write_bf(struct i2c_client *client, uint16_t bitfield, uint16_t value) in tfa2_i2c_write_bf()
1394 int tfa2_i2c_write_bf_volatile(struct i2c_client *client, uint16_t bitfield, uint16_t value) in tfa2_i2c_write_bf_volatile()
1455 static int write_cf_mem(struct i2c_client *client, in write_cf_mem()
1505 struct i2c_client *client, uint16_t address, uint8_t *input, int size, enum tfa2_cf_mem type) in tfa2_i2c_write_cf_mem24()
[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-latest/mcux/mcux-sdk/components/codec/tfa9xxx/
Dfsl_tfa9xxx_IMX.c100 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()
/hal_nxp-latest/mcux/mcux-sdk/components/edgefast_wifi/source/
Dwpl_nxp.c829 wpl_ret_t WPL_GetIP(char *ip, int client) in WPL_GetIP()