Searched refs:respn (Results 1 – 2 of 2) sorted by relevance
/drivers/mfd/ |
D | si476x-cmd.c | 271 const int respn, in si476x_core_send_command() argument 331 err = si476x_core_i2c_xfer(core, SI476X_I2C_RECV, resp, respn); in si476x_core_send_command() 332 if (err != respn) { in si476x_core_send_command() 339 dev_dbg(&client->dev, "Response:\n %*ph\n", respn, resp); in si476x_core_send_command() 384 uint8_t *resp, size_t respn) in si476x_cmd_tune_seek_freq() argument 390 err = si476x_core_send_command(core, cmd, args, argn, resp, respn, in si476x_cmd_tune_seek_freq()
|
/drivers/media/radio/si4713/ |
D | si4713.c | 208 u8 response[], const int respn, const int usecs) in si4713_send_command() argument 242 err = i2c_master_recv(client, response, respn); in si4713_send_command() 243 if (err != respn) { in si4713_send_command() 250 DBG_BUFFER(&sdev->sd, "Response", response, respn); in si4713_send_command()
|