Home
last modified time | relevance | path

Searched defs:inst (Results 1 – 25 of 825) sorted by relevance

12345678910>>...33

/Linux-v6.6/arch/powerpc/include/asm/
Ddisassemble.h14 static inline unsigned int get_op(u32 inst) in get_op()
19 static inline unsigned int get_xop(u32 inst) in get_xop()
24 static inline unsigned int get_sprn(u32 inst) in get_sprn()
29 static inline unsigned int get_dcrn(u32 inst) in get_dcrn()
34 static inline unsigned int get_tmrn(u32 inst) in get_tmrn()
39 static inline unsigned int get_rt(u32 inst) in get_rt()
44 static inline unsigned int get_rs(u32 inst) in get_rs()
49 static inline unsigned int get_ra(u32 inst) in get_ra()
54 static inline unsigned int get_rb(u32 inst) in get_rb()
59 static inline unsigned int get_rc(u32 inst) in get_rc()
[all …]
/Linux-v6.6/drivers/media/platform/qcom/venus/
Dhfi_parser.h15 static inline u32 get_cap(struct venus_inst *inst, u32 type, u32 which) in get_cap()
50 static inline u32 cap_min(struct venus_inst *inst, u32 type) in cap_min()
55 static inline u32 cap_max(struct venus_inst *inst, u32 type) in cap_max()
60 static inline u32 cap_step(struct venus_inst *inst, u32 type) in cap_step()
65 static inline u32 frame_width_min(struct venus_inst *inst) in frame_width_min()
70 static inline u32 frame_width_max(struct venus_inst *inst) in frame_width_max()
75 static inline u32 frame_width_step(struct venus_inst *inst) in frame_width_step()
80 static inline u32 frame_height_min(struct venus_inst *inst) in frame_height_min()
85 static inline u32 frame_height_max(struct venus_inst *inst) in frame_height_max()
90 static inline u32 frame_height_step(struct venus_inst *inst) in frame_height_step()
[all …]
Dvdec.c117 find_format(struct venus_inst *inst, u32 pixfmt, u32 type) in find_format()
147 find_format_by_index(struct venus_inst *inst, unsigned int index, u32 type) in find_format_by_index()
185 vdec_try_fmt_common(struct venus_inst *inst, struct v4l2_format *f) in vdec_try_fmt_common()
243 struct venus_inst *inst = to_inst(file); in vdec_try_fmt() local
250 static int vdec_check_src_change(struct venus_inst *inst) in vdec_check_src_change()
286 struct venus_inst *inst = to_inst(file); in vdec_g_fmt() local
323 struct venus_inst *inst = to_inst(file); in vdec_s_fmt() local
397 struct venus_inst *inst = to_inst(file); in vdec_g_selection() local
447 struct venus_inst *inst = to_inst(file); in vdec_enum_fmt() local
464 struct venus_inst *inst = to_inst(file); in vdec_s_parm() local
[all …]
Dvenc.c68 find_format(struct venus_inst *inst, u32 pixfmt, u32 type) in find_format()
90 find_format_by_index(struct venus_inst *inst, unsigned int index, u32 type) in find_format_by_index()
156 struct venus_inst *inst = to_inst(file); in venc_enum_fmt() local
172 venc_try_fmt_common(struct venus_inst *inst, struct v4l2_format *f) in venc_try_fmt_common()
226 struct venus_inst *inst = to_inst(file); in venc_try_fmt() local
235 struct venus_inst *inst = to_inst(file); in venc_s_fmt() local
305 struct venus_inst *inst = to_inst(file); in venc_g_fmt() local
337 struct venus_inst *inst = to_inst(file); in venc_g_selection() local
365 struct venus_inst *inst = to_inst(file); in venc_s_selection() local
393 struct venus_inst *inst = to_inst(file); in venc_s_parm() local
[all …]
Dhelpers.c41 bool venus_helper_check_codec(struct venus_inst *inst, u32 v4l2_pixfmt) in venus_helper_check_codec()
93 static void free_dpb_buf(struct venus_inst *inst, struct intbuf *buf) in free_dpb_buf()
103 int venus_helper_queue_dpb_bufs(struct venus_inst *inst) in venus_helper_queue_dpb_bufs()
145 int venus_helper_free_dpb_bufs(struct venus_inst *inst) in venus_helper_free_dpb_bufs()
162 int venus_helper_alloc_dpb_bufs(struct venus_inst *inst) in venus_helper_alloc_dpb_bufs()
233 static int intbufs_set_buffer(struct venus_inst *inst, u32 type) in intbufs_set_buffer()
292 static int intbufs_unset_buffers(struct venus_inst *inst) in intbufs_unset_buffers()
340 int venus_helper_intbufs_alloc(struct venus_inst *inst) in venus_helper_intbufs_alloc()
371 int venus_helper_intbufs_free(struct venus_inst *inst) in venus_helper_intbufs_free()
377 int venus_helper_intbufs_realloc(struct venus_inst *inst) in venus_helper_intbufs_realloc()
[all …]
Dhfi.c164 static int wait_session_msg(struct venus_inst *inst) in wait_session_msg()
178 int hfi_session_create(struct venus_inst *inst, const struct hfi_inst_ops *ops) in hfi_session_create()
214 int hfi_session_init(struct venus_inst *inst, u32 pixfmt) in hfi_session_init()
252 void hfi_session_destroy(struct venus_inst *inst) in hfi_session_destroy()
264 int hfi_session_deinit(struct venus_inst *inst) in hfi_session_deinit()
295 int hfi_session_start(struct venus_inst *inst) in hfi_session_start()
322 int hfi_session_stop(struct venus_inst *inst) in hfi_session_stop()
349 int hfi_session_continue(struct venus_inst *inst) in hfi_session_continue()
363 int hfi_session_abort(struct venus_inst *inst) in hfi_session_abort()
385 int hfi_session_load_res(struct venus_inst *inst) in hfi_session_load_res()
[all …]
Dhfi_msgs.c22 static void event_seq_changed(struct venus_core *core, struct venus_inst *inst, in event_seq_changed()
131 struct venus_inst *inst, in event_release_buffer_ref()
162 event_session_error(struct venus_core *core, struct venus_inst *inst, in event_session_error()
192 static void hfi_event_notify(struct venus_core *core, struct venus_inst *inst, in hfi_event_notify()
220 static void hfi_sys_init_done(struct venus_core *core, struct venus_inst *inst, in hfi_sys_init_done()
301 struct venus_inst *inst, void *packet) in hfi_sys_property_info()
322 struct venus_inst *inst, in hfi_sys_rel_resource_done()
331 static void hfi_sys_ping_done(struct venus_core *core, struct venus_inst *inst, in hfi_sys_ping_done()
344 static void hfi_sys_idle_done(struct venus_core *core, struct venus_inst *inst, in hfi_sys_idle_done()
351 struct venus_inst *inst, void *packet) in hfi_sys_pc_prepare_done()
[all …]
/Linux-v6.6/drivers/media/platform/amphion/
Dvdec.c194 struct vpu_inst *inst = ctrl_to_inst(ctrl); in vdec_op_s_ctrl() local
220 static int vdec_ctrl_init(struct vpu_inst *inst) in vdec_ctrl_init()
263 static void vdec_handle_resolution_change(struct vpu_inst *inst) in vdec_handle_resolution_change()
285 static int vdec_update_state(struct vpu_inst *inst, enum vpu_codec_state state, u32 force) in vdec_update_state()
311 static void vdec_set_last_buffer_dequeued(struct vpu_inst *inst) in vdec_set_last_buffer_dequeued()
337 struct vpu_inst *inst = to_inst(file); in vdec_enum_fmt() local
366 struct vpu_inst *inst = to_inst(file); in vdec_g_fmt() local
397 struct vpu_inst *inst = to_inst(file); in vdec_try_fmt() local
428 static int vdec_s_fmt_common(struct vpu_inst *inst, struct v4l2_format *f) in vdec_s_fmt_common()
503 struct vpu_inst *inst = to_inst(file); in vdec_s_fmt() local
[all …]
Dvpu_v4l2.c27 void vpu_inst_lock(struct vpu_inst *inst) in vpu_inst_lock()
32 void vpu_inst_unlock(struct vpu_inst *inst) in vpu_inst_unlock()
66 void vpu_v4l2_set_error(struct vpu_inst *inst) in vpu_v4l2_set_error()
77 int vpu_notify_eos(struct vpu_inst *inst) in vpu_notify_eos()
90 int vpu_notify_source_change(struct vpu_inst *inst) in vpu_notify_source_change()
103 int vpu_set_last_buffer_dequeued(struct vpu_inst *inst, bool eos) in vpu_set_last_buffer_dequeued()
124 bool vpu_is_source_empty(struct vpu_inst *inst) in vpu_is_source_empty()
137 static int vpu_init_format(struct vpu_inst *inst, struct vpu_format *fmt) in vpu_init_format()
179 static int vpu_calc_fmt_sizeimage(struct vpu_inst *inst, struct vpu_format *fmt) in vpu_calc_fmt_sizeimage()
229 int vpu_try_fmt_common(struct vpu_inst *inst, struct v4l2_format *f, struct vpu_format *fmt) in vpu_try_fmt_common()
[all …]
Dvpu_msgs.c28 static void vpu_session_handle_start_done(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_start_done()
33 static void vpu_session_handle_mem_request(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_mem_request()
57 static void vpu_session_handle_stop_done(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_stop_done()
64 static void vpu_session_handle_seq_hdr(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_seq_hdr()
76 static void vpu_session_handle_resolution_change(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_resolution_change()
81 static void vpu_session_handle_enc_frame_done(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_enc_frame_done()
91 static void vpu_session_handle_frame_request(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_frame_request()
99 static void vpu_session_handle_frame_release(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_frame_release()
117 static void vpu_session_handle_input_done(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_input_done()
123 static void vpu_session_handle_pic_decoded(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_pic_decoded()
[all …]
Dvpu_cmds.c80 static struct vpu_cmd_t *vpu_alloc_cmd(struct vpu_inst *inst, u32 id, void *data) in vpu_alloc_cmd()
122 static int vpu_session_process_cmd(struct vpu_inst *inst, struct vpu_cmd_t *cmd) in vpu_session_process_cmd()
139 static void vpu_process_cmd_request(struct vpu_inst *inst) in vpu_process_cmd_request()
160 static int vpu_request_cmd(struct vpu_inst *inst, u32 id, void *data, in vpu_request_cmd()
187 static void vpu_clear_pending(struct vpu_inst *inst) in vpu_clear_pending()
213 int vpu_response_cmd(struct vpu_inst *inst, u32 response, u32 handled) in vpu_response_cmd()
231 void vpu_clear_request(struct vpu_inst *inst) in vpu_clear_request()
247 static bool check_is_responsed(struct vpu_inst *inst, unsigned long key) in check_is_responsed()
271 static int sync_session_response(struct vpu_inst *inst, unsigned long key, long timeout, int try) in sync_session_response()
312 static int vpu_session_send_cmd(struct vpu_inst *inst, u32 id, void *data) in vpu_session_send_cmd()
[all …]
Dvenc.c105 struct vpu_inst *inst = to_inst(file); in venc_enum_fmt() local
121 struct vpu_inst *inst = to_inst(file); in venc_enum_framesizes() local
146 struct vpu_inst *inst = to_inst(file); in venc_enum_frameintervals() local
178 struct vpu_inst *inst = to_inst(file); in venc_g_fmt() local
207 struct vpu_inst *inst = to_inst(file); in venc_try_fmt() local
217 struct vpu_inst *inst = to_inst(file); in venc_s_fmt() local
269 struct vpu_inst *inst = to_inst(file); in venc_g_parm() local
293 struct vpu_inst *inst = to_inst(file); in venc_s_parm() local
332 struct vpu_inst *inst = to_inst(file); in venc_g_selection() local
386 struct vpu_inst *inst = to_inst(file); in venc_s_selection() local
[all …]
/Linux-v6.6/arch/arm/vfp/
Dvfpinstr.h10 #define INST_CPRTDO(inst) (((inst) & 0x0f000000) == 0x0e000000) argument
11 #define INST_CPRT(inst) ((inst) & (1 << 4)) argument
12 #define INST_CPRT_L(inst) ((inst) & (1 << 20)) argument
13 #define INST_CPRT_Rd(inst) (((inst) & (15 << 12)) >> 12) argument
14 #define INST_CPRT_OP(inst) (((inst) >> 21) & 7) argument
15 #define INST_CPNUM(inst) ((inst) & 0xf00) argument
30 #define FOP_TO_IDX(inst) ((inst & 0x00b00000) >> 20 | (inst & (1 << 6)) >> 4) argument
49 #define FEXT_TO_IDX(inst) ((inst & 0x000f0000) >> 15 | (inst & (1 << 7)) >> 7) argument
51 #define vfp_get_sd(inst) ((inst & 0x0000f000) >> 11 | (inst & (1 << 22)) >> 22) argument
52 #define vfp_get_dd(inst) ((inst & 0x0000f000) >> 12 | (inst & (1 << 22)) >> 18) argument
[all …]
/Linux-v6.6/arch/arm/mach-omap2/
Dcm33xx.c43 static inline u32 am33xx_cm_read_reg(u16 inst, u16 idx) in am33xx_cm_read_reg()
49 static inline void am33xx_cm_write_reg(u32 val, u16 inst, u16 idx) in am33xx_cm_write_reg()
55 static inline u32 am33xx_cm_rmw_reg_bits(u32 mask, u32 bits, s16 inst, s16 idx) in am33xx_cm_rmw_reg_bits()
67 static inline u32 am33xx_cm_read_reg_bits(u16 inst, s16 idx, u32 mask) in am33xx_cm_read_reg_bits()
86 static u32 _clkctrl_idlest(u16 inst, u16 clkctrl_offs) in _clkctrl_idlest()
102 static bool _is_module_ready(u16 inst, u16 clkctrl_offs) in _is_module_ready()
121 static void _clktrctrl_write(u8 c, u16 inst, u16 cdoffs) in _clktrctrl_write()
141 static bool am33xx_cm_is_clkdm_in_hwsup(u16 inst, u16 cdoffs) in am33xx_cm_is_clkdm_in_hwsup()
160 static void am33xx_cm_clkdm_enable_hwsup(u16 inst, u16 cdoffs) in am33xx_cm_clkdm_enable_hwsup()
174 static void am33xx_cm_clkdm_disable_hwsup(u16 inst, u16 cdoffs) in am33xx_cm_clkdm_disable_hwsup()
[all …]
Dcminst44xx.c85 static u32 _clkctrl_idlest(u8 part, u16 inst, u16 clkctrl_offs) in _clkctrl_idlest()
102 static bool _is_module_ready(u8 part, u16 inst, u16 clkctrl_offs) in _is_module_ready()
113 static u32 omap4_cminst_read_inst_reg(u8 part, u16 inst, u16 idx) in omap4_cminst_read_inst_reg()
122 static void omap4_cminst_write_inst_reg(u32 val, u8 part, u16 inst, u16 idx) in omap4_cminst_write_inst_reg()
131 static u32 omap4_cminst_rmw_inst_reg_bits(u32 mask, u32 bits, u8 part, u16 inst, in omap4_cminst_rmw_inst_reg_bits()
144 static u32 omap4_cminst_set_inst_reg_bits(u32 bits, u8 part, u16 inst, s16 idx) in omap4_cminst_set_inst_reg_bits()
149 static u32 omap4_cminst_clear_inst_reg_bits(u32 bits, u8 part, u16 inst, in omap4_cminst_clear_inst_reg_bits()
155 static u32 omap4_cminst_read_inst_reg_bits(u8 part, u16 inst, s16 idx, u32 mask) in omap4_cminst_read_inst_reg_bits()
180 static void _clktrctrl_write(u8 c, u8 part, u16 inst, u16 cdoffs) in _clktrctrl_write()
199 static bool omap4_cminst_is_clkdm_in_hwsup(u8 part, u16 inst, u16 cdoffs) in omap4_cminst_is_clkdm_in_hwsup()
[all …]
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Dsoc15_common.h28 #define GET_INST(ip, inst) \ argument
36 #define SOC15_REG_OFFSET(ip, inst, reg) (adev->reg_offset[ip##_HWIP][inst][reg##_BASE_IDX] + reg) argument
37 #define SOC15_REG_OFFSET1(ip, inst, reg, offset) \ argument
40 #define __WREG32_SOC15_RLC__(reg, value, flag, hwip, inst) \ argument
45 #define __RREG32_SOC15_RLC__(reg, flag, hwip, inst) \ argument
66 #define RREG32_SOC15(ip, inst, reg) \ argument
74 #define RREG32_SOC15_NO_KIQ(ip, inst, reg) \ argument
78 #define RREG32_SOC15_OFFSET(ip, inst, reg, offset) \ argument
82 #define WREG32_SOC15(ip, inst, reg, value) \ argument
92 #define WREG32_SOC15_NO_KIQ(ip, inst, reg, value) \ argument
[all …]
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv04.c445 nv04_gr_set_ctx1(struct nvkm_device *device, u32 inst, u32 mask, u32 value) in nv04_gr_set_ctx1()
460 nv04_gr_set_ctx_val(struct nvkm_device *device, u32 inst, u32 mask, u32 value) in nv04_gr_set_ctx_val()
508 nv04_gr_mthd_set_operation(struct nvkm_device *device, u32 inst, u32 data) in nv04_gr_mthd_set_operation()
523 nv04_gr_mthd_surf3d_clip_h(struct nvkm_device *device, u32 inst, u32 data) in nv04_gr_mthd_surf3d_clip_h()
541 nv04_gr_mthd_surf3d_clip_v(struct nvkm_device *device, u32 inst, u32 data) in nv04_gr_mthd_surf3d_clip_v()
559 nv04_gr_mthd_bind_class(struct nvkm_device *device, u32 inst) in nv04_gr_mthd_bind_class()
565 nv04_gr_mthd_bind_surf2d(struct nvkm_device *device, u32 inst, u32 data) in nv04_gr_mthd_bind_surf2d()
581 nv04_gr_mthd_bind_surf2d_swzsurf(struct nvkm_device *device, u32 inst, u32 data) in nv04_gr_mthd_bind_surf2d_swzsurf()
601 nv01_gr_mthd_bind_patt(struct nvkm_device *device, u32 inst, u32 data) in nv01_gr_mthd_bind_patt()
615 nv04_gr_mthd_bind_patt(struct nvkm_device *device, u32 inst, u32 data) in nv04_gr_mthd_bind_patt()
[all …]
/Linux-v6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/
Dvdec_vp9_if.c206 static bool vp9_is_sf_ref_fb(struct vdec_vp9_inst *inst, struct vdec_fb *fb) in vp9_is_sf_ref_fb()
218 static struct vdec_fb *vp9_rm_from_fb_use_list(struct vdec_vp9_inst in vp9_rm_from_fb_use_list()
236 static void vp9_add_to_fb_free_list(struct vdec_vp9_inst *inst, in vp9_add_to_fb_free_list()
262 static void vp9_ref_cnt_fb(struct vdec_vp9_inst *inst, int *idx, in vp9_ref_cnt_fb()
289 static void vp9_free_all_sf_ref_fb(struct vdec_vp9_inst *inst) in vp9_free_all_sf_ref_fb()
310 static int vp9_get_sf_ref_fb(struct vdec_vp9_inst *inst) in vp9_get_sf_ref_fb()
360 static bool vp9_alloc_work_buf(struct vdec_vp9_inst *inst) in vp9_alloc_work_buf()
430 static bool vp9_add_to_fb_disp_list(struct vdec_vp9_inst *inst, in vp9_add_to_fb_disp_list()
454 static void vp9_swap_frm_bufs(struct vdec_vp9_inst *inst) in vp9_swap_frm_bufs()
533 static bool vp9_wait_dec_end(struct vdec_vp9_inst *inst) in vp9_wait_dec_end()
[all …]
Dvdec_vp8_if.c165 static void get_hw_reg_base(struct vdec_vp8_inst *inst) in get_hw_reg_base()
177 static void write_hw_segmentation_data(struct vdec_vp8_inst *inst) in write_hw_segmentation_data()
198 static void read_hw_segmentation_data(struct vdec_vp8_inst *inst) in read_hw_segmentation_data()
220 static void enable_hw_rw_function(struct vdec_vp8_inst *inst) in enable_hw_rw_function()
246 static void store_dec_table(struct vdec_vp8_inst *inst) in store_dec_table()
263 static void load_dec_table(struct vdec_vp8_inst *inst) in load_dec_table()
280 static void get_pic_info(struct vdec_vp8_inst *inst, struct vdec_pic_info *pic) in get_pic_info()
290 static void vp8_dec_finish(struct vdec_vp8_inst *inst) in vp8_dec_finish()
325 static void move_fb_list_use_to_free(struct vdec_vp8_inst *inst) in move_fb_list_use_to_free()
333 static void init_list(struct vdec_vp8_inst *inst) in init_list()
[all …]
Dvdec_h264_req_if.c96 static int get_vdec_decode_parameters(struct vdec_h264_slice_inst *inst) in get_vdec_decode_parameters()
157 static int allocate_predication_buf(struct vdec_h264_slice_inst *inst) in allocate_predication_buf()
172 static void free_predication_buf(struct vdec_h264_slice_inst *inst) in free_predication_buf()
181 static int alloc_mv_buf(struct vdec_h264_slice_inst *inst, in alloc_mv_buf()
206 static void free_mv_buf(struct vdec_h264_slice_inst *inst) in free_mv_buf()
219 static void get_pic_info(struct vdec_h264_slice_inst *inst, in get_pic_info()
254 static void get_crop_info(struct vdec_h264_slice_inst *inst, struct v4l2_rect *cr) in get_crop_info()
265 static void get_dpb_size(struct vdec_h264_slice_inst *inst, unsigned int *dpb_sz) in get_dpb_size()
273 struct vdec_h264_slice_inst *inst; in vdec_h264_slice_init() local
320 struct vdec_h264_slice_inst *inst = h_vdec; in vdec_h264_slice_deinit() local
[all …]
Dvdec_h264_if.c139 static int allocate_predication_buf(struct vdec_h264_inst *inst) in allocate_predication_buf()
154 static void free_predication_buf(struct vdec_h264_inst *inst) in free_predication_buf()
164 static int alloc_mv_buf(struct vdec_h264_inst *inst, struct vdec_pic_info *pic) in alloc_mv_buf()
187 static void free_mv_buf(struct vdec_h264_inst *inst) in free_mv_buf()
200 static int check_list_validity(struct vdec_h264_inst *inst, bool disp_list) in check_list_validity()
218 static void put_fb_to_free(struct vdec_h264_inst *inst, struct vdec_fb *fb) in put_fb_to_free()
242 static void get_pic_info(struct vdec_h264_inst *inst, in get_pic_info()
251 static void get_crop_info(struct vdec_h264_inst *inst, struct v4l2_rect *cr) in get_crop_info()
262 static void get_dpb_size(struct vdec_h264_inst *inst, unsigned int *dpb_sz) in get_dpb_size()
270 struct vdec_h264_inst *inst = NULL; in vdec_h264_init() local
[all …]
/Linux-v6.6/arch/powerpc/kernel/
Dkvm.c71 static void __init kvm_patch_ins(u32 *inst, u32 new_inst) in kvm_patch_ins()
77 static void __init kvm_patch_ins_ll(u32 *inst, long addr, u32 rt) in kvm_patch_ins_ll()
86 static void __init kvm_patch_ins_ld(u32 *inst, long addr, u32 rt) in kvm_patch_ins_ld()
95 static void __init kvm_patch_ins_lwz(u32 *inst, long addr, u32 rt) in kvm_patch_ins_lwz()
100 static void __init kvm_patch_ins_std(u32 *inst, long addr, u32 rt) in kvm_patch_ins_std()
109 static void __init kvm_patch_ins_stw(u32 *inst, long addr, u32 rt) in kvm_patch_ins_stw()
114 static void __init kvm_patch_ins_nop(u32 *inst) in kvm_patch_ins_nop()
119 static void __init kvm_patch_ins_b(u32 *inst, int addr) in kvm_patch_ins_b()
155 static void __init kvm_patch_ins_mtmsrd(u32 *inst, u32 rt) in kvm_patch_ins_mtmsrd()
208 static void __init kvm_patch_ins_mtmsr(u32 *inst, u32 rt) in kvm_patch_ins_mtmsr()
[all …]
/Linux-v6.6/drivers/soc/mediatek/
Dmtk-cmdq-helper.c153 struct cmdq_instruction inst) in cmdq_pkt_append_command()
181 struct cmdq_instruction inst; in cmdq_pkt_write() local
195 struct cmdq_instruction inst = { {0} }; in cmdq_pkt_write_mask() local
217 struct cmdq_instruction inst = {}; in cmdq_pkt_read_s() local
232 struct cmdq_instruction inst = {}; in cmdq_pkt_write_s() local
247 struct cmdq_instruction inst = {}; in cmdq_pkt_write_s_mask() local
270 struct cmdq_instruction inst = {}; in cmdq_pkt_write_s_value() local
284 struct cmdq_instruction inst = {}; in cmdq_pkt_write_s_mask_value() local
304 struct cmdq_instruction inst = { {0} }; in cmdq_pkt_wfe() local
320 struct cmdq_instruction inst = { {0} }; in cmdq_pkt_clear_event() local
[all …]
/Linux-v6.6/drivers/phy/mediatek/
Dphy-mtk-xsphy.c110 struct xsphy_instance *inst) in u2_phy_slew_rate_calibrate()
168 struct xsphy_instance *inst) in u2_phy_instance_init()
179 struct xsphy_instance *inst) in u2_phy_instance_power_on()
194 struct xsphy_instance *inst) in u2_phy_instance_power_off()
209 struct xsphy_instance *inst, in u2_phy_instance_set_mode()
233 struct xsphy_instance *inst) in phy_parse_property()
269 struct xsphy_instance *inst) in u2_phy_props_set()
291 struct xsphy_instance *inst) in u3_phy_props_set()
310 struct xsphy_instance *inst = phy_get_drvdata(phy); in mtk_phy_init() local
339 struct xsphy_instance *inst = phy_get_drvdata(phy); in mtk_phy_power_on() local
[all …]
/Linux-v6.6/net/netfilter/
Dnfnetlink_log.c109 struct nfulnl_instance *inst; in __instance_lookup() local
120 instance_get(struct nfulnl_instance *inst) in instance_get()
128 struct nfulnl_instance *inst; in instance_lookup_get_rcu() local
140 struct nfulnl_instance *inst; in instance_lookup_get() local
151 struct nfulnl_instance *inst = in nfulnl_instance_free_rcu() local
160 instance_put(struct nfulnl_instance *inst) in instance_put()
172 struct nfulnl_instance *inst; in instance_create() local
229 __instance_destroy(struct nfulnl_instance *inst) in __instance_destroy()
251 struct nfulnl_instance *inst) in instance_destroy()
259 nfulnl_set_mode(struct nfulnl_instance *inst, u_int8_t mode, in nfulnl_set_mode()
[all …]

12345678910>>...33