Searched refs:fourcc (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_core.h | 123 #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 D | vchiq_core.c | 59 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() 986 ? service->base.fourcc in queue_message() 1100 ? service->base.fourcc in queue_message_sync() 1383 service->base.fourcc), in resolve_bulks() 1394 service->base.fourcc), in resolve_bulks() 1440 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc), in abort_outstanding_bulks() [all …]
|
| H A D | vchiq_if.h | 102 int fourcc; member 108 int fourcc; member
|
| H A D | vchiq_arm.c | 529 args.params.fourcc = args32.params.fourcc; in vchiq_ioctl() 712 service->base.fourcc), in vchiq_ioctl() 1886 .fourcc = VCHIQ_MAKE_FOURCC('K', 'E', 'E', 'P'), in vchiq_keepalive_thread_func() 2326 service_ptr->base.fourcc), in output_timeout_error() 2620 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc), in vchiq_use_internal() 2748 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc), in vchiq_release_internal() 2893 int fourcc; in vchiq_dump_service_use_state() member 2919 service_data[j].fourcc = service_ptr->base.fourcc; in vchiq_dump_service_use_state() 2944 VCHIQ_FOURCC_AS_4CHARS(service_data[i].fourcc), in vchiq_dump_service_use_state() 2979 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc), in vchiq_check_service()
|
| H A D | vchiq_ioctl.h | 182 int fourcc; member
|
| H A D | vchiq_shim.c | 643 params.fourcc = setup->service_id; in vchi_service_open() 676 params.fourcc = setup->service_id; in vchi_service_create()
|