HomeSort by: relevance | last modified time | path
    Searched defs:service_flags (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.c 1290 uint32_t service_flags; local in function:poll_services
1294 service_flags =
1296 if (service_flags &
1314 } else if (service_flags &
1326 if (service_flags & (1 << VCHIQ_POLL_TXNOTIFY))
1330 if (service_flags & (1 << VCHIQ_POLL_RXNOTIFY))
vchiq_core.c 1290 uint32_t service_flags; local in function:poll_services
1294 service_flags =
1296 if (service_flags &
1314 } else if (service_flags &
1326 if (service_flags & (1 << VCHIQ_POLL_TXNOTIFY))
1330 if (service_flags & (1 << VCHIQ_POLL_RXNOTIFY))

Completed in 65 milliseconds