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()
918 uint32_t *wait_result) in kfd_wait_on_events() argument955 *wait_result = test_event_condition(all, num_events, event_waiters); in kfd_wait_on_events()956 if (*wait_result == KFD_IOC_WAIT_RESULT_COMPLETE) { in kfd_wait_on_events()960 } else if (WARN_ON(*wait_result == KFD_IOC_WAIT_RESULT_FAIL)) { in kfd_wait_on_events()995 *wait_result = test_event_condition(all, num_events, in kfd_wait_on_events()997 if (*wait_result != KFD_IOC_WAIT_RESULT_TIMEOUT) in kfd_wait_on_events()1016 if (!ret && *wait_result == KFD_IOC_WAIT_RESULT_COMPLETE) in kfd_wait_on_events()1025 *wait_result = KFD_IOC_WAIT_RESULT_FAIL; in kfd_wait_on_events()1026 else if (*wait_result == KFD_IOC_WAIT_RESULT_FAIL) in kfd_wait_on_events()
1321 uint32_t *wait_result);
883 &args->timeout, &args->wait_result); in kfd_ioctl_wait_events()
313 __u32 wait_result; /* from KFD */ member