Home
last modified time | relevance | path

Searched refs:fourcc (Results 1 – 6 of 6) 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()
508 get_listening_service(VCHIQ_STATE_T *state, int fourcc) in get_listening_service() argument
512 WARN_ON(fourcc == VCHIQ_FOURCC_INVALID); in get_listening_service()
517 (service->public_fourcc == fourcc) && in get_listening_service()
1040 ? service->base.fourcc in queue_message()
1145 ? service->base.fourcc in queue_message_sync()
1433 service->base.fourcc), in resolve_bulks()
1444 service->base.fourcc), in resolve_bulks()
1490 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.c630 args.params.fourcc = args32.params.fourcc; in vchiq_ioctl()
813 service->base.fourcc), in vchiq_ioctl()
1987 .fourcc = VCHIQ_MAKE_FOURCC('K', 'E', 'E', 'P'), in vchiq_keepalive_thread_func()
2427 service_ptr->base.fourcc), in output_timeout_error()
2721 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc), in vchiq_use_internal()
2849 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc), in vchiq_release_internal()
2994 int fourcc; in vchiq_dump_service_use_state() member
3020 service_data[j].fourcc = service_ptr->base.fourcc; in vchiq_dump_service_use_state()
3045 VCHIQ_FOURCC_AS_4CHARS(service_data[i].fourcc), in vchiq_dump_service_use_state()
3080 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc), in vchiq_check_service()
H A Dvchiq_ioctl.h182 int fourcc; member
H A Dvchiq_shim.c609 params.fourcc = setup->service_id; in vchi_service_open()
642 params.fourcc = setup->service_id; in vchi_service_create()