Lines Matching refs:expected_status
273 static int twsi_wait(struct mvtwsi_registers *twsi, int expected_status, in twsi_wait() argument
294 if (status == expected_status) in twsi_wait()
299 control, status, expected_status); in twsi_wait()
305 expected_status); in twsi_wait()
321 static int twsi_start(struct mvtwsi_registers *twsi, int expected_status, in twsi_start() argument
328 return twsi_wait(twsi, expected_status, tick); in twsi_start()
345 int expected_status, uint tick) in twsi_send() argument
353 return twsi_wait(twsi, expected_status, tick); in twsi_send()
372 int expected_status, status, control; in twsi_recv() local
375 expected_status = ack_flag ? MVTWSI_STATUS_DATA_R_ACK : in twsi_recv()
382 status = twsi_wait(twsi, expected_status, tick); in twsi_recv()