Searched refs:wait_result (Results 1 – 4 of 4) sorted by relevance
132 unsigned long wait_result; in wmt_i2c_write() local180 wait_result = wait_for_completion_timeout(&i2c_dev->complete, in wmt_i2c_write()183 if (wait_result == 0) in wmt_i2c_write()223 unsigned long wait_result; in wmt_i2c_read() local270 wait_result = wait_for_completion_timeout(&i2c_dev->complete, in wmt_i2c_read()273 if (!wait_result) in wmt_i2c_read()
721 enum kfd_event_wait_result *wait_result) in kfd_wait_on_events() argument777 *wait_result = KFD_WAIT_COMPLETE; in kfd_wait_on_events()779 *wait_result = KFD_WAIT_ERROR; in kfd_wait_on_events()784 *wait_result = KFD_WAIT_TIMEOUT; in kfd_wait_on_events()804 *wait_result = KFD_WAIT_ERROR; in kfd_wait_on_events()
858 enum kfd_event_wait_result wait_result; in kfd_ioctl_wait_events() local864 args->timeout, &wait_result); in kfd_ioctl_wait_events()866 args->wait_result = wait_result; in kfd_ioctl_wait_events()
719 enum kfd_event_wait_result *wait_result);