/Linux-v6.1/arch/powerpc/include/asm/ |
D | disassemble.h | 14 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.1/drivers/media/platform/qcom/venus/ |
D | hfi_parser.h | 15 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 …]
|
D | vdec.c | 99 find_format(struct venus_inst *inst, u32 pixfmt, u32 type) in find_format() 129 find_format_by_index(struct venus_inst *inst, unsigned int index, u32 type) in find_format_by_index() 167 vdec_try_fmt_common(struct venus_inst *inst, struct v4l2_format *f) in vdec_try_fmt_common() 220 struct venus_inst *inst = to_inst(file); in vdec_try_fmt() local 227 static int vdec_check_src_change(struct venus_inst *inst) in vdec_check_src_change() 263 struct venus_inst *inst = to_inst(file); in vdec_g_fmt() local 300 struct venus_inst *inst = to_inst(file); in vdec_s_fmt() local 374 struct venus_inst *inst = to_inst(file); in vdec_g_selection() local 424 struct venus_inst *inst = to_inst(file); in vdec_enum_fmt() local 441 struct venus_inst *inst = to_inst(file); in vdec_s_parm() local [all …]
|
D | venc.c | 63 find_format(struct venus_inst *inst, u32 pixfmt, u32 type) in find_format() 85 find_format_by_index(struct venus_inst *inst, unsigned int index, u32 type) in find_format_by_index() 151 struct venus_inst *inst = to_inst(file); in venc_enum_fmt() local 167 venc_try_fmt_common(struct venus_inst *inst, struct v4l2_format *f) in venc_try_fmt_common() 221 struct venus_inst *inst = to_inst(file); in venc_try_fmt() local 230 struct venus_inst *inst = to_inst(file); in venc_s_fmt() local 300 struct venus_inst *inst = to_inst(file); in venc_g_fmt() local 332 struct venus_inst *inst = to_inst(file); in venc_g_selection() local 360 struct venus_inst *inst = to_inst(file); in venc_s_selection() local 388 struct venus_inst *inst = to_inst(file); in venc_s_parm() local [all …]
|
D | helpers.c | 41 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 …]
|
D | hfi.c | 164 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 …]
|
D | hfi_msgs.c | 22 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() 277 struct venus_inst *inst, void *packet) in hfi_sys_property_info() 298 struct venus_inst *inst, in hfi_sys_rel_resource_done() 307 static void hfi_sys_ping_done(struct venus_core *core, struct venus_inst *inst, in hfi_sys_ping_done() 320 static void hfi_sys_idle_done(struct venus_core *core, struct venus_inst *inst, in hfi_sys_idle_done() 327 struct venus_inst *inst, void *packet) in hfi_sys_pc_prepare_done() [all …]
|
/Linux-v6.1/drivers/media/platform/amphion/ |
D | vdec.c | 146 static int vdec_ctrl_init(struct vpu_inst *inst) in vdec_ctrl_init() 181 static void vdec_handle_resolution_change(struct vpu_inst *inst) in vdec_handle_resolution_change() 202 static int vdec_update_state(struct vpu_inst *inst, enum vpu_codec_state state, u32 force) in vdec_update_state() 227 static void vdec_set_last_buffer_dequeued(struct vpu_inst *inst) in vdec_set_last_buffer_dequeued() 253 struct vpu_inst *inst = to_inst(file); in vdec_enum_fmt() local 283 struct vpu_inst *inst = to_inst(file); in vdec_g_fmt() local 312 struct vpu_inst *inst = to_inst(file); in vdec_try_fmt() local 334 static int vdec_s_fmt_common(struct vpu_inst *inst, struct v4l2_format *f) in vdec_s_fmt_common() 415 struct vpu_inst *inst = to_inst(file); in vdec_s_fmt() local 448 struct vpu_inst *inst = to_inst(file); in vdec_g_selection() local [all …]
|
D | vpu_v4l2.c | 27 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() 84 int vpu_notify_eos(struct vpu_inst *inst) in vpu_notify_eos() 97 int vpu_notify_source_change(struct vpu_inst *inst) in vpu_notify_source_change() 110 int vpu_set_last_buffer_dequeued(struct vpu_inst *inst) in vpu_set_last_buffer_dequeued() 130 bool vpu_is_source_empty(struct vpu_inst *inst) in vpu_is_source_empty() 143 const struct vpu_format *vpu_try_fmt_common(struct vpu_inst *inst, struct v4l2_format *f) in vpu_try_fmt_common() 190 static bool vpu_check_ready(struct vpu_inst *inst, u32 type) in vpu_check_ready() 201 int vpu_process_output_buffer(struct vpu_inst *inst) in vpu_process_output_buffer() [all …]
|
D | vpu_cmds.c | 82 static struct vpu_cmd_t *vpu_alloc_cmd(struct vpu_inst *inst, u32 id, void *data) in vpu_alloc_cmd() 124 static int vpu_session_process_cmd(struct vpu_inst *inst, struct vpu_cmd_t *cmd) in vpu_session_process_cmd() 141 static void vpu_process_cmd_request(struct vpu_inst *inst) in vpu_process_cmd_request() 161 static int vpu_request_cmd(struct vpu_inst *inst, u32 id, void *data, in vpu_request_cmd() 188 static void vpu_clear_pending(struct vpu_inst *inst) in vpu_clear_pending() 214 int vpu_response_cmd(struct vpu_inst *inst, u32 response, u32 handled) in vpu_response_cmd() 232 void vpu_clear_request(struct vpu_inst *inst) in vpu_clear_request() 248 static bool check_is_responsed(struct vpu_inst *inst, unsigned long key) in check_is_responsed() 272 static int sync_session_response(struct vpu_inst *inst, unsigned long key) in sync_session_response() 297 static int vpu_session_send_cmd(struct vpu_inst *inst, u32 id, void *data) in vpu_session_send_cmd() [all …]
|
D | vpu_msgs.c | 28 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() 55 static void vpu_session_handle_stop_done(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_stop_done() 62 static void vpu_session_handle_seq_hdr(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_seq_hdr() 74 static void vpu_session_handle_resolution_change(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_resolution_change() 79 static void vpu_session_handle_enc_frame_done(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_enc_frame_done() 89 static void vpu_session_handle_frame_request(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_frame_request() 97 static void vpu_session_handle_frame_release(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_frame_release() 115 static void vpu_session_handle_input_done(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_input_done() 121 static void vpu_session_handle_pic_decoded(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_pic_decoded() [all …]
|
D | venc.c | 94 struct vpu_inst *inst = to_inst(file); in venc_enum_fmt() local 110 struct vpu_inst *inst = to_inst(file); in venc_enum_framesizes() local 135 struct vpu_inst *inst = to_inst(file); in venc_enum_frameintervals() local 167 struct vpu_inst *inst = to_inst(file); in venc_g_fmt() local 196 struct vpu_inst *inst = to_inst(file); in venc_try_fmt() local 205 struct vpu_inst *inst = to_inst(file); in venc_s_fmt() local 279 struct vpu_inst *inst = to_inst(file); in venc_g_parm() local 302 struct vpu_inst *inst = to_inst(file); in venc_s_parm() local 340 struct vpu_inst *inst = to_inst(file); in venc_g_selection() local 394 struct vpu_inst *inst = to_inst(file); in venc_s_selection() local [all …]
|
/Linux-v6.1/arch/arm/vfp/ |
D | vfpinstr.h | 10 #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.1/arch/arm/mach-omap2/ |
D | cm33xx.c | 43 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 …]
|
D | cminst44xx.c | 85 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.1/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | nv04.c | 445 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.1/drivers/media/platform/mediatek/vcodec/vdec/ |
D | vdec_vp9_if.c | 206 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() 235 static void vp9_add_to_fb_free_list(struct vdec_vp9_inst *inst, in vp9_add_to_fb_free_list() 261 static void vp9_ref_cnt_fb(struct vdec_vp9_inst *inst, int *idx, in vp9_ref_cnt_fb() 288 static void vp9_free_all_sf_ref_fb(struct vdec_vp9_inst *inst) in vp9_free_all_sf_ref_fb() 309 static int vp9_get_sf_ref_fb(struct vdec_vp9_inst *inst) in vp9_get_sf_ref_fb() 359 static bool vp9_alloc_work_buf(struct vdec_vp9_inst *inst) in vp9_alloc_work_buf() 433 static bool vp9_add_to_fb_disp_list(struct vdec_vp9_inst *inst, in vp9_add_to_fb_disp_list() 457 static void vp9_swap_frm_bufs(struct vdec_vp9_inst *inst) in vp9_swap_frm_bufs() 536 static bool vp9_wait_dec_end(struct vdec_vp9_inst *inst) in vp9_wait_dec_end() [all …]
|
D | vdec_vp8_if.c | 168 static void get_hw_reg_base(struct vdec_vp8_inst *inst) in get_hw_reg_base() 179 static void write_hw_segmentation_data(struct vdec_vp8_inst *inst) in write_hw_segmentation_data() 200 static void read_hw_segmentation_data(struct vdec_vp8_inst *inst) in read_hw_segmentation_data() 222 static void enable_hw_rw_function(struct vdec_vp8_inst *inst) in enable_hw_rw_function() 249 static void store_dec_table(struct vdec_vp8_inst *inst) in store_dec_table() 266 static void load_dec_table(struct vdec_vp8_inst *inst) in load_dec_table() 283 static void get_pic_info(struct vdec_vp8_inst *inst, struct vdec_pic_info *pic) in get_pic_info() 293 static void vp8_dec_finish(struct vdec_vp8_inst *inst) in vp8_dec_finish() 328 static void move_fb_list_use_to_free(struct vdec_vp8_inst *inst) in move_fb_list_use_to_free() 336 static void init_list(struct vdec_vp8_inst *inst) in init_list() [all …]
|
D | vdec_h264_req_if.c | 97 static int get_vdec_decode_parameters(struct vdec_h264_slice_inst *inst) in get_vdec_decode_parameters() 158 static int allocate_predication_buf(struct vdec_h264_slice_inst *inst) in allocate_predication_buf() 173 static void free_predication_buf(struct vdec_h264_slice_inst *inst) in free_predication_buf() 184 static int alloc_mv_buf(struct vdec_h264_slice_inst *inst, in alloc_mv_buf() 209 static void free_mv_buf(struct vdec_h264_slice_inst *inst) in free_mv_buf() 222 static void get_pic_info(struct vdec_h264_slice_inst *inst, in get_pic_info() 257 static void get_crop_info(struct vdec_h264_slice_inst *inst, struct v4l2_rect *cr) in get_crop_info() 268 static void get_dpb_size(struct vdec_h264_slice_inst *inst, unsigned int *dpb_sz) in get_dpb_size() 276 struct vdec_h264_slice_inst *inst; in vdec_h264_slice_init() local 323 struct vdec_h264_slice_inst *inst = h_vdec; in vdec_h264_slice_deinit() local [all …]
|
D | vdec_h264_if.c | 140 static int allocate_predication_buf(struct vdec_h264_inst *inst) in allocate_predication_buf() 155 static void free_predication_buf(struct vdec_h264_inst *inst) in free_predication_buf() 167 static int alloc_mv_buf(struct vdec_h264_inst *inst, struct vdec_pic_info *pic) in alloc_mv_buf() 190 static void free_mv_buf(struct vdec_h264_inst *inst) in free_mv_buf() 203 static int check_list_validity(struct vdec_h264_inst *inst, bool disp_list) in check_list_validity() 221 static void put_fb_to_free(struct vdec_h264_inst *inst, struct vdec_fb *fb) in put_fb_to_free() 245 static void get_pic_info(struct vdec_h264_inst *inst, in get_pic_info() 255 static void get_crop_info(struct vdec_h264_inst *inst, struct v4l2_rect *cr) in get_crop_info() 266 static void get_dpb_size(struct vdec_h264_inst *inst, unsigned int *dpb_sz) in get_dpb_size() 274 struct vdec_h264_inst *inst = NULL; in vdec_h264_init() local [all …]
|
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | soc15_common.h | 28 #define SOC15_REG_OFFSET(ip, inst, reg) (adev->reg_offset[ip##_HWIP][inst][reg##_BASE_IDX] + reg) argument 56 #define RREG32_SOC15(ip, inst, reg) \ argument 64 #define RREG32_SOC15_NO_KIQ(ip, inst, reg) \ argument 68 #define RREG32_SOC15_OFFSET(ip, inst, reg, offset) \ argument 71 #define WREG32_SOC15(ip, inst, reg, value) \ argument 81 #define WREG32_SOC15_NO_KIQ(ip, inst, reg, value) \ argument 85 #define WREG32_SOC15_OFFSET(ip, inst, reg, offset, value) \ argument 89 #define SOC15_WAIT_ON_RREG(ip, inst, reg, expected_value, mask) \ argument 143 #define WREG32_SOC15_RLC_SHADOW(ip, inst, reg, value) \ argument 156 #define WREG32_SOC15_RLC_SHADOW_EX(prefix, ip, inst, reg, value) \ argument [all …]
|
/Linux-v6.1/arch/powerpc/kernel/ |
D | kvm.c | 71 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.1/drivers/soc/mediatek/ |
D | mtk-cmdq-helper.c | 152 struct cmdq_instruction inst) in cmdq_pkt_append_command() 180 struct cmdq_instruction inst; in cmdq_pkt_write() local 194 struct cmdq_instruction inst = { {0} }; in cmdq_pkt_write_mask() local 216 struct cmdq_instruction inst = {}; in cmdq_pkt_read_s() local 231 struct cmdq_instruction inst = {}; in cmdq_pkt_write_s() local 246 struct cmdq_instruction inst = {}; in cmdq_pkt_write_s_mask() local 269 struct cmdq_instruction inst = {}; in cmdq_pkt_write_s_value() local 283 struct cmdq_instruction inst = {}; in cmdq_pkt_write_s_mask_value() local 303 struct cmdq_instruction inst = { {0} }; in cmdq_pkt_wfe() local 319 struct cmdq_instruction inst = { {0} }; in cmdq_pkt_clear_event() local [all …]
|
/Linux-v6.1/drivers/phy/mediatek/ |
D | phy-mtk-xsphy.c | 110 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.1/net/netfilter/ |
D | nfnetlink_log.c | 109 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() local 141 struct nfulnl_instance *inst = in nfulnl_instance_free_rcu() local 150 instance_put(struct nfulnl_instance *inst) in instance_put() 162 struct nfulnl_instance *inst; in instance_create() local 219 __instance_destroy(struct nfulnl_instance *inst) in __instance_destroy() 241 struct nfulnl_instance *inst) in instance_destroy() 249 nfulnl_set_mode(struct nfulnl_instance *inst, u_int8_t mode, in nfulnl_set_mode() 282 nfulnl_set_nlbufsiz(struct nfulnl_instance *inst, u_int32_t nlbufsiz) in nfulnl_set_nlbufsiz() [all …]
|