Searched refs:si476x_core_i2c_xfer (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/mfd/ |
H A D | si476x-i2c.c | 434 int si476x_core_i2c_xfer(struct si476x_core *core, in si476x_core_i2c_xfer() function 454 EXPORT_SYMBOL_GPL(si476x_core_i2c_xfer); 469 int err = si476x_core_i2c_xfer(core, SI476X_I2C_RECV, in si476x_core_get_status()
|
H A D | si476x-cmd.c | 178 err = si476x_core_i2c_xfer(core, SI476X_I2C_RECV, in si476x_core_parse_and_nag_about_error() 284 err = si476x_core_i2c_xfer(core, SI476X_I2C_SEND, in si476x_core_send_command() 322 err = si476x_core_i2c_xfer(core, SI476X_I2C_RECV, resp, respn); in si476x_core_send_command()
|
/openbmc/linux/include/linux/mfd/ |
H A D | si476x-core.h | 377 int si476x_core_i2c_xfer(struct si476x_core *,
|