Home
last modified time | relevance | path

Searched refs:get_param (Results 1 - 25 of 48) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/
H A Dvdec_drv_base.h31 * (*get_param)() - get driver's parameter
36 int (*get_param)(void *h_vdec, enum vdec_get_param_type type, member
H A Dvdec_drv_if.c91 ret = ctx->dec_if->get_param(ctx->drv_handle, type, out); in vdec_if_get_param()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_drv_base.h31 * (*get_param)() - get driver's parameter
36 int (*get_param)(void *h_vdec, enum vdec_get_param_type type, member
H A Dvdec_drv_if.c112 ret = ctx->dec_if->get_param(ctx->drv_handle, type, out); in vdec_if_get_param()
/base/msdp/device_status/rust/ipc/service/src/
H A Dlib.rs68 fn get_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut BorrowedMsgParcel<'_>) -> FusionResult<()>; in get_param() functions
111 info!(LOG_LABEL, "Call stub.get_param()");
112 stub.get_param(intention, id, data, reply)
222 fn get_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, in get_param() functions
224 call_debug_enter!("FusionIpcProxy::get_param"); in get_param()
/base/msdp/device_status/rust/data/sys/src/
H A Dplugin_manager.rs51 fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel) -> FusionResult<()>; in get_param() functions
/base/msdp/device_status/rust/ipc/server/src/
H A Dfusion_ipc_delegator.rs172 fn get_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in get_param() functions
174 call_debug_enter!("FusionIpcDelegator::get_param"); in get_param()
179 info!(LOG_LABEL, "Call plugin.get_param()"); in get_param()
180 plugin.get_param(&context, id, data, reply) in get_param()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H A Dmsm_rd.c202 gpu->funcs->get_param(gpu, NULL, MSM_PARAM_GPU_ID, &val, &zero); in rd_open()
207 gpu->funcs->get_param(gpu, NULL, MSM_PARAM_CHIP_ID, &val, &zero); in rd_open()
H A Dmsm_gpu.h47 int (*get_param)(struct msm_gpu *gpu, struct msm_file_private *ctx, member
/base/msdp/device_status/rust/modules/basic/server/src/
H A Dlib.rs109 fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in get_param() functions
111 call_debug_enter!("FusionBasicServer::get_param"); in get_param()
/base/msdp/device_status/rust/modules/coordination/server/src/
H A Dlib.rs94 fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in get_param() functions
96 call_debug_enter!("FusionCoordinationServer::get_param"); in get_param()
/base/msdp/device_status/rust/modules/drag/server/src/
H A Dlib.rs126 fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in get_param() functions
128 call_debug_enter!("FusionDragServer::get_param"); in get_param()
/base/msdp/device_status/rust/ipc/client/src/
H A Dlib.rs247 pub fn get_param(&self, intention: Intention, id: u32, data: &dyn Serialize, in get_param() functions
249 call_debug_enter!("FusionIpcClient::get_param"); in get_param()
259 info!(LOG_LABEL, "Call proxy.get_param()");
260 self.0.get_param(intention, id, &borrowed_data_parcel, reply)
/base/msdp/device_status/rust/modules/coordination/client/src/
H A Dlib.rs141 debug!(LOG_LABEL, "Call ipc_client::get_param()"); in get_coordination_state()
142 ipc_client.get_param(Intention::Coordination, 0u32, &param, &mut borrowed_reply_parcel)?; in get_coordination_state()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dcong.c373 static ssize_t get_param(struct file *filp, char __user *buf, size_t count, in get_param() function
397 .read = get_param,
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dcong.c395 static ssize_t get_param(struct file *filp, char __user *buf, size_t count, in get_param() function
419 .read = get_param,
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
H A Dmsm_gpu.h45 int (*get_param)(struct msm_gpu *gpu, uint32_t param, uint64_t *value); member
H A Dmsm_rd.c200 gpu->funcs->get_param(gpu, MSM_PARAM_GPU_ID, &val); in rd_open()
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/vdec/
H A Dvdec_h264_if.c501 .get_param = vdec_h264_get_param,
H A Dvdec_vp8_if.c614 .get_param = vdec_vp8_get_param,
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_if.c442 .get_param = vdec_h264_slice_get_param,
H A Dvdec_vp8_req_if.c431 .get_param = vdec_vp8_slice_get_param,
H A Dvdec_h264_if.c492 .get_param = vdec_h264_get_param,
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/
H A Da3xx_gpu.c489 .get_param = adreno_get_param,
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/
H A Dpanfrost_drv.c514 PANFROST_IOCTL(GET_PARAM, get_param, DRM_RENDER_ALLOW),

Completed in 13 milliseconds

12