Searched refs:wait_i2c_result (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/pci/pt3/
H A Dpt3_i2c.c126 static int wait_i2c_result(struct pt3_board *pt3, u32 *result, int max_wait) function
150 if (wait_i2c_result(pt3, NULL, 50)) {
159 if (wait_i2c_result(pt3, &ret, 500) || (ret & STAT_SEQ_ERROR)) {

Completed in 116 milliseconds