Searched refs:args32 (Results 1 – 1 of 1) sorted by relevance
527 VCHIQ_CREATE_SERVICE32_T args32; in vchiq_ioctl()528 memcpy(&args32, (const void*)arg, sizeof(args32)); in vchiq_ioctl()529 args.params.fourcc = args32.params.fourcc; in vchiq_ioctl()532 (VCHIQ_CALLBACK_T)(uintptr_t) args32.params.callback; in vchiq_ioctl()533 args.params.userdata = (void*)(uintptr_t)args32.params.userdata; in vchiq_ioctl()534 args.params.version = args32.params.version; in vchiq_ioctl()535 args.params.version_min = args32.params.version_min; in vchiq_ioctl()536 args.is_open = args32.is_open; in vchiq_ioctl()537 args.is_vchi = args32.is_vchi; in vchiq_ioctl()538 args.handle = args32.handle; in vchiq_ioctl()[all …]