Lines Matching refs:expected_status
262 static int twsi_wait(struct mvtwsi_registers *twsi, int expected_status, in twsi_wait() argument
272 if (status == expected_status) in twsi_wait()
277 control, status, expected_status); in twsi_wait()
283 expected_status); in twsi_wait()
299 static int twsi_start(struct mvtwsi_registers *twsi, int expected_status, in twsi_start() argument
306 return twsi_wait(twsi, expected_status, tick); in twsi_start()
323 int expected_status, uint tick) in twsi_send() argument
331 return twsi_wait(twsi, expected_status, tick); in twsi_send()
350 int expected_status, status, control; in twsi_recv() local
353 expected_status = ack_flag ? MVTWSI_STATUS_DATA_R_ACK : in twsi_recv()
360 status = twsi_wait(twsi, expected_status, tick); in twsi_recv()