Home
last modified time | relevance | path

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

/linux/drivers/platform/raspberrypi/vchiq-interface/ !
H A Dvchiq_core.c78 #define VCHIQ_MSGID_CLAIMED 0x40000000 macro
1266 if (((msgid & VCHIQ_MSGID_CLAIMED) == 0) || (service && service->closing)) { in release_slot()
1272 header->msgid = msgid & ~VCHIQ_MSGID_CLAIMED; in release_slot()
2057 header->msgid = msgid | VCHIQ_MSGID_CLAIMED; in parse_message()
2928 if ((port == service->localport) && (msgid & VCHIQ_MSGID_CLAIMED)) { in release_service_messages()
3664 if (msgid & VCHIQ_MSGID_CLAIMED) { in vchiq_release_message()