Searched refs:wait_result (Results 1 – 5 of 5) sorted by relevance
128 unsigned long wait_result; in wmt_i2c_write() local176 wait_result = wait_for_completion_timeout(&i2c_dev->complete, in wmt_i2c_write()179 if (wait_result == 0) in wmt_i2c_write()219 unsigned long wait_result; in wmt_i2c_read() local266 wait_result = wait_for_completion_timeout(&i2c_dev->complete, in wmt_i2c_read()269 if (!wait_result) in wmt_i2c_read()
667 uint32_t *wait_result) in kfd_wait_on_events() argument701 *wait_result = test_event_condition(all, num_events, event_waiters); in kfd_wait_on_events()702 if (*wait_result == KFD_IOC_WAIT_RESULT_COMPLETE) { in kfd_wait_on_events()706 } else if (WARN_ON(*wait_result == KFD_IOC_WAIT_RESULT_FAIL)) { in kfd_wait_on_events()749 *wait_result = test_event_condition(all, num_events, in kfd_wait_on_events()751 if (*wait_result != KFD_IOC_WAIT_RESULT_TIMEOUT) in kfd_wait_on_events()764 if (!ret && *wait_result == KFD_IOC_WAIT_RESULT_COMPLETE) in kfd_wait_on_events()774 *wait_result = KFD_IOC_WAIT_RESULT_FAIL; in kfd_wait_on_events()775 else if (*wait_result == KFD_IOC_WAIT_RESULT_FAIL) in kfd_wait_on_events()
1094 uint32_t *wait_result);
1123 args->timeout, &args->wait_result); in kfd_ioctl_wait_events()
297 __u32 wait_result; /* from KFD */ member