/Linux-v5.15/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.15/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 | 91 find_format(struct venus_inst *inst, u32 pixfmt, u32 type) in find_format() 113 find_format_by_index(struct venus_inst *inst, unsigned int index, u32 type) in find_format_by_index() 142 vdec_try_fmt_common(struct venus_inst *inst, struct v4l2_format *f) in vdec_try_fmt_common() 193 struct venus_inst *inst = to_inst(file); in vdec_try_fmt() local 200 static int vdec_check_src_change(struct venus_inst *inst) in vdec_check_src_change() 236 struct venus_inst *inst = to_inst(file); in vdec_g_fmt() local 273 struct venus_inst *inst = to_inst(file); in vdec_s_fmt() local 344 struct venus_inst *inst = to_inst(file); in vdec_g_selection() local 394 struct venus_inst *inst = to_inst(file); in vdec_enum_fmt() local 411 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() 223 struct venus_inst *inst = to_inst(file); in venc_try_fmt() local 232 struct venus_inst *inst = to_inst(file); in venc_s_fmt() local 302 struct venus_inst *inst = to_inst(file); in venc_g_fmt() local 334 struct venus_inst *inst = to_inst(file); in venc_g_selection() local 362 struct venus_inst *inst = to_inst(file); in venc_s_selection() local 390 struct venus_inst *inst = to_inst(file); in venc_s_parm() local [all …]
|
D | hfi_msgs.c | 22 static void event_seq_changed(struct venus_core *core, struct venus_inst *inst, in event_seq_changed() 124 struct venus_inst *inst, in event_release_buffer_ref() 155 event_session_error(struct venus_core *core, struct venus_inst *inst, in event_session_error() 185 static void hfi_event_notify(struct venus_core *core, struct venus_inst *inst, in hfi_event_notify() 213 static void hfi_sys_init_done(struct venus_core *core, struct venus_inst *inst, in hfi_sys_init_done() 270 struct venus_inst *inst, void *packet) in hfi_sys_property_info() 291 struct venus_inst *inst, in hfi_sys_rel_resource_done() 300 static void hfi_sys_ping_done(struct venus_core *core, struct venus_inst *inst, in hfi_sys_ping_done() 313 static void hfi_sys_idle_done(struct venus_core *core, struct venus_inst *inst, in hfi_sys_idle_done() 320 struct venus_inst *inst, void *packet) in hfi_sys_pc_prepare_done() [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() 205 int hfi_session_init(struct venus_inst *inst, u32 pixfmt) in hfi_session_init() 243 void hfi_session_destroy(struct venus_inst *inst) in hfi_session_destroy() 255 int hfi_session_deinit(struct venus_inst *inst) in hfi_session_deinit() 282 int hfi_session_start(struct venus_inst *inst) in hfi_session_start() 306 int hfi_session_stop(struct venus_inst *inst) in hfi_session_stop() 330 int hfi_session_continue(struct venus_inst *inst) in hfi_session_continue() 341 int hfi_session_abort(struct venus_inst *inst) in hfi_session_abort() 360 int hfi_session_load_res(struct venus_inst *inst) in hfi_session_load_res() [all …]
|
D | helpers.c | 33 bool venus_helper_check_codec(struct venus_inst *inst, u32 v4l2_pixfmt) in venus_helper_check_codec() 85 int venus_helper_queue_dpb_bufs(struct venus_inst *inst) in venus_helper_queue_dpb_bufs() 108 int venus_helper_free_dpb_bufs(struct venus_inst *inst) in venus_helper_free_dpb_bufs() 125 int venus_helper_alloc_dpb_bufs(struct venus_inst *inst) in venus_helper_alloc_dpb_bufs() 186 static int intbufs_set_buffer(struct venus_inst *inst, u32 type) in intbufs_set_buffer() 245 static int intbufs_unset_buffers(struct venus_inst *inst) in intbufs_unset_buffers() 293 int venus_helper_intbufs_alloc(struct venus_inst *inst) in venus_helper_intbufs_alloc() 324 int venus_helper_intbufs_free(struct venus_inst *inst) in venus_helper_intbufs_free() 330 int venus_helper_intbufs_realloc(struct venus_inst *inst) in venus_helper_intbufs_realloc() 387 static void return_buf_error(struct venus_inst *inst, in return_buf_error() [all …]
|
/Linux-v5.15/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.15/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.15/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.15/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.15/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 48 #define RREG32_SOC15(ip, inst, reg) \ argument 54 #define RREG32_SOC15_NO_KIQ(ip, inst, reg) \ argument 58 #define RREG32_SOC15_OFFSET(ip, inst, reg, offset) \ argument 61 #define WREG32_SOC15(ip, inst, reg, value) \ argument 68 #define WREG32_SOC15_NO_KIQ(ip, inst, reg, value) \ argument 72 #define WREG32_SOC15_OFFSET(ip, inst, reg, offset, value) \ argument 76 #define SOC15_WAIT_ON_RREG(ip, inst, reg, expected_value, mask) \ argument 130 #define WREG32_SOC15_RLC_SHADOW(ip, inst, reg, value) \ argument 143 #define WREG32_SOC15_RLC_SHADOW_EX(prefix, ip, inst, reg, value) \ argument [all …]
|
/Linux-v5.15/drivers/media/platform/mtk-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_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.15/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.15/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-v5.15/drivers/media/platform/mtk-vcodec/venc/ |
D | venc_h264_if.c | 158 static inline u32 h264_read_reg(struct venc_h264_inst *inst, u32 addr) in h264_read_reg() 163 static unsigned int h264_get_profile(struct venc_h264_inst *inst, in h264_get_profile() 185 static unsigned int h264_get_level(struct venc_h264_inst *inst, in h264_get_level() 228 static void h264_enc_free_work_buf(struct venc_h264_inst *inst) in h264_enc_free_work_buf() 247 static int h264_enc_alloc_work_buf(struct venc_h264_inst *inst) in h264_enc_alloc_work_buf() 332 static unsigned int h264_enc_wait_venc_done(struct venc_h264_inst *inst) in h264_enc_wait_venc_done() 345 static int h264_frame_type(struct venc_h264_inst *inst) in h264_frame_type() 361 static int h264_encode_sps(struct venc_h264_inst *inst, in h264_encode_sps() 388 static int h264_encode_pps(struct venc_h264_inst *inst, in h264_encode_pps() 415 static int h264_encode_header(struct venc_h264_inst *inst, in h264_encode_header() [all …]
|
/Linux-v5.15/net/netfilter/ |
D | nfnetlink_log.c | 108 struct nfulnl_instance *inst; in __instance_lookup() local 119 instance_get(struct nfulnl_instance *inst) in instance_get() 127 struct nfulnl_instance *inst; in instance_lookup_get() local 140 struct nfulnl_instance *inst = in nfulnl_instance_free_rcu() local 149 instance_put(struct nfulnl_instance *inst) in instance_put() 161 struct nfulnl_instance *inst; in instance_create() local 218 __instance_destroy(struct nfulnl_instance *inst) in __instance_destroy() 240 struct nfulnl_instance *inst) in instance_destroy() 248 nfulnl_set_mode(struct nfulnl_instance *inst, u_int8_t mode, in nfulnl_set_mode() 281 nfulnl_set_nlbufsiz(struct nfulnl_instance *inst, u_int32_t nlbufsiz) in nfulnl_set_nlbufsiz() [all …]
|
/Linux-v5.15/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.15/drivers/soc/ti/ |
D | knav_qmss_queue.c | 57 #define for_each_handle_rcu(qh, inst) \ argument 61 #define for_each_instance(idx, inst, kdev) \ argument 84 void knav_queue_notify(struct knav_queue_inst *inst) in knav_queue_notify() 106 struct knav_queue_inst *inst = _instdata; in knav_queue_int_handler() local 113 struct knav_queue_inst *inst) in knav_queue_setup_irq() 137 static void knav_queue_free_irq(struct knav_queue_inst *inst) in knav_queue_free_irq() 150 static inline bool knav_queue_is_busy(struct knav_queue_inst *inst) in knav_queue_is_busy() 155 static inline bool knav_queue_is_reserved(struct knav_queue_inst *inst) in knav_queue_is_reserved() 160 static inline bool knav_queue_is_shared(struct knav_queue_inst *inst) in knav_queue_is_shared() 175 static inline bool knav_queue_match_type(struct knav_queue_inst *inst, in knav_queue_match_type() [all …]
|
/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
D | base.c | 38 nvkm_mc_intr_mask(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, bool en) in nvkm_mc_intr_mask() 121 nvkm_mc_reset_mask(struct nvkm_device *device, bool isauto, enum nvkm_subdev_type type, int inst) in nvkm_mc_reset_mask() 142 nvkm_mc_reset(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_mc_reset() 153 nvkm_mc_disable(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_mc_disable() 161 nvkm_mc_enable(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_mc_enable() 171 nvkm_mc_enabled(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_mc_enabled() 212 enum nvkm_subdev_type type, int inst, struct nvkm_mc *mc) in nvkm_mc_ctor() 220 enum nvkm_subdev_type type, int inst, struct nvkm_mc **pmc) in nvkm_mc_new_()
|
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
D | trampoline_count.c | 9 struct inst { struct 10 struct bpf_object *obj; 11 struct bpf_link *link_fentry; 12 struct bpf_link *link_fexit; 49 struct inst inst[MAX_TRAMP_PROGS] = {}; in test_trampoline_count() local
|