Searched refs:ctx (Results 151 - 175 of 3478) sorted by relevance

1234567891011>>

/linux-master/drivers/mmc/core/
H A Dslot-gpio.c33 struct mmc_gpio *ctx = host->slot.handler_priv; local
36 mmc_detect_change(host, msecs_to_jiffies(ctx->cd_debounce_delay_ms));
44 struct mmc_gpio *ctx; local
46 ctx = devm_kzalloc(host->parent, sizeof(*ctx), GFP_KERNEL);
47 if (!ctx)
50 ctx->cd_debounce_delay_ms = 200;
51 ctx->cd_label = devm_kasprintf(host->parent, GFP_KERNEL, "%s cd", devname);
52 if (!ctx->cd_label)
54 ctx
66 struct mmc_gpio *ctx = host->slot.handler_priv; local
77 struct mmc_gpio *ctx = host->slot.handler_priv; local
92 struct mmc_gpio *ctx = host->slot.handler_priv; local
107 struct mmc_gpio *ctx = host->slot.handler_priv; local
168 struct mmc_gpio *ctx = host->slot.handler_priv; local
192 struct mmc_gpio *ctx = host->slot.handler_priv; local
226 struct mmc_gpio *ctx = host->slot.handler_priv; local
244 struct mmc_gpio *ctx = host->slot.handler_priv; local
273 struct mmc_gpio *ctx = host->slot.handler_priv; local
[all...]
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_fimd.c254 static inline void fimd_set_bits(struct fimd_context *ctx, u32 reg, u32 mask, argument
257 val = (val & mask) | (readl(ctx->regs + reg) & ~mask);
258 writel(val, ctx->regs + reg);
263 struct fimd_context *ctx = crtc->ctx; local
266 if (ctx->suspended)
269 if (!test_and_set_bit(0, &ctx->irq_flags)) {
270 val = readl(ctx->regs + VIDINTCON0);
274 if (ctx->i80_if) {
287 writel(val, ctx
295 struct fimd_context *ctx = crtc->ctx; local
319 struct fimd_context *ctx = crtc->ctx; local
336 fimd_enable_video_output(struct fimd_context *ctx, unsigned int win, bool enable) argument
349 fimd_enable_shadow_channel_path(struct fimd_context *ctx, unsigned int win, bool enable) argument
365 struct fimd_context *ctx = crtc->ctx; local
418 struct fimd_context *ctx = crtc->ctx; local
458 fimd_setup_trigger(struct fimd_context *ctx) argument
480 struct fimd_context *ctx = crtc->ctx; local
594 fimd_win_set_bldeq(struct fimd_context *ctx, unsigned int win, unsigned int alpha, unsigned int pixel_alpha) argument
620 fimd_win_set_bldmod(struct fimd_context *ctx, unsigned int win, unsigned int alpha, unsigned int pixel_alpha) argument
661 fimd_win_set_pixfmt(struct fimd_context *ctx, unsigned int win, struct drm_framebuffer *fb, int width) argument
752 fimd_win_set_colkey(struct fimd_context *ctx, unsigned int win) argument
772 fimd_shadow_protect_win(struct fimd_context *ctx, unsigned int win, bool protect) argument
805 struct fimd_context *ctx = crtc->ctx; local
817 struct fimd_context *ctx = crtc->ctx; local
834 struct fimd_context *ctx = crtc->ctx; local
927 struct fimd_context *ctx = crtc->ctx; local
941 struct fimd_context *ctx = crtc->ctx; local
962 struct fimd_context *ctx = crtc->ctx; local
988 struct fimd_context *ctx = dev_get_drvdata(dev); local
1017 struct fimd_context *ctx = crtc->ctx; local
1047 struct fimd_context *ctx = container_of(clk, struct fimd_context, local
1068 struct fimd_context *ctx = (struct fimd_context *)dev_id; local
1101 struct fimd_context *ctx = dev_get_drvdata(dev); local
1155 struct fimd_context *ctx = dev_get_drvdata(dev); local
1173 struct fimd_context *ctx; local
1289 struct fimd_context *ctx = dev_get_drvdata(dev); local
1299 struct fimd_context *ctx = dev_get_drvdata(dev); local
[all...]
H A Dexynos5433_drm_decon.c96 static inline void decon_set_bits(struct decon_context *ctx, u32 reg, u32 mask, argument
99 val = (val & mask) | (readl(ctx->addr + reg) & ~mask);
100 writel(val, ctx->addr + reg);
105 struct decon_context *ctx = crtc->ctx; local
114 writel(val, ctx->addr + DECON_VIDINTCON0);
116 enable_irq(ctx->irq);
117 if (!(ctx->out_type & I80_HW_TRG))
118 enable_irq(ctx->te_irq);
125 struct decon_context *ctx local
135 decon_get_frame_count(struct decon_context *ctx, bool end) argument
176 decon_setup_trigger(struct decon_context *ctx) argument
198 struct decon_context *ctx = crtc->ctx; local
264 decon_win_set_bldeq(struct decon_context *ctx, unsigned int win, unsigned int alpha, unsigned int pixel_alpha) argument
290 decon_win_set_bldmod(struct decon_context *ctx, unsigned int win, unsigned int alpha, unsigned int pixel_alpha) argument
319 decon_win_set_pixfmt(struct decon_context *ctx, unsigned int win, struct drm_framebuffer *fb) argument
383 decon_shadow_protect(struct decon_context *ctx, bool protect) argument
391 struct decon_context *ctx = crtc->ctx; local
405 struct decon_context *ctx = crtc->ctx; local
460 struct decon_context *ctx = crtc->ctx; local
468 struct decon_context *ctx = crtc->ctx; local
484 decon_swreset(struct decon_context *ctx) argument
517 struct decon_context *ctx = crtc->ctx; local
535 struct decon_context *ctx = crtc->ctx; local
559 struct decon_context *ctx = dev_id; local
568 struct decon_context *ctx = crtc->ctx; local
595 struct decon_context *ctx = crtc->ctx; local
622 struct decon_context *ctx = dev_get_drvdata(dev); local
659 struct decon_context *ctx = dev_get_drvdata(dev); local
672 decon_handle_vblank(struct decon_context *ctx) argument
692 struct decon_context *ctx = dev_id; local
715 struct decon_context *ctx = dev_get_drvdata(dev); local
726 struct decon_context *ctx = dev_get_drvdata(dev); local
761 decon_conf_irq(struct decon_context *ctx, const char *name, irq_handler_t handler, unsigned long int flags) argument
792 struct decon_context *ctx; local
[all...]
/linux-master/drivers/power/reset/
H A Docelot-reset.c45 struct ocelot_reset_context *ctx = container_of(this, struct local
48 u32 if_si_owner_bit = ctx->props->if_si_owner_bit;
51 regmap_update_bits(ctx->cpu_ctrl, ctx->props->protect_reg,
52 ctx->props->vcore_protect, 0);
56 regmap_update_bits(ctx->cpu_ctrl,
63 writel(SOFT_CHIP_RST, ctx->base);
71 struct ocelot_reset_context *ctx; local
75 ctx = devm_kzalloc(&pdev->dev, sizeof(*ctx), GFP_KERNE
[all...]
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.h65 * @ctx : ctl path ctx pointer
67 void (*trigger_start)(struct dpu_hw_ctl *ctx);
71 * @ctx : ctl path ctx pointer
74 bool (*is_started)(struct dpu_hw_ctl *ctx);
80 * @ctx : ctl path ctx pointer
82 void (*trigger_pending)(struct dpu_hw_ctl *ctx);
87 * @ctx
[all...]
/linux-master/arch/mips/net/
H A Dbpf_jit_comp.h90 #define __emit(ctx, func, ...) \
92 if ((ctx)->target != NULL) { \
93 u32 *p = &(ctx)->target[ctx->jit_index]; \
96 (ctx)->jit_index++; \
109 #define LLSC_sync(ctx) emit(ctx, sync, 0)
112 #define LLSC_sync(ctx)
127 static inline void access_reg(struct jit_context *ctx, u8 reg) argument
129 ctx
136 clobber_reg(struct jit_context *ctx, u8 reg) argument
[all...]
/linux-master/io_uring/
H A Dfiletable.c16 static int io_file_bitmap_get(struct io_ring_ctx *ctx) argument
18 struct io_file_table *table = &ctx->file_table;
19 unsigned long nr = ctx->file_alloc_end;
30 if (table->alloc_hint == ctx->file_alloc_start)
33 table->alloc_hint = ctx->file_alloc_start;
63 static int io_install_fixed_file(struct io_ring_ctx *ctx, struct file *file,
65 __must_hold(&req->ctx->uring_lock)
72 if (!ctx->file_data)
74 if (slot_index >= ctx->nr_user_files)
77 slot_index = array_index_nospec(slot_index, ctx
96 __io_fixed_fd_install(struct io_ring_ctx *ctx, struct file *file, unsigned int file_slot) argument
123 struct io_ring_ctx *ctx = req->ctx; local
135 io_fixed_fd_remove(struct io_ring_ctx *ctx, unsigned int offset) argument
160 io_register_file_alloc_range(struct io_ring_ctx *ctx, struct io_uring_file_index_range __user *arg) argument
[all...]
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-mantix-mlaf057we51.c48 static int mantix_init_sequence(struct mantix *ctx) argument
50 struct mipi_dsi_device *dsi = to_mipi_dsi_device(ctx->dev);
51 struct device *dev = ctx->dev;
76 struct mantix *ctx = panel_to_mantix(panel); local
77 struct device *dev = ctx->dev;
81 ret = mantix_init_sequence(ctx);
83 dev_err(ctx->dev, "Panel init sequence failed: %d\n", ret);
110 struct mantix *ctx = panel_to_mantix(panel); local
111 struct mipi_dsi_device *dsi = to_mipi_dsi_device(ctx->dev);
116 dev_err(ctx
128 struct mantix *ctx = panel_to_mantix(panel); local
147 struct mantix *ctx = panel_to_mantix(panel); local
223 struct mantix *ctx = panel_to_mantix(panel); local
259 struct mantix *ctx; local
325 struct mantix *ctx = mipi_dsi_get_drvdata(dsi); local
333 struct mantix *ctx = mipi_dsi_get_drvdata(dsi); local
[all...]
/linux-master/drivers/gpu/drm/sprd/
H A Dsprd_dsi.c136 dsi_reg_rd(struct dsi_context *ctx, u32 offset, u32 mask, argument
139 return (readl(ctx->base + offset) & mask) >> shift;
143 dsi_reg_wr(struct dsi_context *ctx, u32 offset, u32 mask, argument
148 ret = readl(ctx->base + offset);
151 writel(ret, ctx->base + offset);
155 dsi_reg_up(struct dsi_context *ctx, u32 offset, u32 mask, argument
158 u32 ret = readl(ctx->base + offset);
160 writel((ret & ~mask) | (val & mask), ctx->base + offset);
166 struct dsi_context *ctx = &dsi->ctx; local
188 struct dsi_context *ctx = &dsi->ctx; local
222 dphy_wait_pll_locked(struct dsi_context *ctx) argument
237 dsi_wait_tx_payload_fifo_empty(struct dsi_context *ctx) argument
250 dsi_wait_tx_cmd_fifo_empty(struct dsi_context *ctx) argument
263 dsi_wait_rd_resp_completed(struct dsi_context *ctx) argument
389 sprd_dsi_init(struct dsi_context *ctx) argument
434 sprd_dsi_fini(struct dsi_context *ctx) argument
447 sprd_dsi_dpi_video(struct dsi_context *ctx) argument
581 sprd_dsi_edpi_video(struct dsi_context *ctx) argument
619 sprd_dsi_wr_pkt(struct dsi_context *ctx, u8 vc, u8 type, const u8 *param, u16 len) argument
674 sprd_dsi_rd_pkt(struct dsi_context *ctx, u8 vc, u8 type, u8 msb_byte, u8 lsb_byte, u8 *buffer, u8 bytes_to_read) argument
728 sprd_dsi_set_work_mode(struct dsi_context *ctx, u8 mode) argument
736 sprd_dsi_state_reset(struct dsi_context *ctx) argument
743 sprd_dphy_init(struct dsi_context *ctx) argument
774 sprd_dphy_fini(struct dsi_context *ctx) argument
794 struct dsi_context *ctx = &dsi->ctx; local
831 struct dsi_context *ctx = &dsi->ctx; local
903 struct dsi_context *ctx = &dsi->ctx; local
978 struct dsi_context *ctx = &dsi->ctx; local
[all...]
/linux-master/drivers/hwmon/
H A Dxgene-hwmon.c126 static int xgene_hwmon_pcc_rd(struct xgene_hwmon_dev *ctx, u32 *msg) argument
128 struct acpi_pcct_shared_memory *generic_comm_base = ctx->pcc_comm_addr;
133 mutex_lock(&ctx->rd_mutex);
134 init_completion(&ctx->rd_complete);
135 ctx->resp_pending = true;
139 cpu_to_le32(PCC_SIGNATURE | ctx->mbox_idx));
155 rc = mbox_send_message(ctx->mbox_chan, msg);
157 dev_err(ctx->dev, "Mailbox send error %d\n", rc);
160 if (!wait_for_completion_timeout(&ctx->rd_complete,
161 usecs_to_jiffies(ctx
184 xgene_hwmon_rd(struct xgene_hwmon_dev *ctx, u32 *msg) argument
221 xgene_hwmon_reg_map_rd(struct xgene_hwmon_dev *ctx, u32 addr, u32 *data) argument
250 xgene_hwmon_get_notification_msg(struct xgene_hwmon_dev *ctx, u32 *amsg) argument
271 xgene_hwmon_get_cpu_pwr(struct xgene_hwmon_dev *ctx, u32 *val) argument
288 xgene_hwmon_get_io_pwr(struct xgene_hwmon_dev *ctx, u32 *val) argument
305 xgene_hwmon_get_temp(struct xgene_hwmon_dev *ctx, u32 *val) argument
317 struct xgene_hwmon_dev *ctx = dev_get_drvdata(dev); local
341 struct xgene_hwmon_dev *ctx = dev_get_drvdata(dev); local
364 struct xgene_hwmon_dev *ctx = dev_get_drvdata(dev); local
379 struct xgene_hwmon_dev *ctx = dev_get_drvdata(dev); local
411 xgene_hwmon_tpc_alarm(struct xgene_hwmon_dev *ctx, struct slimpro_resp_msg *amsg) argument
420 xgene_hwmon_process_pwrmsg(struct xgene_hwmon_dev *ctx, struct slimpro_resp_msg *amsg) argument
434 struct xgene_hwmon_dev *ctx; local
457 xgene_hwmon_rx_ready(struct xgene_hwmon_dev *ctx, void *msg) argument
475 struct xgene_hwmon_dev *ctx = to_xgene_hwmon_dev(cl); local
525 struct xgene_hwmon_dev *ctx = to_xgene_hwmon_dev(cl); local
611 struct xgene_hwmon_dev *ctx; local
756 struct xgene_hwmon_dev *ctx = platform_get_drvdata(pdev); local
[all...]
/linux-master/drivers/misc/cxl/
H A Dfile.c45 struct cxl_context *ctx; local
80 if (!(ctx = cxl_context_alloc())) {
85 rc = cxl_context_init(ctx, afu, master);
89 cxl_context_set_mapping(ctx, inode->i_mapping);
91 pr_devel("afu_open pe: %i\n", ctx->pe);
92 file->private_data = ctx;
117 struct cxl_context *ctx = file->private_data; local
120 __func__, ctx->pe);
121 cxl_context_detach(ctx);
128 if (!ctx
145 afu_ioctl_start_work(struct cxl_context *ctx, struct cxl_ioctl_start_work __user *uwork) argument
278 afu_ioctl_process_element(struct cxl_context *ctx, int __user *upe) argument
289 afu_ioctl_get_afu_id(struct cxl_context *ctx, struct cxl_afu_id __user *upafuid) argument
310 struct cxl_context *ctx = file->private_data; local
339 struct cxl_context *ctx = file->private_data; local
351 ctx_event_pending(struct cxl_context *ctx) argument
364 struct cxl_context *ctx = file->private_data; local
387 afu_driver_event_copy(struct cxl_context *ctx, char __user *buf, struct cxl_event *event, struct cxl_event_afu_driver_reserved *pl) argument
425 struct cxl_context *ctx = file->private_data; local
[all...]
/linux-master/drivers/infiniband/core/
H A Ducma.c102 struct ucma_context *ctx; member in struct:ucma_multicast
113 struct ucma_context *ctx; member in struct:ucma_event
124 static int ucma_destroy_private_ctx(struct ucma_context *ctx);
129 struct ucma_context *ctx; local
131 ctx = xa_load(&ctx_table, id);
132 if (!ctx)
133 ctx = ERR_PTR(-ENOENT);
134 else if (ctx->file != file)
135 ctx = ERR_PTR(-EINVAL);
136 return ctx;
141 struct ucma_context *ctx; local
152 ucma_put_ctx(struct ucma_context *ctx) argument
164 struct ucma_context *ctx = ucma_get_ctx(file, id); local
177 struct ucma_context *ctx = container_of(work, struct ucma_context, close_work); local
194 struct ucma_context *ctx; local
215 ucma_set_ctx_cm_id(struct ucma_context *ctx, struct rdma_cm_id *cm_id) argument
222 ucma_finish_ctx(struct ucma_context *ctx) argument
258 ucma_create_uevent(struct ucma_context *ctx, struct rdma_cm_event *event) argument
299 struct ucma_context *ctx; local
336 struct ucma_context *ctx = cm_id->context; local
443 struct ucma_context *ctx; local
487 ucma_cleanup_multicast(struct ucma_context *ctx) argument
521 ucma_cleanup_ctx_events(struct ucma_context *ctx) argument
565 ucma_destroy_private_ctx(struct ucma_context *ctx) argument
595 struct ucma_context *ctx; local
628 struct ucma_context *ctx; local
653 struct ucma_context *ctx; local
679 struct ucma_context *ctx; local
706 struct ucma_context *ctx; local
734 struct ucma_context *ctx; local
821 struct ucma_context *ctx; local
882 ucma_query_addr(struct ucma_context *ctx, void __user *response, int out_len) argument
910 ucma_query_path(struct ucma_context *ctx, void __user *response, int out_len) argument
949 ucma_query_gid(struct ucma_context *ctx, void __user *response, int out_len) argument
1000 struct ucma_context *ctx; local
1055 struct ucma_context *ctx; local
1089 struct ucma_context *ctx; local
1116 struct ucma_context *ctx; local
1161 struct ucma_context *ctx; local
1194 struct ucma_context *ctx; local
1217 struct ucma_context *ctx; local
1253 ucma_set_option_id(struct ucma_context *ctx, int optname, void *optval, size_t optlen) argument
1294 ucma_set_ib_path(struct ucma_context *ctx, struct ib_path_rec_data *path_data, size_t optlen) argument
1341 ucma_set_option_ib(struct ucma_context *ctx, int optname, void *optval, size_t optlen) argument
1357 ucma_set_option_level(struct ucma_context *ctx, int level, int optname, void *optval, size_t optlen) argument
1382 struct ucma_context *ctx; local
1416 struct ucma_context *ctx; local
1439 struct ucma_context *ctx; local
1616 struct ucma_context *ctx; local
1803 struct ucma_context *ctx = list_first_entry( local
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Datom.c61 struct atom_context *ctx; member in struct:__anon494
72 static int atom_execute_table_locked(struct atom_context *ctx, int index, uint32_t *params, int params_size);
73 int atom_execute_table(struct atom_context *ctx, int index, uint32_t *params, int params_size);
109 static uint32_t atom_iio_execute(struct atom_context *ctx, int base, argument
112 struct radeon_device *rdev = ctx->card->dev->dev_private;
121 temp = ctx->card->ioreg_read(ctx->card, CU16(base + 1));
126 (void)ctx->card->ioreg_read(ctx->card, CU16(base + 1));
127 ctx
180 atom_get_src_int(atom_exec_context *ctx, uint8_t attr, int *ptr, uint32_t *saved, int print) argument
371 atom_skip_src_int(atom_exec_context *ctx, uint8_t attr, int *ptr) argument
407 atom_get_src(atom_exec_context *ctx, uint8_t attr, int *ptr) argument
412 atom_get_src_direct(atom_exec_context *ctx, uint8_t align, int *ptr) argument
438 atom_get_dst(atom_exec_context *ctx, int arg, uint8_t attr, int *ptr, uint32_t *saved, int print) argument
447 atom_skip_dst(atom_exec_context *ctx, int arg, uint8_t attr, int *ptr) argument
454 atom_put_dst(atom_exec_context *ctx, int arg, uint8_t attr, int *ptr, uint32_t val, uint32_t saved) argument
598 atom_op_add(atom_exec_context *ctx, int *ptr, int arg) argument
612 atom_op_and(atom_exec_context *ctx, int *ptr, int arg) argument
626 atom_op_beep(atom_exec_context *ctx, int *ptr, int arg) argument
631 atom_op_calltable(atom_exec_context *ctx, int *ptr, int arg) argument
647 atom_op_clear(atom_exec_context *ctx, int *ptr, int arg) argument
659 atom_op_compare(atom_exec_context *ctx, int *ptr, int arg) argument
673 atom_op_delay(atom_exec_context *ctx, int *ptr, int arg) argument
685 atom_op_div(atom_exec_context *ctx, int *ptr, int arg) argument
702 atom_op_eot(atom_exec_context *ctx, int *ptr, int arg) argument
707 atom_op_jump(atom_exec_context *ctx, int *ptr, int arg) argument
760 atom_op_mask(atom_exec_context *ctx, int *ptr, int arg) argument
777 atom_op_move(atom_exec_context *ctx, int *ptr, int arg) argument
794 atom_op_mul(atom_exec_context *ctx, int *ptr, int arg) argument
805 atom_op_nop(atom_exec_context *ctx, int *ptr, int arg) argument
810 atom_op_or(atom_exec_context *ctx, int *ptr, int arg) argument
824 atom_op_postcard(atom_exec_context *ctx, int *ptr, int arg) argument
830 atom_op_repeat(atom_exec_context *ctx, int *ptr, int arg) argument
835 atom_op_restorereg(atom_exec_context *ctx, int *ptr, int arg) argument
840 atom_op_savereg(atom_exec_context *ctx, int *ptr, int arg) argument
845 atom_op_setdatablock(atom_exec_context *ctx, int *ptr, int arg) argument
859 atom_op_setfbbase(atom_exec_context *ctx, int *ptr, int arg) argument
866 atom_op_setport(atom_exec_context *ctx, int *ptr, int arg) argument
893 atom_op_setregblock(atom_exec_context *ctx, int *ptr, int arg) argument
900 atom_op_shift_left(atom_exec_context *ctx, int *ptr, int arg) argument
916 atom_op_shift_right(atom_exec_context *ctx, int *ptr, int arg) argument
932 atom_op_shl(atom_exec_context *ctx, int *ptr, int arg) argument
951 atom_op_shr(atom_exec_context *ctx, int *ptr, int arg) argument
970 atom_op_sub(atom_exec_context *ctx, int *ptr, int arg) argument
984 atom_op_switch(atom_exec_context *ctx, int *ptr, int arg) argument
1011 atom_op_test(atom_exec_context *ctx, int *ptr, int arg) argument
1023 atom_op_xor(atom_exec_context *ctx, int *ptr, int arg) argument
1037 atom_op_debug(atom_exec_context *ctx, int *ptr, int arg) argument
1170 atom_execute_table_locked(struct atom_context *ctx, int index, uint32_t *params, int params_size) argument
1234 atom_execute_table_scratch_unlocked(struct atom_context *ctx, int index, uint32_t *params, int params_size) argument
1255 atom_execute_table(struct atom_context *ctx, int index, uint32_t *params, int params_size) argument
1266 atom_index_iio(struct atom_context *ctx, int base) argument
1283 struct atom_context *ctx = local
1341 atom_asic_init(struct atom_context *ctx) argument
1370 atom_destroy(struct atom_context *ctx) argument
1376 atom_parse_data_header(struct atom_context *ctx, int index, uint16_t *size, uint8_t *frev, uint8_t *crev, uint16_t *data_start) argument
1397 atom_parse_cmd_header(struct atom_context *ctx, int index, uint8_t *frev, uint8_t *crev) argument
1414 atom_allocate_fb_scratch(struct atom_context *ctx) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/virtual/
H A Dvirtual_stream_encoder.h32 struct dc_context *ctx, struct dc_bios *bp);
36 struct dc_context *ctx,
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/
H A Drv2_clk_mgr.c37 void rv2_clk_mgr_construct(struct dc_context *ctx, struct clk_mgr_internal *clk_mgr, struct pp_smu_funcs *pp_smu) argument
40 rv1_clk_mgr_construct(ctx, clk_mgr, pp_smu);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_test_kern6.c11 int dump_bpf_hash_map(struct bpf_iter__bpf_map_elem *ctx) argument
13 void *value = ctx->value;
H A Dbpf_iter_bpf_sk_storage_helpers.c17 int delete_bpf_sk_storage_map(struct bpf_iter__bpf_sk_storage_map *ctx) argument
19 if (ctx->sk)
20 bpf_sk_storage_delete(&sk_stg_map, ctx->sk);
26 int fill_socket_owner(struct bpf_iter__task_file *ctx) argument
28 struct task_struct *task = ctx->task;
29 struct file *file = ctx->file;
50 int negate_socket_local_storage(struct bpf_iter__tcp *ctx) argument
52 struct sock_common *sk_common = ctx->sk_common;
H A Dtest_xdp_with_devmap_helpers.c13 int xdp_redir_prog(struct xdp_md *ctx) argument
22 int xdp_dummy_prog(struct xdp_md *ctx) argument
31 int xdp_dummy_dm(struct xdp_md *ctx) argument
34 void *data_end = (void *)(long)ctx->data_end;
35 void *data = (void *)(long)ctx->data;
39 ctx->ingress_ifindex, ctx->egress_ifindex, len);
45 int xdp_dummy_dm_frags(struct xdp_md *ctx) argument
H A Dkprobe_multi_override.c9 int test_override(struct pt_regs *ctx) argument
11 bpf_override_return(ctx, 123);
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_intr.h17 int s5p_mfc_wait_for_done_ctx(struct s5p_mfc_ctx *ctx,
20 void s5p_mfc_clean_ctx_int_flags(struct s5p_mfc_ctx *ctx);
/linux-master/drivers/media/platform/st/sti/delta/
H A Ddelta-mem.h10 int hw_alloc(struct delta_ctx *ctx, u32 size, const char *name,
12 void hw_free(struct delta_ctx *ctx, struct delta_buf *buf);
/linux-master/tools/testing/selftests/perf_events/
H A Dsigtrap_threads.c44 } ctx; variable in typeref:struct:__anon185
82 if (!__atomic_fetch_add(&ctx.signal_count, 1, __ATOMIC_RELAXED))
83 ctx.first_siginfo = *info;
84 __atomic_fetch_sub(&ctx.tids_want_signal, syscall(__NR_gettid), __ATOMIC_RELAXED);
96 __atomic_fetch_add(&ctx.tids_want_signal, tid, __ATOMIC_RELAXED);
97 iter = ctx.iterate_on; /* read */
100 __atomic_fetch_add(&ctx.tids_want_signal, tid, __ATOMIC_RELAXED);
101 ctx.iterate_on = iter; /* idempotent write */
104 while (ctx.iterate_on);
120 struct perf_event_attr attr = make_event_attr(false, &ctx
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_load_detect.h15 struct drm_modeset_acquire_ctx *ctx);
18 struct drm_modeset_acquire_ctx *ctx);
/linux-master/samples/bpf/
H A Dtracex7.bpf.c6 int bpf_prog1(struct pt_regs *ctx) argument
10 bpf_override_return(ctx, rc);
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_pm.h14 void mtk_vcodec_dec_enable_hardware(struct mtk_vcodec_dec_ctx *ctx, int hw_idx);
15 void mtk_vcodec_dec_disable_hardware(struct mtk_vcodec_dec_ctx *ctx, int hw_idx);

Completed in 742 milliseconds

1234567891011>>