/drivers/gpu/drm/bridge/ |
D | sil-sii8620.c | 126 static int sii8620_clear_error(struct sii8620 *ctx) in sii8620_clear_error() 134 static void sii8620_read_buf(struct sii8620 *ctx, u16 addr, u8 *buf, int len) in sii8620_read_buf() 168 static u8 sii8620_readb(struct sii8620 *ctx, u16 addr) in sii8620_readb() 176 static void sii8620_write_buf(struct sii8620 *ctx, u16 addr, const u8 *buf, in sii8620_write_buf() 219 #define sii8620_write(ctx, addr, arr...) \ argument 225 static void __sii8620_write_seq(struct sii8620 *ctx, const u16 *seq, int len) in __sii8620_write_seq() 233 #define sii8620_write_seq(ctx, seq...) \ argument 239 #define sii8620_write_seq_static(ctx, seq...) \ argument 245 static void sii8620_setbits(struct sii8620 *ctx, u16 addr, u8 mask, u8 val) in sii8620_setbits() 251 static inline bool sii8620_is_mhl3(struct sii8620 *ctx) in sii8620_is_mhl3() [all …]
|
/drivers/gpu/drm/panel/ |
D | panel-samsung-s6e3ha2.c | 244 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 …]
|
D | panel-lg-lg4573.c | 40 static int lg4573_spi_write_u16(struct lg4573 *ctx, u16 data) in lg4573_spi_write_u16() 56 static int lg4573_spi_write_u16_array(struct lg4573 *ctx, const u16 *buffer, in lg4573_spi_write_u16_array() 71 static int lg4573_spi_write_dcs(struct lg4573 *ctx, u8 dcs) in lg4573_spi_write_dcs() 76 static int lg4573_display_on(struct lg4573 *ctx) in lg4573_display_on() 89 static int lg4573_display_off(struct lg4573 *ctx) in lg4573_display_off() 102 static int lg4573_display_mode_settings(struct lg4573 *ctx) in lg4573_display_mode_settings() 120 static int lg4573_power_settings(struct lg4573 *ctx) in lg4573_power_settings() 136 static int lg4573_gamma_settings(struct lg4573 *ctx) in lg4573_gamma_settings() 161 static int lg4573_init(struct lg4573 *ctx) in lg4573_init() 178 static int lg4573_power_on(struct lg4573 *ctx) in lg4573_power_on() [all …]
|
D | panel-samsung-s6e8aa0.c | 128 static int s6e8aa0_clear_error(struct s6e8aa0 *ctx) in s6e8aa0_clear_error() 136 static void s6e8aa0_dcs_write(struct s6e8aa0 *ctx, const void *data, size_t len) in s6e8aa0_dcs_write() 152 static int s6e8aa0_dcs_read(struct s6e8aa0 *ctx, u8 cmd, void *data, size_t len) in s6e8aa0_dcs_read() 169 #define s6e8aa0_dcs_write_seq(ctx, seq...) \ argument 176 #define s6e8aa0_dcs_write_seq_static(ctx, seq...) \ argument 182 static void s6e8aa0_apply_level_1_key(struct s6e8aa0 *ctx) in s6e8aa0_apply_level_1_key() 187 static void s6e8aa0_panel_cond_set_v142(struct s6e8aa0 *ctx) in s6e8aa0_panel_cond_set_v142() 258 static void s6e8aa0_panel_cond_set(struct s6e8aa0 *ctx) in s6e8aa0_panel_cond_set() 272 static void s6e8aa0_display_condition_set(struct s6e8aa0 *ctx) in s6e8aa0_display_condition_set() 277 static void s6e8aa0_etc_source_control(struct s6e8aa0 *ctx) in s6e8aa0_etc_source_control() [all …]
|
/drivers/media/i2c/ |
D | max2175.c | 38 #define mxm_dbg(ctx, fmt, arg...) dev_dbg(&ctx->client->dev, fmt, ## arg) argument 39 #define mxm_err(ctx, fmt, arg...) dev_err(&ctx->client->dev, fmt, ## arg) argument 324 static int max2175_read(struct max2175 *ctx, u8 idx, u8 *val) in max2175_read() 338 static int max2175_write(struct max2175 *ctx, u8 idx, u8 val) in max2175_write() 350 static u8 max2175_read_bits(struct max2175 *ctx, u8 idx, u8 msb, u8 lsb) in max2175_read_bits() 360 static int max2175_write_bits(struct max2175 *ctx, u8 idx, in max2175_write_bits() 372 static int max2175_write_bit(struct max2175 *ctx, u8 idx, u8 bit, u8 newval) in max2175_write_bit() 378 static int max2175_poll_timeout(struct max2175 *ctx, u8 idx, u8 msb, u8 lsb, in max2175_poll_timeout() 388 static int max2175_poll_csm_ready(struct max2175 *ctx) in max2175_poll_csm_ready() 399 #define MAX2175_IS_BAND_AM(ctx) \ argument [all …]
|
/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_opr_v5.c | 37 static int s5p_mfc_alloc_dec_temp_buffers_v5(struct s5p_mfc_ctx *ctx) in s5p_mfc_alloc_dec_temp_buffers_v5() 58 static void s5p_mfc_release_dec_desc_buffer_v5(struct s5p_mfc_ctx *ctx) in s5p_mfc_release_dec_desc_buffer_v5() 64 static int s5p_mfc_alloc_codec_buffers_v5(struct s5p_mfc_ctx *ctx) in s5p_mfc_alloc_codec_buffers_v5() 196 static void s5p_mfc_release_codec_buffers_v5(struct s5p_mfc_ctx *ctx) in s5p_mfc_release_codec_buffers_v5() 203 static int s5p_mfc_alloc_instance_buffer_v5(struct s5p_mfc_ctx *ctx) in s5p_mfc_alloc_instance_buffer_v5() 245 static void s5p_mfc_release_instance_buffer_v5(struct s5p_mfc_ctx *ctx) in s5p_mfc_release_instance_buffer_v5() 263 static void s5p_mfc_write_info_v5(struct s5p_mfc_ctx *ctx, unsigned int data, in s5p_mfc_write_info_v5() 270 static unsigned int s5p_mfc_read_info_v5(struct s5p_mfc_ctx *ctx, in s5p_mfc_read_info_v5() 277 static void s5p_mfc_dec_calc_dpb_size_v5(struct s5p_mfc_ctx *ctx) in s5p_mfc_dec_calc_dpb_size_v5() 319 static void s5p_mfc_enc_calc_src_size_v5(struct s5p_mfc_ctx *ctx) in s5p_mfc_enc_calc_src_size_v5() [all …]
|
D | s5p_mfc_opr_v6.c | 49 static int s5p_mfc_alloc_dec_temp_buffers_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_alloc_dec_temp_buffers_v6() 57 static void s5p_mfc_release_dec_desc_buffer_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_release_dec_desc_buffer_v6() 63 static int s5p_mfc_alloc_codec_buffers_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_alloc_codec_buffers_v6() 253 static void s5p_mfc_release_codec_buffers_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_release_codec_buffers_v6() 259 static int s5p_mfc_alloc_instance_buffer_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_alloc_instance_buffer_v6() 309 static void s5p_mfc_release_instance_buffer_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_release_instance_buffer_v6() 357 static void s5p_mfc_dec_calc_dpb_size_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_dec_calc_dpb_size_v6() 383 static void s5p_mfc_enc_calc_src_size_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_enc_calc_src_size_v6() 402 static int s5p_mfc_set_dec_stream_buffer_v6(struct s5p_mfc_ctx *ctx, in s5p_mfc_set_dec_stream_buffer_v6() 424 static int s5p_mfc_set_dec_frame_buffer_v6(struct s5p_mfc_ctx *ctx) in s5p_mfc_set_dec_frame_buffer_v6() [all …]
|
/drivers/media/platform/exynos-gsc/ |
D | gsc-m2m.c | 31 static int gsc_m2m_ctx_stop_req(struct gsc_ctx *ctx) in gsc_m2m_ctx_stop_req() 49 static void __gsc_m2m_job_abort(struct gsc_ctx *ctx) in __gsc_m2m_job_abort() 62 struct gsc_ctx *ctx = q->drv_priv; in gsc_m2m_start_streaming() local 69 static void __gsc_m2m_cleanup_queue(struct gsc_ctx *ctx) in __gsc_m2m_cleanup_queue() 86 struct gsc_ctx *ctx = q->drv_priv; in gsc_m2m_stop_streaming() local 95 void gsc_m2m_job_finish(struct gsc_ctx *ctx, int vb_state) in gsc_m2m_job_finish() 126 static int gsc_get_bufs(struct gsc_ctx *ctx) in gsc_get_bufs() 152 struct gsc_ctx *ctx = priv; in gsc_m2m_device_run() local 235 struct gsc_ctx *ctx = vb2_get_drv_priv(vq); in gsc_m2m_queue_setup() local 254 struct gsc_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in gsc_m2m_buf_prepare() local [all …]
|
/drivers/media/platform/mtk-vcodec/ |
D | mtk_vcodec_dec.c | 93 static struct mtk_q_data *mtk_vdec_get_q_data(struct mtk_vcodec_ctx *ctx, in mtk_vdec_get_q_data() 108 static struct vb2_buffer *get_display_buffer(struct mtk_vcodec_ctx *ctx) in get_display_buffer() 159 static struct vb2_buffer *get_free_buffer(struct mtk_vcodec_ctx *ctx) in get_free_buffer() 238 static void clean_display_buffer(struct mtk_vcodec_ctx *ctx) in clean_display_buffer() 247 static void clean_free_buffer(struct mtk_vcodec_ctx *ctx) in clean_free_buffer() 256 static void mtk_vdec_queue_res_chg_event(struct mtk_vcodec_ctx *ctx) in mtk_vdec_queue_res_chg_event() 268 static void mtk_vdec_flush_decoder(struct mtk_vcodec_ctx *ctx) in mtk_vdec_flush_decoder() 281 static int mtk_vdec_pic_info_update(struct mtk_vcodec_ctx *ctx) in mtk_vdec_pic_info_update() 325 struct mtk_vcodec_ctx *ctx = container_of(work, struct mtk_vcodec_ctx, in mtk_vdec_worker() local 486 struct mtk_vcodec_ctx *ctx = fh_to_ctx(priv); in vidioc_decoder_cmd() local [all …]
|
D | mtk_vcodec_enc.c | 92 struct mtk_vcodec_ctx *ctx = ctrl_to_ctx(ctrl); in vidioc_venc_s_ctrl() local 235 struct mtk_vcodec_ctx *ctx = fh_to_ctx(priv); in vidioc_venc_s_parm() local 254 struct mtk_vcodec_ctx *ctx = fh_to_ctx(priv); in vidioc_venc_g_parm() local 268 static struct mtk_q_data *mtk_venc_get_q_data(struct mtk_vcodec_ctx *ctx, in mtk_venc_get_q_data() 376 static void mtk_venc_set_param(struct mtk_vcodec_ctx *ctx, in mtk_venc_set_param() 426 struct mtk_vcodec_ctx *ctx = fh_to_ctx(priv); in vidioc_venc_s_fmt_cap() local 488 struct mtk_vcodec_ctx *ctx = fh_to_ctx(priv); in vidioc_venc_s_fmt_out() local 556 struct mtk_vcodec_ctx *ctx = fh_to_ctx(priv); in vidioc_venc_g_fmt() local 592 struct mtk_vcodec_ctx *ctx = fh_to_ctx(priv); in vidioc_try_fmt_vid_cap_mplane() local 630 struct mtk_vcodec_ctx *ctx = fh_to_ctx(priv); in vidioc_venc_g_selection() local [all …]
|
/drivers/gpu/drm/amd/amdgpu/ |
D | atom.c | 56 struct atom_context *ctx; member 102 static uint32_t atom_iio_execute(struct atom_context *ctx, int base, in atom_iio_execute() 174 static uint32_t atom_get_src_int(atom_exec_context *ctx, uint8_t attr, in atom_get_src_int() 359 static void atom_skip_src_int(atom_exec_context *ctx, uint8_t attr, int *ptr) in atom_skip_src_int() 395 static uint32_t atom_get_src(atom_exec_context *ctx, uint8_t attr, int *ptr) in atom_get_src() 400 static uint32_t atom_get_src_direct(atom_exec_context *ctx, uint8_t align, int *ptr) in atom_get_src_direct() 426 static uint32_t atom_get_dst(atom_exec_context *ctx, int arg, uint8_t attr, in atom_get_dst() 435 static void atom_skip_dst(atom_exec_context *ctx, int arg, uint8_t attr, int *ptr) in atom_skip_dst() 442 static void atom_put_dst(atom_exec_context *ctx, int arg, uint8_t attr, in atom_put_dst() 578 static void atom_op_add(atom_exec_context *ctx, int *ptr, int arg) in atom_op_add() [all …]
|
/drivers/gpu/drm/radeon/ |
D | atom.c | 56 struct atom_context *ctx; member 103 static uint32_t atom_iio_execute(struct atom_context *ctx, int base, in atom_iio_execute() 178 static uint32_t atom_get_src_int(atom_exec_context *ctx, uint8_t attr, in atom_get_src_int() 363 static void atom_skip_src_int(atom_exec_context *ctx, uint8_t attr, int *ptr) in atom_skip_src_int() 399 static uint32_t atom_get_src(atom_exec_context *ctx, uint8_t attr, int *ptr) in atom_get_src() 404 static uint32_t atom_get_src_direct(atom_exec_context *ctx, uint8_t align, int *ptr) in atom_get_src_direct() 430 static uint32_t atom_get_dst(atom_exec_context *ctx, int arg, uint8_t attr, in atom_get_dst() 439 static void atom_skip_dst(atom_exec_context *ctx, int arg, uint8_t attr, int *ptr) in atom_skip_dst() 446 static void atom_put_dst(atom_exec_context *ctx, int arg, uint8_t attr, in atom_put_dst() 582 static void atom_op_add(atom_exec_context *ctx, int *ptr, int arg) in atom_op_add() [all …]
|
/drivers/base/regmap/ |
D | regmap-mmio.c | 81 static void regmap_mmio_write8(struct regmap_mmio_context *ctx, in regmap_mmio_write8() 88 static void regmap_mmio_write16le(struct regmap_mmio_context *ctx, in regmap_mmio_write16le() 95 static void regmap_mmio_write16be(struct regmap_mmio_context *ctx, in regmap_mmio_write16be() 102 static void regmap_mmio_write32le(struct regmap_mmio_context *ctx, in regmap_mmio_write32le() 109 static void regmap_mmio_write32be(struct regmap_mmio_context *ctx, in regmap_mmio_write32be() 117 static void regmap_mmio_write64le(struct regmap_mmio_context *ctx, in regmap_mmio_write64le() 127 struct regmap_mmio_context *ctx = context; in regmap_mmio_write() local 144 static unsigned int regmap_mmio_read8(struct regmap_mmio_context *ctx, in regmap_mmio_read8() 150 static unsigned int regmap_mmio_read16le(struct regmap_mmio_context *ctx, in regmap_mmio_read16le() 156 static unsigned int regmap_mmio_read16be(struct regmap_mmio_context *ctx, in regmap_mmio_read16be() [all …]
|
/drivers/misc/cxl/ |
D | api.c | 59 void cxl_release_mapping(struct cxl_context *ctx) in cxl_release_mapping() 126 struct cxl_context *ctx; in cxl_dev_context_init() local 158 int cxl_release_context(struct cxl_context *ctx) in cxl_release_context() 169 static irq_hw_number_t cxl_find_afu_irq(struct cxl_context *ctx, int num) in cxl_find_afu_irq() 184 int _cxl_next_msi_hwirq(struct pci_dev *pdev, struct cxl_context **ctx, int *afu_irq) in _cxl_next_msi_hwirq() 200 int cxl_set_priv(struct cxl_context *ctx, void *priv) in cxl_set_priv() 211 void *cxl_get_priv(struct cxl_context *ctx) in cxl_get_priv() 220 int cxl_allocate_afu_irqs(struct cxl_context *ctx, int num) in cxl_allocate_afu_irqs() 250 void cxl_free_afu_irqs(struct cxl_context *ctx) in cxl_free_afu_irqs() 268 int cxl_map_afu_irq(struct cxl_context *ctx, int num, in cxl_map_afu_irq() [all …]
|
D | context.c | 38 int cxl_context_init(struct cxl_context *ctx, struct cxl_afu *afu, bool master) in cxl_context_init() 120 void cxl_context_set_mapping(struct cxl_context *ctx, in cxl_context_set_mapping() 131 struct cxl_context *ctx = vma->vm_file->private_data; in cxl_mmap_fault() local 183 int cxl_context_iomap(struct cxl_context *ctx, struct vm_area_struct *vma) in cxl_context_iomap() 235 int __detach_context(struct cxl_context *ctx) in __detach_context() 281 void cxl_context_detach(struct cxl_context *ctx) in cxl_context_detach() 298 struct cxl_context *ctx; in cxl_context_detach_all() local 325 struct cxl_context *ctx = container_of(rcu, struct cxl_context, rcu); in reclaim_ctx() local 341 void cxl_context_free(struct cxl_context *ctx) in cxl_context_free() 351 void cxl_context_mm_count_get(struct cxl_context *ctx) in cxl_context_mm_count_get() [all …]
|
/drivers/media/platform/sti/bdisp/ |
D | bdisp-v4l2.c | 120 static inline void bdisp_ctx_state_lock_set(u32 state, struct bdisp_ctx *ctx) in bdisp_ctx_state_lock_set() 129 static inline void bdisp_ctx_state_lock_clear(u32 state, struct bdisp_ctx *ctx) in bdisp_ctx_state_lock_clear() 138 static inline bool bdisp_ctx_state_is_set(u32 mask, struct bdisp_ctx *ctx) in bdisp_ctx_state_is_set() 164 static struct bdisp_frame *ctx_get_frame(struct bdisp_ctx *ctx, in ctx_get_frame() 181 static void bdisp_job_finish(struct bdisp_ctx *ctx, int vb_state) in bdisp_job_finish() 208 static int bdisp_ctx_stop_req(struct bdisp_ctx *ctx) in bdisp_ctx_stop_req() 236 static void __bdisp_job_abort(struct bdisp_ctx *ctx) in __bdisp_job_abort() 253 static int bdisp_get_addr(struct bdisp_ctx *ctx, struct vb2_buffer *vb, in bdisp_get_addr() 281 static int bdisp_get_bufs(struct bdisp_ctx *ctx) in bdisp_get_bufs() 307 struct bdisp_ctx *ctx = priv; in bdisp_device_run() local [all …]
|
/drivers/gpu/drm/exynos/ |
D | exynos_drm_fimc.c | 171 static u32 fimc_read(struct fimc_context *ctx, u32 reg) in fimc_read() 176 static void fimc_write(struct fimc_context *ctx, u32 val, u32 reg) in fimc_write() 181 static void fimc_set_bits(struct fimc_context *ctx, u32 reg, u32 bits) in fimc_set_bits() 188 static void fimc_clear_bits(struct fimc_context *ctx, u32 reg, u32 bits) in fimc_clear_bits() 195 static void fimc_sw_reset(struct fimc_context *ctx) in fimc_sw_reset() 220 static int fimc_set_camblk_fimd0_wb(struct fimc_context *ctx) in fimc_set_camblk_fimd0_wb() 227 static void fimc_set_type_ctrl(struct fimc_context *ctx, enum fimc_wb wb) in fimc_set_type_ctrl() 262 static void fimc_handle_jpeg(struct fimc_context *ctx, bool enable) in fimc_handle_jpeg() 277 static void fimc_mask_irq(struct fimc_context *ctx, bool enable) in fimc_mask_irq() 292 static void fimc_clear_irq(struct fimc_context *ctx) in fimc_clear_irq() [all …]
|
D | exynos7_drm_decon.c | 89 struct decon_context *ctx = crtc->ctx; in decon_wait_for_vblank() local 108 struct decon_context *ctx = crtc->ctx; in decon_clear_channels() local 129 static int decon_ctx_initialize(struct decon_context *ctx, in decon_ctx_initialize() 139 static void decon_ctx_remove(struct decon_context *ctx) in decon_ctx_remove() 145 static u32 decon_calc_clkdiv(struct decon_context *ctx, in decon_calc_clkdiv() 159 struct decon_context *ctx = crtc->ctx; in decon_commit() local 224 struct decon_context *ctx = crtc->ctx; in decon_enable_vblank() local 249 struct decon_context *ctx = crtc->ctx; in decon_disable_vblank() local 266 static void decon_win_set_pixfmt(struct decon_context *ctx, unsigned int win, in decon_win_set_pixfmt() 338 static void decon_win_set_colkey(struct decon_context *ctx, unsigned int win) in decon_win_set_colkey() [all …]
|
D | exynos5433_drm_decon.c | 83 static inline void decon_set_bits(struct decon_context *ctx, u32 reg, u32 mask, in decon_set_bits() 92 struct decon_context *ctx = crtc->ctx; in decon_enable_vblank() local 112 struct decon_context *ctx = crtc->ctx; in decon_disable_vblank() local 122 static u32 decon_get_frame_count(struct decon_context *ctx, bool end) in decon_get_frame_count() 163 static void decon_setup_trigger(struct decon_context *ctx) in decon_setup_trigger() 185 struct decon_context *ctx = crtc->ctx; in decon_commit() local 251 static void decon_win_set_pixfmt(struct decon_context *ctx, unsigned int win, in decon_win_set_pixfmt() 301 static void decon_shadow_protect(struct decon_context *ctx, bool protect) in decon_shadow_protect() 309 struct decon_context *ctx = crtc->ctx; in decon_atomic_begin() local 323 struct decon_context *ctx = crtc->ctx; in decon_update_plane() local [all …]
|
/drivers/media/platform/sti/delta/ |
D | delta-v4l2.c | 61 static void dump_au(struct delta_ctx *ctx, struct delta_au *au) in dump_au() 77 static void dump_frame(struct delta_ctx *ctx, struct delta_frame *frame) in dump_frame() 90 static void delta_au_done(struct delta_ctx *ctx, struct delta_au *au, int err) in delta_au_done() 99 static void delta_frame_done(struct delta_ctx *ctx, struct delta_frame *frame, in delta_frame_done() 117 static void requeue_free_frames(struct delta_ctx *ctx) in requeue_free_frames() 134 static int delta_recycle(struct delta_ctx *ctx, struct delta_frame *frame) in delta_recycle() 159 static void delta_push_dts(struct delta_ctx *ctx, u64 val) in delta_push_dts() 177 static void delta_pop_dts(struct delta_ctx *ctx, u64 *val) in delta_pop_dts() 201 static void delta_flush_dts(struct delta_ctx *ctx) in delta_flush_dts() 242 static void set_default_params(struct delta_ctx *ctx) in set_default_params() [all …]
|
/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxnv50.c | 177 nv50_grctx_generate(struct nvkm_grctx *ctx) in nv50_grctx_generate() 269 struct nvkm_grctx ctx = { in nv50_grctx_init() local 297 nv50_gr_construct_mmio(struct nvkm_grctx *ctx) in nv50_gr_construct_mmio() 785 dd_emit(struct nvkm_grctx *ctx, int num, u32 val) { in dd_emit() 795 nv50_gr_construct_mmio_ddata(struct nvkm_grctx *ctx) in nv50_gr_construct_mmio_ddata() 1158 xf_emit(struct nvkm_grctx *ctx, int num, u32 val) { in xf_emit() 1189 nv50_gr_construct_xfer1(struct nvkm_grctx *ctx) in nv50_gr_construct_xfer1() 1352 nv50_gr_construct_gene_dispatch(struct nvkm_grctx *ctx) in nv50_gr_construct_gene_dispatch() 1408 nv50_gr_construct_gene_m2mf(struct nvkm_grctx *ctx) in nv50_gr_construct_gene_m2mf() 1460 nv50_gr_construct_gene_ccache(struct nvkm_grctx *ctx) in nv50_gr_construct_gene_ccache() [all …]
|
/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | rxon.c | 39 struct iwl_rxon_context *ctx) in iwl_connection_init_rx_config() 100 struct iwl_rxon_context *ctx, in iwlagn_disable_bss() 120 struct iwl_rxon_context *ctx, in iwlagn_disable_pan() 157 struct iwl_rxon_context *ctx, in iwlagn_disconn_pan() 173 struct iwl_rxon_context *ctx) in iwlagn_update_qos() 213 struct iwl_rxon_context *ctx) in iwlagn_send_rxon_assoc() 293 struct iwl_rxon_context *ctx) in iwl_send_rxon_timing() 361 struct iwl_rxon_context *ctx) in iwlagn_rxon_disconn() 407 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS]; in iwl_set_tx_power() local 461 struct iwl_rxon_context *ctx) in iwlagn_rxon_connect() [all …]
|
/drivers/gpu/drm/ |
D | drm_modeset_lock.c | 88 struct drm_modeset_acquire_ctx *ctx; in drm_modeset_lock_all() local 141 struct drm_modeset_acquire_ctx *ctx = config->acquire_ctx; in drm_modeset_unlock_all() local 183 void drm_modeset_acquire_init(struct drm_modeset_acquire_ctx *ctx, in drm_modeset_acquire_init() 196 void drm_modeset_acquire_fini(struct drm_modeset_acquire_ctx *ctx) in drm_modeset_acquire_fini() 208 void drm_modeset_drop_locks(struct drm_modeset_acquire_ctx *ctx) in drm_modeset_drop_locks() 223 struct drm_modeset_acquire_ctx *ctx, in modeset_lock() 264 static int modeset_backoff(struct drm_modeset_acquire_ctx *ctx, in modeset_backoff() 287 void drm_modeset_backoff(struct drm_modeset_acquire_ctx *ctx) in drm_modeset_backoff() 299 int drm_modeset_backoff_interruptible(struct drm_modeset_acquire_ctx *ctx) in drm_modeset_backoff_interruptible() 331 struct drm_modeset_acquire_ctx *ctx) in drm_modeset_lock() [all …]
|
/drivers/crypto/rockchip/ |
D | rk3288_crypto_ablkcipher.c | 37 struct rk_cipher_ctx *ctx = crypto_tfm_ctx(tfm); in rk_aes_setkey() local 53 struct rk_cipher_ctx *ctx = crypto_tfm_ctx(tfm); in rk_tdes_setkey() local 77 struct rk_cipher_ctx *ctx = crypto_ablkcipher_ctx(tfm); in rk_aes_ecb_encrypt() local 87 struct rk_cipher_ctx *ctx = crypto_ablkcipher_ctx(tfm); in rk_aes_ecb_decrypt() local 97 struct rk_cipher_ctx *ctx = crypto_ablkcipher_ctx(tfm); in rk_aes_cbc_encrypt() local 107 struct rk_cipher_ctx *ctx = crypto_ablkcipher_ctx(tfm); in rk_aes_cbc_decrypt() local 117 struct rk_cipher_ctx *ctx = crypto_ablkcipher_ctx(tfm); in rk_des_ecb_encrypt() local 127 struct rk_cipher_ctx *ctx = crypto_ablkcipher_ctx(tfm); in rk_des_ecb_decrypt() local 137 struct rk_cipher_ctx *ctx = crypto_ablkcipher_ctx(tfm); in rk_des_cbc_encrypt() local 147 struct rk_cipher_ctx *ctx = crypto_ablkcipher_ctx(tfm); in rk_des_cbc_decrypt() local [all …]
|
/drivers/media/platform/coda/ |
D | coda-bit.c | 67 static void coda_command_async(struct coda_ctx *ctx, int cmd) in coda_command_async() 99 static int coda_command_sync(struct coda_ctx *ctx, int cmd) in coda_command_sync() 111 int coda_hw_reset(struct coda_ctx *ctx) in coda_hw_reset() 147 static void coda_kfifo_sync_from_device(struct coda_ctx *ctx) in coda_kfifo_sync_from_device() 160 static void coda_kfifo_sync_to_device_full(struct coda_ctx *ctx) in coda_kfifo_sync_to_device_full() 172 static void coda_kfifo_sync_to_device_write(struct coda_ctx *ctx) in coda_kfifo_sync_to_device_write() 182 static int coda_bitstream_pad(struct coda_ctx *ctx, u32 size) in coda_bitstream_pad() 201 static int coda_bitstream_queue(struct coda_ctx *ctx, in coda_bitstream_queue() 217 static bool coda_bitstream_try_queue(struct coda_ctx *ctx, in coda_bitstream_try_queue() 251 void coda_fill_bitstream(struct coda_ctx *ctx, struct list_head *buffer_list) in coda_fill_bitstream() [all …]
|