Home
last modified time | relevance | path

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

/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.h123 #define VCHIQ_FOURCC_AS_4CHARS(fourcc) \ argument
124 ((fourcc) >> 24) & 0xff, \
125 ((fourcc) >> 16) & 0xff, \
126 ((fourcc) >> 8) & 0xff, \
127 (fourcc) & 0xff
140 #define VCHIQ_FOURCC_IS_LEGAL(fourcc) (fourcc != VCHIQ_FOURCC_INVALID) argument
H A Dvchiq_core.c59 int fourcc; member
356 return service ? service->base.fourcc : 0; in vchiq_get_service_fourcc()
495 get_listening_service(VCHIQ_STATE_T *state, int fourcc) in get_listening_service() argument
499 WARN_ON(fourcc == VCHIQ_FOURCC_INVALID); in get_listening_service()
504 (service->public_fourcc == fourcc) && in get_listening_service()
974 ? service->base.fourcc in queue_message()
1088 ? service->base.fourcc in queue_message_sync()
1374 service->base.fourcc), in resolve_bulks()
1385 service->base.fourcc), in resolve_bulks()
1431 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc), in abort_outstanding_bulks()
[all …]
H A Dvchiq_if.h102 int fourcc; member
108 int fourcc; member
H A Dvchiq_arm.c668 service->base.fourcc), in vchiq_ioctl()
1656 .fourcc = VCHIQ_MAKE_FOURCC('K', 'E', 'E', 'P'), in vchiq_keepalive_thread_func()
2096 service_ptr->base.fourcc), in output_timeout_error()
2390 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc), in vchiq_use_internal()
2518 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc), in vchiq_release_internal()
2663 int fourcc; in vchiq_dump_service_use_state() member
2689 service_data[j].fourcc = service_ptr->base.fourcc; in vchiq_dump_service_use_state()
2714 VCHIQ_FOURCC_AS_4CHARS(service_data[i].fourcc), in vchiq_dump_service_use_state()
2749 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc), in vchiq_check_service()
H A Dvchiq_shim.c643 params.fourcc = setup->service_id; in vchi_service_open()
676 params.fourcc = setup->service_id; in vchi_service_create()