Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.c503 (service->public_fourcc == fourcc) && in get_listening_service()
1354 service->public_fourcc = in poll_services()
2625 service->public_fourcc = (srvstate == VCHIQ_SRVSTATE_OPENING) ? in vchiq_add_service_internal()
2676 else if ((srv->public_fourcc == params->fourcc) in vchiq_add_service_internal()
2859 int is_server = (service->public_fourcc != VCHIQ_FOURCC_INVALID); in close_service_complete()
2922 int is_server = (service->public_fourcc != VCHIQ_FOURCC_INVALID); in vchiq_close_service_internal()
3275 service->public_fourcc = VCHIQ_FOURCC_INVALID; in vchiq_remove_service()
3816 if (service->public_fourcc != VCHIQ_FOURCC_INVALID) in vchiq_dump_service_state()
Dvchiq_core.h292 int public_fourcc; member