Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 25 of 3072) sorted by relevance

12345678910>>...123

/openbmc/qemu/target/rx/
H A Ddisas.c33 static uint32_t decode_load_bytes(DisasContext *ctx, uint32_t insn, in decode_load_bytes()
51 static int32_t li(DisasContext *ctx, int sz) in li()
86 static int bdsp_s(DisasContext *ctx, int d) in bdsp_s()
105 static void dump_bytes(DisasContext *ctx) in dump_bytes()
140 static void rx_index_addr(DisasContext *ctx, char out[8], int ld, int mi) in rx_index_addr()
172 static void prt_ldmi(DisasContext *ctx, const char *insn, in prt_ldmi()
186 static void prt_ir(DisasContext *ctx, const char *insn, int imm, int rd) in prt_ir()
196 static bool trans_MOV_rm(DisasContext *ctx, arg_MOV_rm *a) in trans_MOV_rm()
209 static bool trans_MOV_mr(DisasContext *ctx, arg_MOV_mr *a) in trans_MOV_mr()
224 static bool trans_MOV_ir(DisasContext *ctx, arg_MOV_ir *a) in trans_MOV_ir()
[all …]
H A Dtranslate.c76 static uint32_t decode_load_bytes(DisasContext *ctx, uint32_t insn, in decode_load_bytes()
86 static uint32_t li(DisasContext *ctx, int sz) in li()
115 static int bdsp_s(DisasContext *ctx, int d) in bdsp_s()
182 static inline void rx_gen_regindex(DisasContext *ctx, TCGv mem, in rx_gen_regindex()
190 static inline TCGv rx_index_addr(DisasContext *ctx, TCGv mem, in rx_index_addr()
221 static inline TCGv rx_load_source(DisasContext *ctx, TCGv mem, in rx_load_source()
237 static int is_privileged(DisasContext *ctx, int is_exception) in is_privileged()
318 static void move_from_cr(DisasContext *ctx, TCGv ret, int cr, uint32_t pc) in move_from_cr()
364 static void move_to_cr(DisasContext *ctx, TCGv val, int cr) in move_to_cr()
430 static bool trans_MOV_rm(DisasContext *ctx, arg_MOV_rm *a) in trans_MOV_rm()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.h22 static inline bool i915_gem_context_is_closed(const struct i915_gem_context *ctx) in i915_gem_context_is_closed()
27 static inline void i915_gem_context_set_closed(struct i915_gem_context *ctx) in i915_gem_context_set_closed()
33 static inline bool i915_gem_context_no_error_capture(const struct i915_gem_context *ctx) in i915_gem_context_no_error_capture()
38 static inline void i915_gem_context_set_no_error_capture(struct i915_gem_context *ctx) in i915_gem_context_set_no_error_capture()
43 static inline void i915_gem_context_clear_no_error_capture(struct i915_gem_context *ctx) in i915_gem_context_clear_no_error_capture()
48 static inline bool i915_gem_context_is_bannable(const struct i915_gem_context *ctx) in i915_gem_context_is_bannable()
53 static inline void i915_gem_context_set_bannable(struct i915_gem_context *ctx) in i915_gem_context_set_bannable()
58 static inline void i915_gem_context_clear_bannable(struct i915_gem_context *ctx) in i915_gem_context_clear_bannable()
63 static inline bool i915_gem_context_is_recoverable(const struct i915_gem_context *ctx) in i915_gem_context_is_recoverable()
68 static inline void i915_gem_context_set_recoverable(struct i915_gem_context *ctx) in i915_gem_context_set_recoverable()
[all …]
/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dbacking_ops.c34 static void gen_spu_event(struct spu_context *ctx, u32 event) in gen_spu_event()
49 static int spu_backing_mbox_read(struct spu_context *ctx, u32 * data) in spu_backing_mbox_read()
71 static u32 spu_backing_mbox_stat_read(struct spu_context *ctx) in spu_backing_mbox_stat_read()
76 static __poll_t spu_backing_mbox_stat_poll(struct spu_context *ctx, in spu_backing_mbox_stat_poll()
115 static int spu_backing_ibox_read(struct spu_context *ctx, u32 * data) in spu_backing_ibox_read()
139 static int spu_backing_wbox_write(struct spu_context *ctx, u32 data) in spu_backing_wbox_write()
170 static u32 spu_backing_signal1_read(struct spu_context *ctx) in spu_backing_signal1_read()
175 static void spu_backing_signal1_write(struct spu_context *ctx, u32 data) in spu_backing_signal1_write()
187 static u32 spu_backing_signal2_read(struct spu_context *ctx) in spu_backing_signal2_read()
192 static void spu_backing_signal2_write(struct spu_context *ctx, u32 data) in spu_backing_signal2_write()
[all …]
H A Dhw_ops.c24 static int spu_hw_mbox_read(struct spu_context *ctx, u32 * data) in spu_hw_mbox_read()
41 static u32 spu_hw_mbox_stat_read(struct spu_context *ctx) in spu_hw_mbox_stat_read()
46 static __poll_t spu_hw_mbox_stat_poll(struct spu_context *ctx, __poll_t events) in spu_hw_mbox_stat_poll()
82 static int spu_hw_ibox_read(struct spu_context *ctx, u32 * data) in spu_hw_ibox_read()
103 static int spu_hw_wbox_write(struct spu_context *ctx, u32 data) in spu_hw_wbox_write()
124 static void spu_hw_signal1_write(struct spu_context *ctx, u32 data) in spu_hw_signal1_write()
129 static void spu_hw_signal2_write(struct spu_context *ctx, u32 data) in spu_hw_signal2_write()
134 static void spu_hw_signal1_type_set(struct spu_context *ctx, u64 val) in spu_hw_signal1_type_set()
150 static u64 spu_hw_signal1_type_get(struct spu_context *ctx) in spu_hw_signal1_type_get()
155 static void spu_hw_signal2_type_set(struct spu_context *ctx, u64 val) in spu_hw_signal2_type_set()
[all …]
H A Dfile.c160 struct spu_context *ctx = i->i_ctx; in spufs_mem_open() local
174 struct spu_context *ctx = i->i_ctx; in spufs_mem_release() local
184 spufs_mem_dump(struct spu_context *ctx, struct coredump_params *cprm) in spufs_mem_dump()
193 struct spu_context *ctx = file->private_data; in spufs_mem_read() local
210 struct spu_context *ctx = file->private_data; in spufs_mem_write() local
233 struct spu_context *ctx = vma->vm_file->private_data; in spufs_mem_mmap_fault() local
265 struct spu_context *ctx = vma->vm_file->private_data; in spufs_mem_mmap_access() local
314 struct spu_context *ctx = vmf->vma->vm_file->private_data; in spufs_ps_fault() local
396 struct spu_context *ctx = data; in spufs_cntl_get() local
410 struct spu_context *ctx = data; in spufs_cntl_set() local
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dlinked_list_fail.c171 int map_compat_kprobe(void *ctx) in map_compat_kprobe()
178 int map_compat_kretprobe(void *ctx) in map_compat_kretprobe()
185 int map_compat_tp(void *ctx) in map_compat_tp()
192 int map_compat_perf(void *ctx) in map_compat_perf()
199 int map_compat_raw_tp(void *ctx) in map_compat_raw_tp()
206 int map_compat_raw_tp_w(void *ctx) in map_compat_raw_tp_w()
213 int obj_type_id_oor(void *ctx) in obj_type_id_oor()
220 int obj_new_no_composite(void *ctx) in obj_new_no_composite()
227 int obj_new_no_struct(void *ctx) in obj_new_no_struct()
235 int obj_drop_non_zero_off(void *ctx) in obj_drop_non_zero_off()
[all …]
H A Dtest_global_func_ctx_args.c17 __weak int kprobe_typedef_ctx_subprog(bpf_user_pt_regs_t *ctx) in kprobe_typedef_ctx_subprog()
24 int kprobe_typedef_ctx(void *ctx) in kprobe_typedef_ctx()
31 __weak int kprobe_struct_ctx_subprog(pt_regs_struct_t *ctx) in kprobe_struct_ctx_subprog()
38 int kprobe_resolved_ctx(void *ctx) in kprobe_resolved_ctx()
46 __weak int kprobe_workaround_ctx_subprog(struct bpf_user_pt_regs_t *ctx) in kprobe_workaround_ctx_subprog()
53 int kprobe_workaround_ctx(void *ctx) in kprobe_workaround_ctx()
62 __weak int raw_tp_ctx_subprog(struct bpf_raw_tracepoint_args *ctx) in raw_tp_ctx_subprog()
69 int raw_tp_ctx(void *ctx) in raw_tp_ctx()
78 __weak int raw_tp_writable_ctx_subprog(struct bpf_raw_tracepoint_args *ctx) in raw_tp_writable_ctx_subprog()
85 int raw_tp_writable_ctx(void *ctx) in raw_tp_writable_ctx()
[all …]
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-samsung-s6e3ha2.c244 static int s6e3ha2_dcs_write(struct s6e3ha2 *ctx, const void *data, size_t len) in s6e3ha2_dcs_write()
251 #define s6e3ha2_dcs_write_seq_static(ctx, seq...) do { \ argument
265 static int s6e3ha2_test_key_on_f0(struct s6e3ha2 *ctx) in s6e3ha2_test_key_on_f0()
271 static int s6e3ha2_test_key_off_f0(struct s6e3ha2 *ctx) in s6e3ha2_test_key_off_f0()
277 static int s6e3ha2_test_key_on_fc(struct s6e3ha2 *ctx) in s6e3ha2_test_key_on_fc()
283 static int s6e3ha2_test_key_off_fc(struct s6e3ha2 *ctx) in s6e3ha2_test_key_off_fc()
289 static int s6e3ha2_single_dsi_set(struct s6e3ha2 *ctx) in s6e3ha2_single_dsi_set()
296 static int s6e3ha2_freq_calibration(struct s6e3ha2 *ctx) in s6e3ha2_freq_calibration()
317 static int s6e3ha2_aor_control(struct s6e3ha2 *ctx) in s6e3ha2_aor_control()
323 static int s6e3ha2_caps_elvss_set(struct s6e3ha2 *ctx) in s6e3ha2_caps_elvss_set()
[all …]
/openbmc/libpldm/src/
H A Dmsgbuf.h93 pldm_msgbuf_init_errno(struct pldm_msgbuf *ctx, size_t minsize, const void *buf, in pldm_msgbuf_init_errno()
128 LIBPLDM_CC_ALWAYS_INLINE int pldm_msgbuf_validate(struct pldm_msgbuf *ctx) in pldm_msgbuf_validate()
149 LIBPLDM_CC_ALWAYS_INLINE int pldm_msgbuf_consumed(struct pldm_msgbuf *ctx) in pldm_msgbuf_consumed()
169 LIBPLDM_CC_ALWAYS_INLINE int pldm_msgbuf_destroy(struct pldm_msgbuf *ctx) in pldm_msgbuf_destroy()
194 pldm_msgbuf_destroy_consumed(struct pldm_msgbuf *ctx) in pldm_msgbuf_destroy_consumed()
303 #define pldm_msgbuf_extract_uint8(ctx, dst) \ argument
309 pldm__msgbuf_extract_uint8(struct pldm_msgbuf *ctx, void *dst) in pldm__msgbuf_extract_uint8()
329 #define pldm_msgbuf_extract_int8(ctx, dst) \ argument
335 pldm__msgbuf_extract_int8(struct pldm_msgbuf *ctx, void *dst) in pldm__msgbuf_extract_int8()
355 #define pldm_msgbuf_extract_uint16(ctx, dst) \ argument
[all …]
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dsil-sii8620.c137 static int sii8620_clear_error(struct sii8620 *ctx) in sii8620_clear_error()
145 static void sii8620_read_buf(struct sii8620 *ctx, u16 addr, u8 *buf, int len) in sii8620_read_buf()
179 static u8 sii8620_readb(struct sii8620 *ctx, u16 addr) in sii8620_readb()
187 static void sii8620_write_buf(struct sii8620 *ctx, u16 addr, const u8 *buf, in sii8620_write_buf()
230 #define sii8620_write(ctx, addr, arr...) \ argument
236 static void __sii8620_write_seq(struct sii8620 *ctx, const u16 *seq, int len) in __sii8620_write_seq()
244 #define sii8620_write_seq(ctx, seq...) \ argument
250 #define sii8620_write_seq_static(ctx, seq...) \ argument
256 static void sii8620_setbits(struct sii8620 *ctx, u16 addr, u8 mask, u8 val) in sii8620_setbits()
262 static inline bool sii8620_is_mhl3(struct sii8620 *ctx) in sii8620_is_mhl3()
[all …]
/openbmc/qemu/target/hppa/
H A Dtranslate.c106 static int expand_sm_imm(DisasContext *ctx, int val) in expand_sm_imm()
121 static int expand_sr3x(DisasContext *ctx, int val) in expand_sr3x()
128 static int ma_to_m(DisasContext *ctx, int val) in ma_to_m()
134 static int pos_to_m(DisasContext *ctx, int val) in pos_to_m()
139 static int neg_to_m(DisasContext *ctx, int val) in neg_to_m()
145 static int expand_shl2(DisasContext *ctx, int val) in expand_shl2()
151 static int expand_shl11(DisasContext *ctx, int val) in expand_shl11()
156 static int assemble_6(DisasContext *ctx, int val) in assemble_6()
168 static int expand_11a(DisasContext *ctx, int val) in expand_11a()
185 static int expand_12a(DisasContext *ctx, int val) in expand_12a()
[all …]
/openbmc/qemu/target/loongarch/
H A Ddisas.c19 static inline int plus_1(DisasContext *ctx, int x) in plus_1()
24 static inline int shl_1(DisasContext *ctx, int x) in shl_1()
29 static inline int shl_2(DisasContext *ctx, int x) in shl_2()
34 static inline int shl_3(DisasContext *ctx, int x) in shl_3()
148 DisasContext ctx = { in print_insn_loongarch() local
160 static void output_r_i(DisasContext *ctx, arg_r_i *a, const char *mnemonic) in output_r_i()
165 static void output_rrr(DisasContext *ctx, arg_rrr *a, const char *mnemonic) in output_rrr()
170 static void output_rr_i(DisasContext *ctx, arg_rr_i *a, const char *mnemonic) in output_rr_i()
175 static void output_rrr_sa(DisasContext *ctx, arg_rrr_sa *a, in output_rrr_sa()
181 static void output_rr(DisasContext *ctx, arg_rr *a, const char *mnemonic) in output_rr()
[all …]
/openbmc/linux/drivers/base/regmap/
H A Dregmap-mmio.c65 static void regmap_mmio_write8(struct regmap_mmio_context *ctx, in regmap_mmio_write8()
72 static void regmap_mmio_write8_relaxed(struct regmap_mmio_context *ctx, in regmap_mmio_write8_relaxed()
79 static void regmap_mmio_iowrite8(struct regmap_mmio_context *ctx, in regmap_mmio_iowrite8()
85 static void regmap_mmio_write16le(struct regmap_mmio_context *ctx, in regmap_mmio_write16le()
92 static void regmap_mmio_write16le_relaxed(struct regmap_mmio_context *ctx, in regmap_mmio_write16le_relaxed()
99 static void regmap_mmio_iowrite16le(struct regmap_mmio_context *ctx, in regmap_mmio_iowrite16le()
105 static void regmap_mmio_write16be(struct regmap_mmio_context *ctx, in regmap_mmio_write16be()
112 static void regmap_mmio_iowrite16be(struct regmap_mmio_context *ctx, in regmap_mmio_iowrite16be()
118 static void regmap_mmio_write32le(struct regmap_mmio_context *ctx, in regmap_mmio_write32le()
125 static void regmap_mmio_write32le_relaxed(struct regmap_mmio_context *ctx, in regmap_mmio_write32le_relaxed()
[all …]
/openbmc/qemu/target/ppc/
H A Dtranslate.c212 static inline bool need_byteswap(const DisasContext *ctx) in need_byteswap()
241 static inline bool gen_serialize(DisasContext *ctx) in gen_serialize()
254 static inline bool gen_serialize_core(DisasContext *ctx) in gen_serialize_core()
263 static inline bool gen_serialize_core_lpar(DisasContext *ctx) in gen_serialize_core_lpar()
285 static inline void gen_set_access_type(DisasContext *ctx, int access_type) in gen_set_access_type()
293 static inline void gen_update_nip(DisasContext *ctx, target_ulong nip) in gen_update_nip()
301 static void gen_exception_err_nip(DisasContext *ctx, uint32_t excp, in gen_exception_err_nip()
313 static inline void gen_exception_err(DisasContext *ctx, uint32_t excp, in gen_exception_err()
323 static void gen_exception_nip(DisasContext *ctx, uint32_t excp, in gen_exception_nip()
334 static inline void gen_exception(DisasContext *ctx, uint32_t excp) in gen_exception()
[all …]
/openbmc/qemu/target/mips/tcg/
H A Dtx79_translate.c33 bool decode_ext_tx79(DisasContext *ctx, uint32_t insn) in decode_ext_tx79()
65 static bool trans_MFHI1(DisasContext *ctx, arg_r *a) in trans_MFHI1()
72 static bool trans_MFLO1(DisasContext *ctx, arg_r *a) in trans_MFLO1()
79 static bool trans_MTHI1(DisasContext *ctx, arg_r *a) in trans_MTHI1()
86 static bool trans_MTLO1(DisasContext *ctx, arg_r *a) in trans_MTLO1()
117 static bool trans_parallel_arith(DisasContext *ctx, arg_r *a, in trans_parallel_arith()
143 static bool trans_PSUBB(DisasContext *ctx, arg_r *a) in trans_PSUBB()
149 static bool trans_PSUBH(DisasContext *ctx, arg_r *a) in trans_PSUBH()
155 static bool trans_PSUBW(DisasContext *ctx, arg_r *a) in trans_PSUBW()
186 static bool trans_PAND(DisasContext *ctx, arg_r *a) in trans_PAND()
[all …]
H A Dmsa_translate.c65 static int df_extract_val(DisasContext *ctx, int x, const struct dfe *s) in df_extract_val()
79 static int df_extract_df(DisasContext *ctx, int x, const struct dfe *s) in df_extract_df()
97 static int elm_n(DisasContext *ctx, int x) in elm_n()
102 static int elm_df(DisasContext *ctx, int x) in elm_df()
115 static int bit_m(DisasContext *ctx, int x) in bit_m()
120 static int bit_df(DisasContext *ctx, int x) in bit_df()
152 static inline bool check_msa_enabled(DisasContext *ctx) in check_msa_enabled()
219 static bool gen_msa_BxZ_V(DisasContext *ctx, int wt, int sa, TCGCond cond) in gen_msa_BxZ_V()
244 static bool trans_BZ_V(DisasContext *ctx, arg_msa_bz *a) in trans_BZ_V()
249 static bool trans_BNZ_V(DisasContext *ctx, arg_msa_bz *a) in trans_BNZ_V()
[all …]
/openbmc/qemu/target/avr/
H A Dtranslate.c153 static int to_regs_16_31_by_one(DisasContext *ctx, int indx) in to_regs_16_31_by_one()
158 static int to_regs_16_23_by_one(DisasContext *ctx, int indx) in to_regs_16_23_by_one()
163 static int to_regs_24_30_by_two(DisasContext *ctx, int indx) in to_regs_24_30_by_two()
168 static int to_regs_00_30_by_two(DisasContext *ctx, int indx) in to_regs_00_30_by_two()
173 static uint16_t next_word(DisasContext *ctx) in next_word()
178 static int append_16(DisasContext *ctx, int x) in append_16()
183 static bool avr_have_feature(DisasContext *ctx, int feature) in avr_have_feature()
293 static bool trans_ADD(DisasContext *ctx, arg_ADD *a) in trans_ADD()
316 static bool trans_ADC(DisasContext *ctx, arg_ADC *a) in trans_ADC()
343 static bool trans_ADIW(DisasContext *ctx, arg_ADIW *a) in trans_ADIW()
[all …]
/openbmc/linux/io_uring/
H A Dio_uring.h98 static inline void io_lockdep_assert_cq_locked(struct io_ring_ctx *ctx) in io_lockdep_assert_cq_locked()
120 static inline void io_lockdep_assert_cq_locked(struct io_ring_ctx *ctx) in io_lockdep_assert_cq_locked()
133 static inline bool io_get_cqe_overflow(struct io_ring_ctx *ctx, in io_get_cqe_overflow()
151 static inline bool io_get_cqe(struct io_ring_ctx *ctx, struct io_uring_cqe **ret) in io_get_cqe()
156 static __always_inline bool io_fill_cqe_req(struct io_ring_ctx *ctx, in io_fill_cqe_req()
208 static inline void io_ring_submit_unlock(struct io_ring_ctx *ctx, in io_ring_submit_unlock()
216 static inline void io_ring_submit_lock(struct io_ring_ctx *ctx, in io_ring_submit_lock()
230 static inline void io_commit_cqring(struct io_ring_ctx *ctx) in io_commit_cqring()
236 static inline void io_poll_wq_wake(struct io_ring_ctx *ctx) in io_poll_wq_wake()
243 static inline void io_cqring_wake(struct io_ring_ctx *ctx) in io_cqring_wake()
[all …]
/openbmc/linux/drivers/gpu/drm/bridge/analogix/
H A Danx7625.c46 static int i2c_access_workaround(struct anx7625_data *ctx, in i2c_access_workaround()
80 static int anx7625_reg_read(struct anx7625_data *ctx, in anx7625_reg_read()
96 static int anx7625_reg_block_read(struct anx7625_data *ctx, in anx7625_reg_block_read()
113 static int anx7625_reg_write(struct anx7625_data *ctx, in anx7625_reg_write()
131 static int anx7625_reg_block_write(struct anx7625_data *ctx, in anx7625_reg_block_write()
148 static int anx7625_write_or(struct anx7625_data *ctx, in anx7625_write_or()
161 static int anx7625_write_and(struct anx7625_data *ctx, in anx7625_write_and()
174 static int anx7625_write_and_or(struct anx7625_data *ctx, in anx7625_write_and_or()
188 static int anx7625_config_bit_matrix(struct anx7625_data *ctx) in anx7625_config_bit_matrix()
202 static int anx7625_read_ctrl_status_p0(struct anx7625_data *ctx) in anx7625_read_ctrl_status_p0()
[all …]
/openbmc/qemu/util/
H A Dasync.c63 AioContext *ctx; member
75 AioContext *ctx = bh->ctx; in aio_bh_enqueue() local
129 void aio_bh_schedule_oneshot_full(AioContext *ctx, QEMUBHFunc *cb, in aio_bh_schedule_oneshot_full()
143 QEMUBH *aio_bh_new_full(AioContext *ctx, QEMUBHFunc *cb, void *opaque, in aio_bh_new_full()
180 int aio_bh_poll(AioContext *ctx) in aio_bh_poll()
276 aio_compute_timeout(AioContext *ctx) in aio_compute_timeout()
305 AioContext *ctx = (AioContext *) source; in aio_ctx_prepare() local
329 AioContext *ctx = (AioContext *) source; in aio_ctx_check() local
358 AioContext *ctx = (AioContext *) source; in aio_ctx_dispatch() local
368 AioContext *ctx = (AioContext *) source; in aio_ctx_finalize() local
[all …]
/openbmc/linux/sound/soc/intel/skylake/
H A Dcnl-sst-dsp.c27 cnl_dsp_core_set_reset_state(struct sst_dsp *ctx, unsigned int core_mask) in cnl_dsp_core_set_reset_state()
44 cnl_dsp_core_unset_reset_state(struct sst_dsp *ctx, unsigned int core_mask) in cnl_dsp_core_unset_reset_state()
59 static bool is_cnl_dsp_core_enable(struct sst_dsp *ctx, unsigned int core_mask) in is_cnl_dsp_core_enable()
77 static int cnl_dsp_reset_core(struct sst_dsp *ctx, unsigned int core_mask) in cnl_dsp_reset_core()
88 static int cnl_dsp_start_core(struct sst_dsp *ctx, unsigned int core_mask) in cnl_dsp_start_core()
111 static int cnl_dsp_core_power_up(struct sst_dsp *ctx, unsigned int core_mask) in cnl_dsp_core_power_up()
126 static int cnl_dsp_core_power_down(struct sst_dsp *ctx, unsigned int core_mask) in cnl_dsp_core_power_down()
141 int cnl_dsp_enable_core(struct sst_dsp *ctx, unsigned int core_mask) in cnl_dsp_enable_core()
156 int cnl_dsp_disable_core(struct sst_dsp *ctx, unsigned int core_mask) in cnl_dsp_disable_core()
186 struct sst_dsp *ctx = dev_id; in cnl_dsp_sst_interrupt() local
[all …]
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr_v5.c34 static int s5p_mfc_alloc_dec_temp_buffers_v5(struct s5p_mfc_ctx *ctx) in s5p_mfc_alloc_dec_temp_buffers_v5()
55 static void s5p_mfc_release_dec_desc_buffer_v5(struct s5p_mfc_ctx *ctx) in s5p_mfc_release_dec_desc_buffer_v5()
61 static int s5p_mfc_alloc_codec_buffers_v5(struct s5p_mfc_ctx *ctx) in s5p_mfc_alloc_codec_buffers_v5()
193 static void s5p_mfc_release_codec_buffers_v5(struct s5p_mfc_ctx *ctx) in s5p_mfc_release_codec_buffers_v5()
200 static int s5p_mfc_alloc_instance_buffer_v5(struct s5p_mfc_ctx *ctx) in s5p_mfc_alloc_instance_buffer_v5()
242 static void s5p_mfc_release_instance_buffer_v5(struct s5p_mfc_ctx *ctx) in s5p_mfc_release_instance_buffer_v5()
260 static void s5p_mfc_write_info_v5(struct s5p_mfc_ctx *ctx, unsigned int data, in s5p_mfc_write_info_v5()
267 static unsigned int s5p_mfc_read_info_v5(struct s5p_mfc_ctx *ctx, in s5p_mfc_read_info_v5()
274 static void s5p_mfc_dec_calc_dpb_size_v5(struct s5p_mfc_ctx *ctx) in s5p_mfc_dec_calc_dpb_size_v5()
316 static void s5p_mfc_enc_calc_src_size_v5(struct s5p_mfc_ctx *ctx) in s5p_mfc_enc_calc_src_size_v5()
[all …]
/openbmc/linux/drivers/media/i2c/
H A Dmax2175.c30 #define mxm_dbg(ctx, fmt, arg...) dev_dbg(&ctx->client->dev, fmt, ## arg) argument
31 #define mxm_err(ctx, fmt, arg...) dev_err(&ctx->client->dev, fmt, ## arg) argument
316 static int max2175_read(struct max2175 *ctx, u8 idx, u8 *val) in max2175_read()
330 static int max2175_write(struct max2175 *ctx, u8 idx, u8 val) in max2175_write()
342 static u8 max2175_read_bits(struct max2175 *ctx, u8 idx, u8 msb, u8 lsb) in max2175_read_bits()
352 static int max2175_write_bits(struct max2175 *ctx, u8 idx, in max2175_write_bits()
364 static int max2175_write_bit(struct max2175 *ctx, u8 idx, u8 bit, u8 newval) in max2175_write_bit()
370 static int max2175_poll_timeout(struct max2175 *ctx, u8 idx, u8 msb, u8 lsb, in max2175_poll_timeout()
380 static int max2175_poll_csm_ready(struct max2175 *ctx) in max2175_poll_csm_ready()
391 #define MAX2175_IS_BAND_AM(ctx) \ argument
[all …]
/openbmc/linux/drivers/media/dvb-core/
H A Ddvb_vb2.c33 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vq); in _queue_setup() local
52 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in _buffer_prepare() local
69 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in _buffer_queue() local
82 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vq); in _start_streaming() local
90 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vq); in _stop_streaming() local
108 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vq); in _dmxdev_lock() local
116 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vq); in _dmxdev_unlock() local
135 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in _fill_dmx_buffer() local
147 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in _fill_vb2_buffer() local
163 int dvb_vb2_init(struct dvb_vb2_ctx *ctx, const char *name, int nonblocking) in dvb_vb2_init()
[all …]

12345678910>>...123