Home
last modified time | relevance | path

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

12345678910>>...77

/linux/drivers/gpu/drm/i915/gem/
A Di915_gem_context.h27 static inline void i915_gem_context_set_closed(struct i915_gem_context *ctx) in i915_gem_context_set_closed()
94 i915_gem_context_user_engines(const struct i915_gem_context *ctx) in i915_gem_context_user_engines()
100 i915_gem_context_set_user_engines(struct i915_gem_context *ctx) in i915_gem_context_set_user_engines()
106 i915_gem_context_clear_user_engines(struct i915_gem_context *ctx) in i915_gem_context_clear_user_engines()
146 i915_gem_context_get(struct i915_gem_context *ctx) in i915_gem_context_get()
152 static inline void i915_gem_context_put(struct i915_gem_context *ctx) in i915_gem_context_put()
158 i915_gem_context_vm(struct i915_gem_context *ctx) in i915_gem_context_vm()
171 i915_gem_context_get_eb_vm(struct i915_gem_context *ctx) in i915_gem_context_get_eb_vm()
184 i915_gem_context_engines(struct i915_gem_context *ctx) in i915_gem_context_engines()
191 i915_gem_context_lock_engines(struct i915_gem_context *ctx) in i915_gem_context_lock_engines()
[all …]
/linux/arch/powerpc/platforms/cell/spufs/
A Dbacking_ops.c34 static void gen_spu_event(struct spu_context *ctx, u32 event) in gen_spu_event()
71 static u32 spu_backing_mbox_stat_read(struct spu_context *ctx) in spu_backing_mbox_stat_read()
170 static u32 spu_backing_signal1_read(struct spu_context *ctx) in spu_backing_signal1_read()
187 static u32 spu_backing_signal2_read(struct spu_context *ctx) in spu_backing_signal2_read()
242 static u32 spu_backing_npc_read(struct spu_context *ctx) in spu_backing_npc_read()
252 static u32 spu_backing_status_read(struct spu_context *ctx) in spu_backing_status_read()
257 static char *spu_backing_get_ls(struct spu_context *ctx) in spu_backing_get_ls()
267 static u32 spu_backing_runcntl_read(struct spu_context *ctx) in spu_backing_runcntl_read()
290 static void spu_backing_runcntl_stop(struct spu_context *ctx) in spu_backing_runcntl_stop()
306 static void spu_backing_master_stop(struct spu_context *ctx) in spu_backing_master_stop()
[all …]
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()
150 static u64 spu_hw_signal1_type_get(struct spu_context *ctx) in spu_hw_signal1_type_get()
176 static u32 spu_hw_npc_read(struct spu_context *ctx) in spu_hw_npc_read()
186 static u32 spu_hw_status_read(struct spu_context *ctx) in spu_hw_status_read()
191 static char *spu_hw_get_ls(struct spu_context *ctx) in spu_hw_get_ls()
201 static u32 spu_hw_runcntl_read(struct spu_context *ctx) in spu_hw_runcntl_read()
216 static void spu_hw_runcntl_stop(struct spu_context *ctx) in spu_hw_runcntl_stop()
225 static void spu_hw_master_start(struct spu_context *ctx) in spu_hw_master_start()
236 static void spu_hw_master_stop(struct spu_context *ctx) in spu_hw_master_stop()
[all …]
A Dfile.c160 struct spu_context *ctx = i->i_ctx; in spufs_mem_open() local
396 struct spu_context *ctx = data; in spufs_cntl_get() local
410 struct spu_context *ctx = data; in spufs_cntl_set() local
1001 struct spu_context *ctx; in spufs_signal1_write() local
1136 struct spu_context *ctx; in spufs_signal2_write() local
1245 struct spu_context *ctx = data; in spufs_signal1_type_set() local
1267 struct spu_context *ctx = data; in spufs_signal2_type_set() local
1752 struct spu_context *ctx = data; in spufs_npc_set() local
1773 struct spu_context *ctx = data; in spufs_decr_set() local
1796 struct spu_context *ctx = data; in spufs_decr_status_set() local
[all …]
A Dsched.c85 void spu_set_timeslice(struct spu_context *ctx) in spu_set_timeslice()
191 struct spu_context *ctx = spu->ctx; in do_notify_spus_active() local
256 struct spu_context *ctx; in aff_merge_remaining_ctxs() local
267 struct spu_context *ctx; in aff_set_offsets() local
343 struct spu_context *ctx; in aff_set_ref_point_location() local
394 static int has_affinity(struct spu_context *ctx) in has_affinity()
520 void spu_del_from_rq(struct spu_context *ctx) in spu_del_from_rq()
822 struct spu_context *ctx; in grab_runnable_context() local
878 void spu_deactivate(struct spu_context *ctx) in spu_deactivate()
892 void spu_yield(struct spu_context *ctx) in spu_yield()
[all …]
/linux/drivers/gpu/drm/panel/
A Dpanel-samsung-s6e3ha2.c329 static int s6e3ha2_acl_off(struct s6e3ha2 *ctx) in s6e3ha2_acl_off()
347 static int s6e3ha2_test(struct s6e3ha2 *ctx) in s6e3ha2_test()
366 static int s6e3ha2_poc_global(struct s6e3ha2 *ctx) in s6e3ha2_poc_global()
384 static int s6e3ha2_err_fg_set(struct s6e3ha2 *ctx) in s6e3ha2_err_fg_set()
390 static int s6e3ha2_hbm_off(struct s6e3ha2 *ctx) in s6e3ha2_hbm_off()
415 static int s6e3ha2_set_vint(struct s6e3ha2 *ctx) in s6e3ha2_set_vint()
451 struct s6e3ha2 *ctx = bl_get_data(bl_dev); in s6e3ha2_set_brightness() local
496 static int s6e3ha2_power_off(struct s6e3ha2 *ctx) in s6e3ha2_power_off()
523 static int s6e3ha2_power_on(struct s6e3ha2 *ctx) in s6e3ha2_power_on()
681 struct s6e3ha2 *ctx; in s6e3ha2_probe() local
[all …]
/linux/drivers/gpu/drm/bridge/
A Dsil-sii8620.c137 static int sii8620_clear_error(struct sii8620 *ctx) in sii8620_clear_error()
230 #define sii8620_write(ctx, addr, arr...) \ argument
244 #define sii8620_write_seq(ctx, seq...) \ argument
250 #define sii8620_write_seq_static(ctx, seq...) \ argument
278 static void sii8620_mt_work(struct sii8620 *ctx) in sii8620_mt_work()
934 static int sii8620_hw_on(struct sii8620 *ctx) in sii8620_hw_on()
954 static int sii8620_hw_off(struct sii8620 *ctx) in sii8620_hw_off()
2027 struct sii8620 *ctx = data; in sii8620_irq_thread() local
2137 struct sii8620 *ctx = in sii8620_extcon_work() local
2155 struct sii8620 *ctx = in sii8620_extcon_notifier() local
[all …]
/linux/drivers/gpu/drm/bridge/analogix/
A Danx7625.c78 static int anx7625_reg_read(struct anx7625_data *ctx, in anx7625_reg_read()
111 static int anx7625_reg_write(struct anx7625_data *ctx, in anx7625_reg_write()
129 static int anx7625_write_or(struct anx7625_data *ctx, in anx7625_write_or()
142 static int anx7625_write_and(struct anx7625_data *ctx, in anx7625_write_and()
655 static int sp_tx_rst_aux(struct anx7625_data *ctx) in sp_tx_rst_aux()
711 static int edid_read(struct anx7625_data *ctx, in edid_read()
1200 struct anx7625_data *ctx = container_of(work, in anx7625_work_func() local
1706 struct anx7625_data *ctx = dev_get_drvdata(dev); in anx7625_runtime_pm_suspend() local
1720 struct anx7625_data *ctx = dev_get_drvdata(dev); in anx7625_runtime_pm_resume() local
1734 struct anx7625_data *ctx = dev_get_drvdata(dev); in anx7625_resume() local
[all …]
/linux/drivers/base/regmap/
A Dregmap-mmio.c72 static void regmap_mmio_write8(struct regmap_mmio_context *ctx, in regmap_mmio_write8()
86 static void regmap_mmio_write16le(struct regmap_mmio_context *ctx, in regmap_mmio_write16le()
100 static void regmap_mmio_write16be(struct regmap_mmio_context *ctx, in regmap_mmio_write16be()
146 struct regmap_mmio_context *ctx = context; in regmap_mmio_write() local
227 struct regmap_mmio_context *ctx = context; in regmap_mmio_read() local
246 struct regmap_mmio_context *ctx = context; in regmap_mmio_free_context() local
269 struct regmap_mmio_context *ctx; in regmap_mmio_gen_context() local
402 struct regmap_mmio_context *ctx; in __regmap_init_mmio_clk() local
420 struct regmap_mmio_context *ctx; in __devm_regmap_init_mmio_clk() local
433 struct regmap_mmio_context *ctx = map->bus_context; in regmap_mmio_attach_clk() local
[all …]
/linux/drivers/media/platform/s5p-mfc/
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()
61 static int s5p_mfc_alloc_codec_buffers_v5(struct s5p_mfc_ctx *ctx) in s5p_mfc_alloc_codec_buffers_v5()
355 static void s5p_mfc_set_shared_buffer(struct s5p_mfc_ctx *ctx) in s5p_mfc_set_shared_buffer()
674 static int s5p_mfc_set_enc_params(struct s5p_mfc_ctx *ctx) in s5p_mfc_set_enc_params()
1043 static int s5p_mfc_init_decode_v5(struct s5p_mfc_ctx *ctx) in s5p_mfc_init_decode_v5()
1108 static int s5p_mfc_init_encode_v5(struct s5p_mfc_ctx *ctx) in s5p_mfc_init_encode_v5()
1151 static void s5p_mfc_run_res_change(struct s5p_mfc_ctx *ctx) in s5p_mfc_run_res_change()
1194 static int s5p_mfc_run_enc_frame(struct s5p_mfc_ctx *ctx) in s5p_mfc_run_enc_frame()
1248 static void s5p_mfc_run_init_dec(struct s5p_mfc_ctx *ctx) in s5p_mfc_run_init_dec()
1266 static void s5p_mfc_run_init_enc(struct s5p_mfc_ctx *ctx) in s5p_mfc_run_init_enc()
[all …]
A Ds5p_mfc_opr_v6.c46 static int s5p_mfc_alloc_dec_temp_buffers_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_alloc_dec_temp_buffers_v6()
60 static int s5p_mfc_alloc_codec_buffers_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_alloc_codec_buffers_v6()
436 static void s5p_mfc_dec_calc_dpb_size_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_dec_calc_dpb_size_v6()
728 static int s5p_mfc_set_slice_mode(struct s5p_mfc_ctx *ctx) in s5p_mfc_set_slice_mode()
749 static int s5p_mfc_set_enc_params(struct s5p_mfc_ctx *ctx) in s5p_mfc_set_enc_params()
914 static int s5p_mfc_set_enc_params_h264(struct s5p_mfc_ctx *ctx) in s5p_mfc_set_enc_params_h264()
1277 static int s5p_mfc_set_enc_params_h263(struct s5p_mfc_ctx *ctx) in s5p_mfc_set_enc_params_h263()
1347 static int s5p_mfc_set_enc_params_vp8(struct s5p_mfc_ctx *ctx) in s5p_mfc_set_enc_params_vp8()
1597 static int s5p_mfc_init_decode_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_init_decode_v6()
1702 static int s5p_mfc_init_encode_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_init_encode_v6()
[all …]
/linux/drivers/media/i2c/
A Dmax2175.c391 #define MAX2175_IS_BAND_AM(ctx) \ argument
394 #define MAX2175_IS_BAND_VHF(ctx) \ argument
397 #define MAX2175_IS_FM_MODE(ctx) \ argument
400 #define MAX2175_IS_FMHD_MODE(ctx) \ argument
403 #define MAX2175_IS_DAB_MODE(ctx) \ argument
1097 struct max2175 *ctx = max2175_from_sd(sd); in max2175_s_frequency() local
1127 struct max2175 *ctx = max2175_from_sd(sd); in max2175_g_frequency() local
1142 struct max2175 *ctx = max2175_from_sd(sd); in max2175_enum_freq_bands() local
1154 struct max2175 *ctx = max2175_from_sd(sd); in max2175_g_tuner() local
1282 struct max2175 *ctx; in max2175_probe() local
[all …]
/linux/sound/soc/intel/skylake/
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()
77 static int cnl_dsp_reset_core(struct sst_dsp *ctx, unsigned int core_mask) in cnl_dsp_reset_core()
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
220 void cnl_ipc_int_enable(struct sst_dsp *ctx) in cnl_ipc_int_enable()
226 void cnl_ipc_int_disable(struct sst_dsp *ctx) in cnl_ipc_int_disable()
232 void cnl_ipc_op_int_enable(struct sst_dsp *ctx) in cnl_ipc_op_int_enable()
245 void cnl_ipc_op_int_disable(struct sst_dsp *ctx) in cnl_ipc_op_int_disable()
[all …]
A Dskl-sst-dsp.c22 void skl_dsp_set_state_locked(struct sst_dsp *ctx, int state) in skl_dsp_set_state_locked()
34 void skl_dsp_init_core_state(struct sst_dsp *ctx) in skl_dsp_init_core_state()
49 unsigned int skl_dsp_get_enabled_cores(struct sst_dsp *ctx) in skl_dsp_get_enabled_cores()
106 struct sst_dsp *ctx, unsigned int core_mask) in skl_dsp_core_unset_reset_state()
274 int skl_dsp_boot(struct sst_dsp *ctx) in skl_dsp_boot()
304 struct sst_dsp *ctx = dev_id; in skl_dsp_sst_interrupt() local
336 int skl_dsp_get_core(struct sst_dsp *ctx, unsigned int core_id) in skl_dsp_get_core()
365 int skl_dsp_put_core(struct sst_dsp *ctx, unsigned int core_id) in skl_dsp_put_core()
393 int skl_dsp_wake(struct sst_dsp *ctx) in skl_dsp_wake()
399 int skl_dsp_sleep(struct sst_dsp *ctx) in skl_dsp_sleep()
[all …]
A Dskl-sst-cldma.c17 static void skl_cldma_int_enable(struct sst_dsp *ctx) in skl_cldma_int_enable()
23 void skl_cldma_int_disable(struct sst_dsp *ctx) in skl_cldma_int_disable()
55 static void skl_cldma_stream_clear(struct sst_dsp *ctx) in skl_cldma_stream_clear()
77 static void skl_cldma_setup_bdle(struct sst_dsp *ctx, in skl_cldma_setup_bdle()
129 static void skl_cldma_setup_spb(struct sst_dsp *ctx, in skl_cldma_setup_spb()
141 static void skl_cldma_cleanup_spb(struct sst_dsp *ctx) in skl_cldma_cleanup_spb()
151 static void skl_cldma_cleanup(struct sst_dsp *ctx) in skl_cldma_cleanup()
160 int skl_cldma_wait_interruptible(struct sst_dsp *ctx) in skl_cldma_wait_interruptible()
183 static void skl_cldma_stop(struct sst_dsp *ctx) in skl_cldma_stop()
307 void skl_cldma_process_intr(struct sst_dsp *ctx) in skl_cldma_process_intr()
[all …]
/linux/drivers/media/dvb-core/
A Ddvb_vb2.c37 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vq); in _queue_setup() local
56 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in _buffer_prepare() local
86 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vq); in _start_streaming() local
94 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vq); in _stop_streaming() local
112 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vq); in _dmxdev_lock() local
120 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vq); in _dmxdev_unlock() local
205 int dvb_vb2_release(struct dvb_vb2_ctx *ctx) in dvb_vb2_release()
218 int dvb_vb2_stream_on(struct dvb_vb2_ctx *ctx) in dvb_vb2_stream_on()
235 int dvb_vb2_stream_off(struct dvb_vb2_ctx *ctx) in dvb_vb2_stream_off()
252 int dvb_vb2_is_streaming(struct dvb_vb2_ctx *ctx) in dvb_vb2_is_streaming()
[all …]
/linux/tools/testing/selftests/bpf/progs/
A Dtest_sk_lookup.c76 int lookup_pass(struct bpf_sk_lookup *ctx) in lookup_pass()
82 int lookup_drop(struct bpf_sk_lookup *ctx) in lookup_drop()
88 int reuseport_pass(struct sk_reuseport_md *ctx) in reuseport_pass()
94 int reuseport_drop(struct sk_reuseport_md *ctx) in reuseport_drop()
101 int redir_port(struct bpf_sk_lookup *ctx) in redir_port()
120 int redir_ip4(struct bpf_sk_lookup *ctx) in redir_ip4()
143 int redir_ip6(struct bpf_sk_lookup *ctx) in redir_ip6()
168 int select_sock_a(struct bpf_sk_lookup *ctx) in select_sock_a()
198 int select_sock_b(struct sk_reuseport_md *ctx) in select_sock_b()
274 int sk_assign_null(struct bpf_sk_lookup *ctx) in sk_assign_null()
[all …]
/linux/drivers/gpu/drm/exynos/
A Dexynos_drm_fimc.c137 static void fimc_sw_reset(struct fimc_context *ctx) in fimc_sw_reset()
212 static void fimc_clear_irq(struct fimc_context *ctx) in fimc_clear_irq()
217 static bool fimc_check_ovf(struct fimc_context *ctx) in fimc_check_ovf()
948 struct fimc_context *ctx = dev_id; in fimc_irq_handler() local
998 static void fimc_reset(struct fimc_context *ctx) in fimc_reset()
1009 static void fimc_start(struct fimc_context *ctx) in fimc_start()
1055 static void fimc_stop(struct fimc_context *ctx) in fimc_stop()
1084 struct fimc_context *ctx = in fimc_commit() local
1113 struct fimc_context *ctx = in fimc_abort() local
1135 struct fimc_context *ctx = dev_get_drvdata(dev); in fimc_bind() local
[all …]
/linux/drivers/media/platform/exynos-gsc/
A Dgsc-m2m.c58 struct gsc_ctx *ctx = q->drv_priv; in gsc_m2m_start_streaming() local
80 struct gsc_ctx *ctx = q->drv_priv; in gsc_m2m_stop_streaming() local
146 struct gsc_ctx *ctx = priv; in gsc_m2m_device_run() local
288 struct gsc_ctx *ctx = fh_to_ctx(fh); in gsc_m2m_querycap() local
307 struct gsc_ctx *ctx = fh_to_ctx(fh); in gsc_m2m_g_fmt_mplane() local
315 struct gsc_ctx *ctx = fh_to_ctx(fh); in gsc_m2m_try_fmt_mplane() local
323 struct gsc_ctx *ctx = fh_to_ctx(fh); in gsc_m2m_s_fmt_mplane() local
369 struct gsc_ctx *ctx = fh_to_ctx(fh); in gsc_m2m_reqbufs() local
384 struct gsc_ctx *ctx = fh_to_ctx(fh); in gsc_m2m_expbuf() local
579 struct gsc_ctx *ctx = priv; in queue_init() local
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
A Datom.c61 struct atom_context *ctx; member
107 static uint32_t atom_iio_execute(struct atom_context *ctx, int base, in atom_iio_execute()
831 static void atom_op_or(atom_exec_context *ctx, int *ptr, int arg) in atom_op_or()
1289 static void atom_index_iio(struct atom_context *ctx, int base) in atom_index_iio()
1303 static void atom_get_vbios_name(struct atom_context *ctx) in atom_get_vbios_name()
1351 static void atom_get_vbios_date(struct atom_context *ctx) in atom_get_vbios_date()
1402 static void atom_get_vbios_pn(struct atom_context *ctx) in atom_get_vbios_pn()
1441 static void atom_get_vbios_version(struct atom_context *ctx) in atom_get_vbios_version()
1459 struct atom_context *ctx = in amdgpu_atom_parse() local
1532 int amdgpu_atom_asic_init(struct atom_context *ctx) in amdgpu_atom_asic_init()
[all …]
/linux/arch/mips/net/
A Dbpf_jit_comp32.c194 static void emit_load_delay(struct jit_context *ctx) in emit_load_delay()
201 static void emit_alu_i64(struct jit_context *ctx, in emit_alu_i64()
267 static void emit_alu_r64(struct jit_context *ctx, in emit_alu_r64()
321 static void emit_shift_i64(struct jit_context *ctx, in emit_shift_i64()
366 static void emit_shift_r64(struct jit_context *ctx, in emit_shift_r64()
474 static void emit_mul_r64(struct jit_context *ctx, in emit_mul_r64()
654 static void emit_ldx(struct jit_context *ctx, in emit_ldx()
689 static void emit_stx(struct jit_context *ctx, in emit_stx()
1092 static void emit_jmp_i64(struct jit_context *ctx, in emit_jmp_i64()
1185 static void emit_jmp_r64(struct jit_context *ctx, in emit_jmp_r64()
[all …]
/linux/drivers/misc/habanalabs/common/mmu/
A Dmmu_v1.c38 static void free_hop(struct hl_ctx *ctx, u64 hop_addr) in free_hop()
45 static u64 alloc_hop(struct hl_ctx *ctx) in alloc_hop()
85 static inline u64 get_phys_hop0_addr(struct hl_ctx *ctx) in get_phys_hop0_addr()
91 static inline u64 get_hop0_addr(struct hl_ctx *ctx) in get_hop0_addr()
97 static void flush(struct hl_ctx *ctx) in flush()
180 static inline u64 get_hop0_pte_addr(struct hl_ctx *ctx, in get_hop0_pte_addr()
490 static int hl_mmu_v1_ctx_init(struct hl_ctx *ctx) in hl_mmu_v1_ctx_init()
506 static void hl_mmu_v1_ctx_fini(struct hl_ctx *ctx) in hl_mmu_v1_ctx_fini()
527 static int _hl_mmu_v1_unmap(struct hl_ctx *ctx, in _hl_mmu_v1_unmap()
832 static void hl_mmu_v1_swap_out(struct hl_ctx *ctx) in hl_mmu_v1_swap_out()
[all …]
/linux/drivers/media/platform/ti-vpe/
A Dcal-video.c50 struct cal_ctx *ctx = video_drvdata(file); in cal_querycap() local
63 struct cal_ctx *ctx = video_drvdata(file); in cal_g_fmt_vid_cap() local
108 struct cal_ctx *ctx = video_drvdata(file); in cal_legacy_enum_fmt_vid_cap() local
195 struct cal_ctx *ctx = video_drvdata(file); in cal_legacy_try_fmt_vid_cap() local
255 struct cal_ctx *ctx = video_drvdata(file); in cal_legacy_s_fmt_vid_cap() local
306 struct cal_ctx *ctx = video_drvdata(file); in cal_legacy_enum_framesizes() local
366 struct cal_ctx *ctx = video_drvdata(file); in cal_legacy_enum_frameintervals() local
393 struct cal_ctx *ctx = video_drvdata(file); in cal_legacy_g_parm() local
400 struct cal_ctx *ctx = video_drvdata(file); in cal_legacy_s_parm() local
521 struct cal_ctx *ctx = video_drvdata(file); in cal_mc_try_fmt_vid_cap() local
[all …]
/linux/arch/riscv/net/
A Dbpf_jit_comp64.c88 static void mark_fp(struct rv_jit_context *ctx) in mark_fp()
93 static void mark_call(struct rv_jit_context *ctx) in mark_call()
98 static bool seen_call(struct rv_jit_context *ctx) in seen_call()
103 static void mark_tail_call(struct rv_jit_context *ctx) in mark_tail_call()
108 static bool seen_tail_call(struct rv_jit_context *ctx) in seen_tail_call()
113 static u8 rv_tail_call_reg(struct rv_jit_context *ctx) in rv_tail_call_reg()
227 struct rv_jit_context *ctx) in emit_bcc()
263 struct rv_jit_context *ctx) in emit_branch()
361 struct rv_jit_context *ctx) in init_regs()
414 struct rv_jit_context *ctx) in emit_jump_and_link()
[all …]
/linux/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_hw_ctl.c87 static inline void dpu_hw_ctl_trigger_start(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_trigger_start()
94 static inline void dpu_hw_ctl_trigger_pending(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_trigger_pending()
116 static u32 dpu_hw_ctl_get_pending_flush(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_get_pending_flush()
134 static inline void dpu_hw_ctl_trigger_flush(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_trigger_flush()
141 static uint32_t dpu_hw_ctl_get_bitmask_sspp(struct dpu_hw_ctl *ctx, in dpu_hw_ctl_get_bitmask_sspp()
311 static int dpu_hw_ctl_reset_control(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_reset_control()
323 static int dpu_hw_ctl_wait_reset_status(struct dpu_hw_ctl *ctx) in dpu_hw_ctl_wait_reset_status()
359 static void dpu_hw_ctl_setup_blendstage(struct dpu_hw_ctl *ctx, in dpu_hw_ctl_setup_blendstage()
494 static void dpu_hw_ctl_intf_cfg_v1(struct dpu_hw_ctl *ctx, in dpu_hw_ctl_intf_cfg_v1()
514 static void dpu_hw_ctl_intf_cfg(struct dpu_hw_ctl *ctx, in dpu_hw_ctl_intf_cfg()
[all …]

Completed in 69 milliseconds

12345678910>>...77