Home
last modified time | relevance | path

Searched refs:wait_result (Results 1 – 4 of 4) sorted by relevance

/drivers/i2c/busses/
Di2c-wmt.c132 unsigned long wait_result; in wmt_i2c_write() local
180 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() local
270 wait_result = wait_for_completion_timeout(&i2c_dev->complete, in wmt_i2c_read()
273 if (!wait_result) in wmt_i2c_read()
/drivers/gpu/drm/amd/amdkfd/
Dkfd_events.c721 enum kfd_event_wait_result *wait_result) in kfd_wait_on_events() argument
777 *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()
Dkfd_chardev.c858 enum kfd_event_wait_result wait_result; in kfd_ioctl_wait_events() local
864 args->timeout, &wait_result); in kfd_ioctl_wait_events()
866 args->wait_result = wait_result; in kfd_ioctl_wait_events()
Dkfd_priv.h719 enum kfd_event_wait_result *wait_result);