Searched refs:si476x_core_i2c_xfer (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/mfd/ |
D | si476x-i2c.c | 443 int si476x_core_i2c_xfer(struct si476x_core *core, in si476x_core_i2c_xfer() function 463 EXPORT_SYMBOL_GPL(si476x_core_i2c_xfer); 478 int err = si476x_core_i2c_xfer(core, SI476X_I2C_RECV, in si476x_core_get_status()
|
D | si476x-cmd.c | 187 err = si476x_core_i2c_xfer(core, SI476X_I2C_RECV, in si476x_core_parse_and_nag_about_error() 293 err = si476x_core_i2c_xfer(core, SI476X_I2C_SEND, in si476x_core_send_command() 331 err = si476x_core_i2c_xfer(core, SI476X_I2C_RECV, resp, respn); in si476x_core_send_command()
|
/linux-4.1.27/include/linux/mfd/ |
D | si476x-core.h | 386 int si476x_core_i2c_xfer(struct si476x_core *,
|