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()
937 uint32_t *wait_result) in kfd_wait_on_events() argument973 *wait_result = test_event_condition(all, num_events, event_waiters); in kfd_wait_on_events()974 if (*wait_result == KFD_IOC_WAIT_RESULT_COMPLETE) { in kfd_wait_on_events()978 } else if (WARN_ON(*wait_result == KFD_IOC_WAIT_RESULT_FAIL)) { in kfd_wait_on_events()1013 *wait_result = test_event_condition(all, num_events, in kfd_wait_on_events()1015 if (*wait_result != KFD_IOC_WAIT_RESULT_TIMEOUT) in kfd_wait_on_events()1034 if (!ret && *wait_result == KFD_IOC_WAIT_RESULT_COMPLETE) in kfd_wait_on_events()1043 *wait_result = KFD_IOC_WAIT_RESULT_FAIL; in kfd_wait_on_events()1044 else if (*wait_result == KFD_IOC_WAIT_RESULT_FAIL) in kfd_wait_on_events()
1441 uint32_t *wait_result);
896 &args->timeout, &args->wait_result); in kfd_ioctl_wait_events()
350 __u32 wait_result; /* from KFD */ member