/Linux-v5.4/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-v5.4/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 | 90 find_format(struct venus_inst *inst, u32 pixfmt, u32 type) in find_format() 112 find_format_by_index(struct venus_inst *inst, unsigned int index, u32 type) in find_format_by_index() 141 vdec_try_fmt_common(struct venus_inst *inst, struct v4l2_format *f) in vdec_try_fmt_common() 192 struct venus_inst *inst = to_inst(file); in vdec_try_fmt() local 199 static int vdec_check_src_change(struct venus_inst *inst) in vdec_check_src_change() 235 struct venus_inst *inst = to_inst(file); in vdec_g_fmt() local 272 struct venus_inst *inst = to_inst(file); in vdec_s_fmt() local 331 struct venus_inst *inst = to_inst(file); in vdec_g_selection() local 382 struct venus_inst *inst = to_inst(file); in vdec_enum_fmt() local 399 struct venus_inst *inst = to_inst(file); in vdec_s_parm() local [all …]
|
D | helpers.c | 30 bool venus_helper_check_codec(struct venus_inst *inst, u32 v4l2_pixfmt) in venus_helper_check_codec() 82 int venus_helper_queue_dpb_bufs(struct venus_inst *inst) in venus_helper_queue_dpb_bufs() 105 int venus_helper_free_dpb_bufs(struct venus_inst *inst) in venus_helper_free_dpb_bufs() 122 int venus_helper_alloc_dpb_bufs(struct venus_inst *inst) in venus_helper_alloc_dpb_bufs() 183 static int intbufs_set_buffer(struct venus_inst *inst, u32 type) in intbufs_set_buffer() 242 static int intbufs_unset_buffers(struct venus_inst *inst) in intbufs_unset_buffers() 282 int venus_helper_intbufs_alloc(struct venus_inst *inst) in venus_helper_intbufs_alloc() 310 int venus_helper_intbufs_free(struct venus_inst *inst) in venus_helper_intbufs_free() 316 int venus_helper_intbufs_realloc(struct venus_inst *inst) in venus_helper_intbufs_realloc() 362 static u32 load_per_instance(struct venus_inst *inst) in load_per_instance() [all …]
|
D | hfi.c | 161 static int wait_session_msg(struct venus_inst *inst) in wait_session_msg() 175 int hfi_session_create(struct venus_inst *inst, const struct hfi_inst_ops *ops) in hfi_session_create() 195 int hfi_session_init(struct venus_inst *inst, u32 pixfmt) in hfi_session_init() 221 void hfi_session_destroy(struct venus_inst *inst) in hfi_session_destroy() 233 int hfi_session_deinit(struct venus_inst *inst) in hfi_session_deinit() 260 int hfi_session_start(struct venus_inst *inst) in hfi_session_start() 284 int hfi_session_stop(struct venus_inst *inst) in hfi_session_stop() 308 int hfi_session_continue(struct venus_inst *inst) in hfi_session_continue() 319 int hfi_session_abort(struct venus_inst *inst) in hfi_session_abort() 338 int hfi_session_load_res(struct venus_inst *inst) in hfi_session_load_res() [all …]
|
D | hfi_msgs.c | 17 static void event_seq_changed(struct venus_core *core, struct venus_inst *inst, in event_seq_changed() 119 struct venus_inst *inst, in event_release_buffer_ref() 150 event_session_error(struct venus_core *core, struct venus_inst *inst, in event_session_error() 180 static void hfi_event_notify(struct venus_core *core, struct venus_inst *inst, in hfi_event_notify() 208 static void hfi_sys_init_done(struct venus_core *core, struct venus_inst *inst, in hfi_sys_init_done() 254 struct venus_inst *inst, void *packet) in hfi_sys_property_info() 275 struct venus_inst *inst, in hfi_sys_rel_resource_done() 284 static void hfi_sys_ping_done(struct venus_core *core, struct venus_inst *inst, in hfi_sys_ping_done() 297 static void hfi_sys_idle_done(struct venus_core *core, struct venus_inst *inst, in hfi_sys_idle_done() 304 struct venus_inst *inst, void *packet) in hfi_sys_pc_prepare_done() [all …]
|
D | venc.c | 62 find_format(struct venus_inst *inst, u32 pixfmt, u32 type) in find_format() 84 find_format_by_index(struct venus_inst *inst, unsigned int index, u32 type) in find_format_by_index() 276 struct venus_inst *inst = to_inst(file); in venc_enum_fmt() local 292 venc_try_fmt_common(struct venus_inst *inst, struct v4l2_format *f) in venc_try_fmt_common() 344 struct venus_inst *inst = to_inst(file); in venc_try_fmt() local 353 struct venus_inst *inst = to_inst(file); in venc_s_fmt() local 415 struct venus_inst *inst = to_inst(file); in venc_g_fmt() local 447 struct venus_inst *inst = to_inst(file); in venc_g_selection() local 475 struct venus_inst *inst = to_inst(file); in venc_s_selection() local 496 struct venus_inst *inst = to_inst(file); in venc_s_parm() local [all …]
|
D | vdec_ctrls.c | 15 struct venus_inst *inst = ctrl_to_inst(ctrl); in vdec_op_s_ctrl() local 40 struct venus_inst *inst = ctrl_to_inst(ctrl); in vdec_op_g_volatile_ctrl() local 84 int vdec_ctrl_init(struct venus_inst *inst) in vdec_ctrl_init() 153 void vdec_ctrl_deinit(struct venus_inst *inst) in vdec_ctrl_deinit()
|
/Linux-v5.4/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-v5.4/arch/arm/mach-omap2/ |
D | cm33xx.c | 51 static inline u32 am33xx_cm_read_reg(u16 inst, u16 idx) in am33xx_cm_read_reg() 57 static inline void am33xx_cm_write_reg(u32 val, u16 inst, u16 idx) in am33xx_cm_write_reg() 63 static inline u32 am33xx_cm_rmw_reg_bits(u32 mask, u32 bits, s16 inst, s16 idx) in am33xx_cm_rmw_reg_bits() 75 static inline u32 am33xx_cm_read_reg_bits(u16 inst, s16 idx, u32 mask) in am33xx_cm_read_reg_bits() 94 static u32 _clkctrl_idlest(u16 inst, u16 clkctrl_offs) in _clkctrl_idlest() 110 static bool _is_module_ready(u16 inst, u16 clkctrl_offs) in _is_module_ready() 129 static void _clktrctrl_write(u8 c, u16 inst, u16 cdoffs) in _clktrctrl_write() 149 static bool am33xx_cm_is_clkdm_in_hwsup(u16 inst, u16 cdoffs) in am33xx_cm_is_clkdm_in_hwsup() 168 static void am33xx_cm_clkdm_enable_hwsup(u16 inst, u16 cdoffs) in am33xx_cm_clkdm_enable_hwsup() 182 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 …]
|
D | prminst44xx.c | 58 u32 omap4_prminst_read_inst_reg(u8 part, s16 inst, u16 idx) in omap4_prminst_read_inst_reg() 67 void omap4_prminst_write_inst_reg(u32 val, u8 part, s16 inst, u16 idx) in omap4_prminst_write_inst_reg() 76 u32 omap4_prminst_rmw_inst_reg_bits(u32 mask, u32 bits, u8 part, s16 inst, in omap4_prminst_rmw_inst_reg_bits() 99 int omap4_prminst_is_hardreset_asserted(u8 shift, u8 part, s16 inst, in omap4_prminst_is_hardreset_asserted() 123 int omap4_prminst_assert_hardreset(u8 shift, u8 part, s16 inst, in omap4_prminst_assert_hardreset() 152 int omap4_prminst_deassert_hardreset(u8 shift, u8 st_shift, u8 part, s16 inst, in omap4_prminst_deassert_hardreset() 181 s32 inst = omap4_prmst_get_prm_dev_inst(); in omap4_prminst_global_warm_sw_reset() local
|
/Linux-v5.4/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-v5.4/arch/nds32/mm/ |
D | alignment.c | 18 #define RT(inst) (((inst) >> 20) & 0x1FUL) argument 19 #define RA(inst) (((inst) >> 15) & 0x1FUL) argument 20 #define RB(inst) (((inst) >> 10) & 0x1FUL) argument 21 #define SV(inst) (((inst) >> 8) & 0x3UL) argument 22 #define IMM(inst) (((inst) >> 0) & 0x7FFFUL) argument 24 #define RA3(inst) (((inst) >> 3) & 0x7UL) argument 25 #define RT3(inst) (((inst) >> 6) & 0x7UL) argument 26 #define IMM3U(inst) (((inst) >> 0) & 0x7UL) argument 28 #define RA5(inst) (((inst) >> 0) & 0x1FUL) argument 29 #define RT4(inst) (((inst) >> 5) & 0xFUL) argument [all …]
|
/Linux-v5.4/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 35 #define RREG32_SOC15(ip, inst, reg) \ argument 38 #define RREG32_SOC15_OFFSET(ip, inst, reg, offset) \ argument 41 #define WREG32_SOC15(ip, inst, reg, value) \ argument 44 #define WREG32_SOC15_NO_KIQ(ip, inst, reg, value) \ argument 47 #define WREG32_SOC15_OFFSET(ip, inst, reg, offset, value) \ argument 50 #define SOC15_WAIT_ON_RREG(ip, inst, reg, expected_value, mask, ret) \ argument 97 #define WREG32_SOC15_RLC_SHADOW(ip, inst, reg, value) \ argument 115 #define WREG32_SOC15_RLC(ip, inst, reg, value) \ argument 126 #define WREG32_SOC15_OFFSET_RLC(ip, inst, reg, offset, value) \ argument
|
/Linux-v5.4/drivers/media/platform/mtk-vcodec/vdec/ |
D | vdec_vp9_if.c | 202 static bool vp9_is_sf_ref_fb(struct vdec_vp9_inst *inst, struct vdec_fb *fb) in vp9_is_sf_ref_fb() 214 static struct vdec_fb *vp9_rm_from_fb_use_list(struct vdec_vp9_inst in vp9_rm_from_fb_use_list() 231 static void vp9_add_to_fb_free_list(struct vdec_vp9_inst *inst, in vp9_add_to_fb_free_list() 257 static void vp9_ref_cnt_fb(struct vdec_vp9_inst *inst, int *idx, in vp9_ref_cnt_fb() 284 static void vp9_free_all_sf_ref_fb(struct vdec_vp9_inst *inst) in vp9_free_all_sf_ref_fb() 305 static int vp9_get_sf_ref_fb(struct vdec_vp9_inst *inst) in vp9_get_sf_ref_fb() 355 static bool vp9_alloc_work_buf(struct vdec_vp9_inst *inst) in vp9_alloc_work_buf() 429 static bool vp9_add_to_fb_disp_list(struct vdec_vp9_inst *inst, in vp9_add_to_fb_disp_list() 453 static void vp9_swap_frm_bufs(struct vdec_vp9_inst *inst) in vp9_swap_frm_bufs() 532 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_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-v5.4/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-v5.4/drivers/media/platform/mtk-vcodec/venc/ |
D | venc_h264_if.c | 148 static inline u32 h264_read_reg(struct venc_h264_inst *inst, u32 addr) in h264_read_reg() 153 static unsigned int h264_get_profile(struct venc_h264_inst *inst, in h264_get_profile() 175 static unsigned int h264_get_level(struct venc_h264_inst *inst, in h264_get_level() 214 static void h264_enc_free_work_buf(struct venc_h264_inst *inst) in h264_enc_free_work_buf() 233 static int h264_enc_alloc_work_buf(struct venc_h264_inst *inst) in h264_enc_alloc_work_buf() 313 static unsigned int h264_enc_wait_venc_done(struct venc_h264_inst *inst) in h264_enc_wait_venc_done() 326 static int h264_encode_sps(struct venc_h264_inst *inst, in h264_encode_sps() 353 static int h264_encode_pps(struct venc_h264_inst *inst, in h264_encode_pps() 380 static int h264_encode_header(struct venc_h264_inst *inst, in h264_encode_header() 402 static int h264_encode_frame(struct venc_h264_inst *inst, in h264_encode_frame() [all …]
|
D | venc_vp8_if.c | 136 static inline u32 vp8_enc_read_reg(struct venc_vp8_inst *inst, u32 addr) in vp8_enc_read_reg() 141 static void vp8_enc_free_work_buf(struct venc_vp8_inst *inst) in vp8_enc_free_work_buf() 157 static int vp8_enc_alloc_work_buf(struct venc_vp8_inst *inst) in vp8_enc_alloc_work_buf() 218 static unsigned int vp8_enc_wait_venc_done(struct venc_vp8_inst *inst) in vp8_enc_wait_venc_done() 235 static int vp8_enc_compose_one_frame(struct venc_vp8_inst *inst, in vp8_enc_compose_one_frame() 294 static int vp8_enc_encode_frame(struct venc_vp8_inst *inst, in vp8_enc_encode_frame() 329 struct venc_vp8_inst *inst; in vp8_enc_init() local 364 struct venc_vp8_inst *inst = (struct venc_vp8_inst *)handle; in vp8_enc_encode() local 399 struct venc_vp8_inst *inst = (struct venc_vp8_inst *)handle; in vp8_enc_set_param() local 448 struct venc_vp8_inst *inst = (struct venc_vp8_inst *)handle; in vp8_enc_deinit() local
|
/Linux-v5.4/net/netfilter/ |
D | nfnetlink_log.c | 104 struct nfulnl_instance *inst; in __instance_lookup() local 115 instance_get(struct nfulnl_instance *inst) in instance_get() 123 struct nfulnl_instance *inst; in instance_lookup_get() local 136 struct nfulnl_instance *inst = in nfulnl_instance_free_rcu() local 145 instance_put(struct nfulnl_instance *inst) in instance_put() 157 struct nfulnl_instance *inst; in instance_create() local 214 __instance_destroy(struct nfulnl_instance *inst) in __instance_destroy() 236 struct nfulnl_instance *inst) in instance_destroy() 244 nfulnl_set_mode(struct nfulnl_instance *inst, u_int8_t mode, in nfulnl_set_mode() 277 nfulnl_set_nlbufsiz(struct nfulnl_instance *inst, u_int32_t nlbufsiz) in nfulnl_set_nlbufsiz() [all …]
|
/Linux-v5.4/drivers/phy/mediatek/ |
D | phy-mtk-xsphy.c | 117 struct xsphy_instance *inst) in u2_phy_slew_rate_calibrate() 192 struct xsphy_instance *inst) in u2_phy_instance_init() 208 struct xsphy_instance *inst) in u2_phy_instance_power_on() 227 struct xsphy_instance *inst) in u2_phy_instance_power_off() 246 struct xsphy_instance *inst, in u2_phy_instance_set_mode() 270 struct xsphy_instance *inst) in phy_parse_property() 306 struct xsphy_instance *inst) in u2_phy_props_set() 341 struct xsphy_instance *inst) in u3_phy_props_set() 370 struct xsphy_instance *inst = phy_get_drvdata(phy); in mtk_phy_init() local 399 struct xsphy_instance *inst = phy_get_drvdata(phy); in mtk_phy_power_on() local [all …]
|
/Linux-v5.4/drivers/soc/ti/ |
D | knav_qmss_queue.c | 55 #define for_each_handle_rcu(qh, inst) \ argument 58 #define for_each_instance(idx, inst, kdev) \ argument 81 void knav_queue_notify(struct knav_queue_inst *inst) in knav_queue_notify() 103 struct knav_queue_inst *inst = _instdata; in knav_queue_int_handler() local 110 struct knav_queue_inst *inst) in knav_queue_setup_irq() 134 static void knav_queue_free_irq(struct knav_queue_inst *inst) in knav_queue_free_irq() 147 static inline bool knav_queue_is_busy(struct knav_queue_inst *inst) in knav_queue_is_busy() 152 static inline bool knav_queue_is_reserved(struct knav_queue_inst *inst) in knav_queue_is_reserved() 157 static inline bool knav_queue_is_shared(struct knav_queue_inst *inst) in knav_queue_is_shared() 172 static inline bool knav_queue_match_type(struct knav_queue_inst *inst, in knav_queue_match_type() [all …]
|
/Linux-v5.4/arch/mips/kvm/ |
D | dyntrans.c | 68 int kvm_mips_trans_cache_index(union mips_instruction inst, u32 *opc, in kvm_mips_trans_cache_index() 81 int kvm_mips_trans_cache_va(union mips_instruction inst, u32 *opc, in kvm_mips_trans_cache_va() 97 int kvm_mips_trans_mfc0(union mips_instruction inst, u32 *opc, in kvm_mips_trans_mfc0() 124 int kvm_mips_trans_mtc0(union mips_instruction inst, u32 *opc, in kvm_mips_trans_mtc0()
|