Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.c142 case VCHIQ_MSG_CLOSE: return "CLOSE"; in msg_type_str()
1045 if (service && (type == VCHIQ_MSG_CLOSE)) in queue_message()
1664 VCHIQ_MAKE_MSG(VCHIQ_MSG_CLOSE, 0, VCHIQ_MSG_SRCPORT(msgid)), in parse_open()
1729 case VCHIQ_MSG_CLOSE: in parse_rx_slots()
1740 (type == VCHIQ_MSG_CLOSE)) { in parse_rx_slots()
1823 case VCHIQ_MSG_CLOSE: in parse_rx_slots()
2963 (VCHIQ_MSG_CLOSE, in vchiq_close_service_internal()
2984 (VCHIQ_MSG_CLOSE, in vchiq_close_service_internal()
Dvchiq_core.h99 #define VCHIQ_MSG_CLOSE 4 /* + (srcport, dstport) */ macro