HomeSort by: relevance | last modified time | path
    Searched refs:VCHIQ_RETRY (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.c 790 return VCHIQ_RETRY;
824 return VCHIQ_RETRY;
855 return VCHIQ_RETRY;
859 return VCHIQ_RETRY;
882 return VCHIQ_RETRY;
1021 return VCHIQ_RETRY;
1256 if (status == VCHIQ_RETRY)
1268 if (status == VCHIQ_RETRY)
1579 0) == VCHIQ_RETRY)
1588 0) == VCHIQ_RETRY)
    [all...]
vchiq_kern_lib.c 133 return VCHIQ_RETRY;
198 status = VCHIQ_RETRY;
437 if ((status != VCHIQ_RETRY) || fatal_signal_pending(current) ||
vchiq_shim.c 175 /* vchiq_queue_message() may return VCHIQ_RETRY, so we need to
179 while (status == VCHIQ_RETRY) {
233 /* vchiq_bulk_receive() may return VCHIQ_RETRY, so we need to
237 while (status == VCHIQ_RETRY) {
293 /* vchiq_bulk_transmit() may return VCHIQ_RETRY, so we need to
297 while (status == VCHIQ_RETRY) {
vchiq_if.h 63 VCHIQ_RETRY = 1
vchiq_arm.c 249 return VCHIQ_RETRY;
361 return VCHIQ_RETRY;
577 ret = (status == VCHIQ_RETRY) ?
619 status = VCHIQ_RETRY;
649 status = VCHIQ_RETRY;
770 if ((status != VCHIQ_RETRY) || fatal_signal_pending(current) ||
1105 else if (status == VCHIQ_RETRY)
2102 ** Returns VCHIQ_SUCCESS if videocore suspended successfully, VCHIQ_RETRY if
2181 status = VCHIQ_RETRY;
2188 status = VCHIQ_RETRY;
    [all...]

Completed in 33 milliseconds