Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dsi476x-cmd.c261 const int respn, in si476x_core_send_command() argument
321 err = si476x_core_i2c_xfer(core, SI476X_I2C_RECV, resp, respn); in si476x_core_send_command()
322 if (err != respn) { in si476x_core_send_command()
329 dev_dbg(&client->dev, "Response:\n %*ph\n", respn, resp); in si476x_core_send_command()
374 uint8_t *resp, size_t respn) in si476x_cmd_tune_seek_freq() argument
380 err = si476x_core_send_command(core, cmd, args, argn, resp, respn, in si476x_cmd_tune_seek_freq()