| /linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| A D | ctxnv50.c | 228 cp_lsr (ctx, ctx->ctxvals_base); in nv50_grctx_generate() 230 cp_lsr (ctx, 4); in nv50_grctx_generate() 249 cp_out (ctx, CP_END); in nv50_grctx_generate() 789 nvkm_wo32(ctx->data, 4 * (ctx->ctxvals_pos + i), val); in dd_emit() 1162 nvkm_wo32(ctx->data, 4 * (ctx->ctxvals_pos + (i << 3)), val); in xf_emit() 1338 ctx->ctxvals_pos = (ctx->ctxvals_pos+0x3f)&~0x3f; in nv50_gr_construct_xfer1() 1341 cp_lsr (ctx, size); in nv50_gr_construct_xfer1() 1370 xf_emit(ctx, 3, 0); in nv50_gr_construct_gene_dispatch() 1376 xf_emit(ctx, 9, 0); in nv50_gr_construct_gene_dispatch() 1378 xf_emit(ctx, 9, 0); in nv50_gr_construct_gene_dispatch() [all …]
|
| A D | ctxnv40.c | 164 cp_ctx(ctx, 0x4000a4, 1); in nv40_gr_construct_general() 168 cp_ctx(ctx, 0x400314, 1); in nv40_gr_construct_general() 505 cp_ctx(ctx, 0x403420, nv40_gr_vs_count(ctx->device)); in nv40_gr_construct_state3d_2() 538 cp_out (ctx, 0x300000); in nv40_gr_construct_state3d_3() 539 cp_lsr (ctx, len - 4); in nv40_gr_construct_state3d_3() 541 cp_lsr (ctx, len); in nv40_gr_construct_state3d_3() 543 cp_out (ctx, 0x800001); in nv40_gr_construct_state3d_3() 617 cp_lsr (ctx, 0x20); in nv40_grctx_generate() 645 cp_pos (ctx, ctx->ctxvals_pos); in nv40_grctx_generate() 654 cp_name(ctx, cp_exit); in nv40_grctx_generate() [all …]
|
| /linux/drivers/gpu/drm/panel/ |
| A D | panel-boe-tv101wum-nl6.c | 71 nt36523_switch_page(&ctx, 0x20); in boe_tv110c9m_init() 72 nt36523_enable_reload_cmds(&ctx); in boe_tv110c9m_init() 426 mipi_dsi_msleep(&ctx, 100); in boe_tv110c9m_init() 430 mipi_dsi_msleep(&ctx, 200); in boe_tv110c9m_init() 434 mipi_dsi_msleep(&ctx, 100); in boe_tv110c9m_init() 825 mipi_dsi_msleep(&ctx, 100); in inx_hj110iz_init() 829 mipi_dsi_msleep(&ctx, 200); in inx_hj110iz_init() 833 mipi_dsi_msleep(&ctx, 100); in inx_hj110iz_init() 1133 mipi_dsi_msleep(&ctx, 150); in boe_init() 1307 mipi_dsi_msleep(&ctx, 80); in starry_qfh032011_53g_init() [all …]
|
| A D | panel-novatek-nt36672e.c | 365 ret = regulator_bulk_enable(ARRAY_SIZE(ctx->supplies), ctx->supplies); in nt36672e_power_on() 392 ret = regulator_bulk_disable(ARRAY_SIZE(ctx->supplies), ctx->supplies); in nt36672e_power_off() 416 return ctx.accum_err; in nt36672e_on() 431 return ctx.accum_err; in nt36672e_off() 444 ret = nt36672e_on(ctx); in nt36672e_panel_prepare() 460 nt36672e_off(ctx); in nt36672e_panel_unprepare() 525 ctx = devm_kzalloc(dev, sizeof(*ctx), GFP_KERNEL); in nt36672e_panel_probe() 526 if (!ctx) in nt36672e_panel_probe() 530 if (!ctx->desc) { in nt36672e_panel_probe() 541 ctx->supplies); in nt36672e_panel_probe() [all …]
|
| A D | panel-ilitek-ili9806e.c | 55 ret = regulator_bulk_enable(ARRAY_SIZE(ctx->supplies), ctx->supplies); in ili9806e_power_on() 75 ret = regulator_bulk_disable(ARRAY_SIZE(ctx->supplies), ctx->supplies); in ili9806e_power_off() 93 return ctx.accum_err; in ili9806e_on() 104 return ctx.accum_err; in ili9806e_off() 116 ret = ili9806e_on(ctx); in ili9806e_prepare() 131 ili9806e_off(ctx); in ili9806e_unprepare() 153 return ctx->orientation; in ili9806e_get_orientation() 169 ctx = devm_kzalloc(dev, sizeof(*ctx), GFP_KERNEL); in ili9806e_dsi_probe() 170 if (!ctx) in ili9806e_dsi_probe() 179 ctx->supplies); in ili9806e_dsi_probe() [all …]
|
| A D | panel-ilitek-ili9882t.c | 70 ili9882t_switch_page(&ctx, 0x01); in starry_ili9882t_init() 201 ili9882t_switch_page(&ctx, 0x02); in starry_ili9882t_init() 220 ili9882t_switch_page(&ctx, 0x03); in starry_ili9882t_init() 225 ili9882t_switch_page(&ctx, 0x0a); in starry_ili9882t_init() 233 ili9882t_switch_page(&ctx, 0x12); in starry_ili9882t_init() 236 ili9882t_switch_page(&ctx, 0x05); in starry_ili9882t_init() 407 mipi_dsi_msleep(&ctx, 120); in starry_ili9882t_init() 411 mipi_dsi_msleep(&ctx, 20); in starry_ili9882t_init() 413 return ctx.accum_err; in starry_ili9882t_init() 433 mipi_dsi_msleep(&ctx, 150); in ili9882t_disable() [all …]
|
| A D | panel-samsung-s6e3ha2.c | 498 return regulator_bulk_disable(ARRAY_SIZE(ctx->supplies), ctx->supplies); in s6e3ha2_power_off() 527 ret = regulator_bulk_enable(ARRAY_SIZE(ctx->supplies), ctx->supplies); in s6e3ha2_power_on() 562 s6e3ha2_power_off(ctx); in s6e3ha2_prepare() 654 ctx->desc->mode->hdisplay, ctx->desc->mode->vdisplay, in s6e3ha2_get_modes() 681 struct s6e3ha2 *ctx; in s6e3ha2_probe() local 684 ctx = devm_kzalloc(dev, sizeof(*ctx), GFP_KERNEL); in s6e3ha2_probe() 685 if (!ctx) in s6e3ha2_probe() 690 ctx->dev = dev; in s6e3ha2_probe() 703 ctx->supplies); in s6e3ha2_probe() 723 ctx->bl_dev = backlight_device_register("s6e3ha2", dev, ctx, in s6e3ha2_probe() [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | test_tcp_custom_syncookie.c | 75 ctx->data = (void *)(long)ctx->skb->data; in tcp_load_headers() 79 if (ctx->eth + 1 > ctx->data_end) in tcp_load_headers() 86 if (ctx->ipv4 + 1 > ctx->data_end) in tcp_load_headers() 103 if (ctx->ipv6 + 1 > ctx->data_end) in tcp_load_headers() 118 if (ctx->tcp + 1 > ctx->data_end) in tcp_load_headers() 286 ctx->off = (__u8 *)(ctx->tcp + 1) - (__u8 *)ctx->data, in tcp_parse_options() 306 if (!ctx->tcp->ece || !ctx->tcp->cwr) in tcp_validate_sysctl() 358 if (ctx->attrs.tstamp_ok && ctx->tcp->ece && ctx->tcp->cwr) in tcp_prepare_cookie() 418 ctx->tcp->doff = ((long)ctx->ptr32 - (long)ctx->tcp) >> 2; in tcp_handle_syn() 420 if (!ctx->attrs.tstamp_ok || !ctx->tcp->ece || !ctx->tcp->cwr) in tcp_handle_syn() [all …]
|
| A D | test_sk_lookup.c | 304 if (ctx->sk != sk) in sk_assign_null() 333 if (ctx->sk && ctx->sk->family != AF_INET) in access_ctx_sk() 356 if (ctx->sk) in access_ctx_sk() 401 LSB(ctx->family, 1) != 0 || LSB(ctx->family, 2) != 0 || LSB(ctx->family, 3) != 0) in ctx_narrow_access() 408 LSB(ctx->protocol, 1) != 0 || LSB(ctx->protocol, 2) != 0 || LSB(ctx->protocol, 3) != 0) in ctx_narrow_access() 434 LSB(ctx->local_port, 2) != 0 || LSB(ctx->local_port, 3) != 0) in ctx_narrow_access() 463 LSB(ctx->remote_ip4, 2) != 0 || LSB(ctx->remote_ip4, 3) != 0) in ctx_narrow_access() 465 if (LSW(ctx->remote_ip4, 0) != 0 || LSW(ctx->remote_ip4, 1) != 0) in ctx_narrow_access() 468 if (LSB(ctx->local_ip4, 0) != 0 || LSB(ctx->local_ip4, 1) != 0 || in ctx_narrow_access() 469 LSB(ctx->local_ip4, 2) != 0 || LSB(ctx->local_ip4, 3) != 0) in ctx_narrow_access() [all …]
|
| /linux/drivers/gpu/drm/bridge/ |
| A D | sii9234.c | 200 if (ctx->i2c_error) in sii9234_writeb() 218 if (ctx->i2c_error) in sii9234_writebm() 578 regulator_bulk_disable(ARRAY_SIZE(ctx->supplies), ctx->supplies); in sii9234_hw_off() 776 ctx->state = sii9234_rgnd_ready_irq(ctx); in sii9234_irq_thread() 778 ctx->state = sii9234_rsen_change(ctx); in sii9234_irq_thread() 780 ctx->state = sii9234_mhl_established(ctx); in sii9234_irq_thread() 782 ctx->state = sii9234_hpd_change(ctx); in sii9234_irq_thread() 837 ret = devm_regulator_bulk_get(ctx->dev, 4, ctx->supplies); in sii9234_init_resources() 891 ctx = devm_kzalloc(dev, sizeof(*ctx), GFP_KERNEL); in sii9234_probe() 892 if (!ctx) in sii9234_probe() [all …]
|
| A D | sil-sii8620.c | 492 if (!ctx->sink_detected || !ctx->devcap_read) in sii8620_identify_sink() 605 u8 *buf = &ctx->burst.tx_buf[ctx->burst.tx_count]; in sii8620_burst_get_tx_buf() 622 u8 *buf = &ctx->burst.rx_buf[ctx->burst.rx_count]; in sii8620_burst_get_rx_buf() 645 if (ctx->burst.r_count + len > ctx->burst.r_size) in sii8620_burst_send() 660 if (ctx->burst.r_count + 2 > ctx->burst.r_size) in sii8620_burst_send() 1591 memset(ctx->stat, 0, sizeof(ctx->stat)); in sii8620_disconnect() 1592 memset(ctx->xstat, 0, sizeof(ctx->xstat)); in sii8620_disconnect() 1593 memset(ctx->devcap, 0, sizeof(ctx->devcap)); in sii8620_disconnect() 1594 memset(ctx->xdevcap, 0, sizeof(ctx->xdevcap)); in sii8620_disconnect() 2293 ctx = devm_kzalloc(dev, sizeof(*ctx), GFP_KERNEL); in sii8620_probe() [all …]
|
| /linux/arch/powerpc/platforms/cell/spufs/ |
| A D | context.c | 29 ctx = kzalloc(sizeof *ctx, GFP_KERNEL); in alloc_spu_context() 30 if (!ctx) in alloc_spu_context() 63 kfree(ctx); in alloc_spu_context() 64 ctx = NULL; in alloc_spu_context() 66 return ctx; in alloc_spu_context() 78 if (ctx->gang) in destroy_spu_context() 79 spu_gang_remove_ctx(ctx->gang, ctx); in destroy_spu_context() 81 kref_put(ctx->prof_priv_kref, ctx->prof_priv_release); in destroy_spu_context() 85 kfree(ctx); in destroy_spu_context() 91 return ctx; in get_spu_context() [all …]
|
| /linux/drivers/misc/cxl/ |
| A D | context.c | 44 ctx->tidr = 0; in cxl_context_init() 94 i = idr_alloc(&ctx->afu->contexts_idr, ctx, 0, in cxl_context_init() 103 ctx->elem = &ctx->afu->native->spa[i]; in cxl_context_init() 104 ctx->external_pe = ctx->pe; in cxl_context_init() 196 if (ctx->master && !ctx->afu->psa) { in cxl_context_iomap() 210 if ((ctx->master && !ctx->afu->psa) || (!ctx->afu->pp_psa)) { in cxl_context_iomap() 221 ctx->psn_phys, ctx->pe , ctx->master); in cxl_context_iomap() 249 cxl_ops->link_ok(ctx->afu->adapter, ctx->afu)); in __detach_context() 290 afu_release_irqs(ctx, ctx); in cxl_context_detach() 344 if (ctx->kernelapi && ctx->mapping) in cxl_context_free() [all …]
|
| /linux/drivers/ras/amd/atl/ |
| A D | map.c | 216 ctx->inst_id, &ctx->map.base)) in df2_get_dram_addr_map() 221 ctx->inst_id, &ctx->map.limit)) in df2_get_dram_addr_map() 234 ctx->inst_id, &ctx->map.ctl)) in df3_get_dram_addr_map() 247 ctx->inst_id, &ctx->map.base)) in df4_get_dram_addr_map() 252 ctx->inst_id, &ctx->map.limit)) in df4_get_dram_addr_map() 257 ctx->inst_id, &ctx->map.ctl)) in df4_get_dram_addr_map() 262 ctx->inst_id, &ctx->map.intlv)) in df4_get_dram_addr_map() 303 ctx->inst_id, &ctx->map.base)) in df4p5_get_dram_addr_map() 308 ctx->inst_id, &ctx->map.limit)) in df4p5_get_dram_addr_map() 313 ctx->inst_id, &ctx->map.ctl)) in df4p5_get_dram_addr_map() [all …]
|
| /linux/drivers/base/regmap/ |
| A D | regmap-mmio.c | 162 ctx->reg_write(ctx, reg, val); in regmap_mmio_write() 189 if (ctx->big_endian && (ctx->val_bytes > 1)) { in regmap_mmio_noinc_write() 322 *val = ctx->reg_read(ctx, reg); in regmap_mmio_read() 363 if (ctx->big_endian && (ctx->val_bytes > 1)) { in regmap_mmio_noinc_read() 433 ctx = kzalloc(sizeof(*ctx), GFP_KERNEL); in regmap_mmio_gen_context() 434 if (!ctx) in regmap_mmio_gen_context() 533 return ctx; in regmap_mmio_gen_context() 547 return ctx; in regmap_mmio_gen_context() 550 kfree(ctx); in regmap_mmio_gen_context() 564 if (IS_ERR(ctx)) in __regmap_init_mmio_clk() [all …]
|
| /linux/tools/testing/selftests/filesystems/epoll/ |
| A D | epoll_wakeup_test.c | 1688 EXPECT_TRUE((ctx.count == 2) || (ctx.count == 3)); in TEST() 1792 EXPECT_TRUE((ctx.count == 2) || (ctx.count == 3)); in TEST() 1906 EXPECT_TRUE((ctx.count == 2) || (ctx.count == 3)); in TEST() 2020 EXPECT_TRUE((ctx.count == 2) || (ctx.count == 3)); in TEST() 2124 EXPECT_TRUE((ctx.count == 2) || (ctx.count == 3)); in TEST() 2228 EXPECT_TRUE((ctx.count == 2) || (ctx.count == 3)); in TEST() 2337 EXPECT_TRUE((ctx.count == 2) || (ctx.count == 3)); in TEST() 2446 EXPECT_TRUE((ctx.count == 2) || (ctx.count == 3)); in TEST() 3265 __atomic_fetch_sub(&ctx.ready, ARRAY_SIZE(ctx.evfd), in TEST() 3269 while (count_waiters(&ctx) != ARRAY_SIZE(ctx.evfd)) in TEST() [all …]
|
| /linux/drivers/media/i2c/ |
| A D | max2175.c | 495 max2175_write_bits(ctx, 12, 3, 0, ctx->rom_bbf_bw_am); in max2175_set_bbfilter() 498 max2175_write_bits(ctx, 12, 3, 0, ctx->rom_bbf_bw_dab); in max2175_set_bbfilter() 501 max2175_write_bits(ctx, 12, 3, 0, ctx->rom_bbf_bw_fm); in max2175_set_bbfilter() 630 s32 clock_rate = ctx->xtal_freq / ctx->decim_ratio; in max2175_set_nco_freq() 791 max2175_set_hsls(ctx, ctx->hsls->cur.val); in max2175_set_rx_mode() 794 max2175_i2s_enable(ctx, ctx->i2s_en->cur.val); in max2175_set_rx_mode() 1012 max2175_tune_rf_freq(ctx, ctx->freq, ctx->hsls->cur.val); in max2175_s_ctrl_rx_mode() 1102 vf->frequency, ctx->freq, ctx->mode_resolved); in max2175_s_frequency() 1119 ret, ctx->freq, ctx->mode_resolved, ctx->rx_mode->cur.val); in max2175_s_frequency() 1375 ctx->sd.ctrl_handler = &ctx->ctrl_hdl; in max2175_probe() [all …]
|
| /linux/drivers/gpu/drm/bridge/analogix/ |
| A D | anx7625.c | 192 ret = anx7625_write_or(ctx, ctx->i2c.tx_p2_client, in anx7625_config_bit_matrix() 223 val = anx7625_reg_read(ctx, ctx->i2c.rx_p0_client, in wait_aux_op_finish() 259 ret = anx7625_reg_write(ctx, ctx->i2c.rx_p0_client, in anx7625_aux_trans() 1299 anx7625_reg_write(ctx, ctx->i2c.rx_p0_client, in anx7625_config() 1501 anx7625_reg_write(ctx, ctx->i2c.tcpc_client, in _anx7625_hpd_polling() 1503 anx7625_reg_write(ctx, ctx->i2c.rx_p0_client, in _anx7625_hpd_polling() 1540 anx7625_reg_write(ctx, ctx->i2c.tx_p1_client, in anx7625_dp_adjust_swing() 1545 anx7625_reg_write(ctx, ctx->i2c.tx_p1_client, in anx7625_dp_adjust_swing() 1640 queue_work(ctx->workqueue, &ctx->work); in anx7625_intr_hpd_isr() 1976 if (ctx->plugged_cb && ctx->codec_dev) { in anx7625_audio_update_connector_status() [all …]
|
| /linux/fs/bcachefs/ |
| A D | siphash.c | 57 ctx->v[0] += ctx->v[1]; in SipHash_Rounds() 58 ctx->v[2] += ctx->v[3]; in SipHash_Rounds() 62 ctx->v[1] ^= ctx->v[0]; in SipHash_Rounds() 63 ctx->v[3] ^= ctx->v[2]; in SipHash_Rounds() 66 ctx->v[2] += ctx->v[1]; in SipHash_Rounds() 67 ctx->v[0] += ctx->v[3]; in SipHash_Rounds() 71 ctx->v[1] ^= ctx->v[2]; in SipHash_Rounds() 72 ctx->v[3] ^= ctx->v[0]; in SipHash_Rounds() 155 ctx->buf[7] = ctx->bytes; in SipHash_End() 161 r = (ctx->v[0] ^ ctx->v[1]) ^ (ctx->v[2] ^ ctx->v[3]); in SipHash_End() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| A D | mlx5hws_context.c | 44 ctx->stc_pool[i] = mlx5hws_pool_create(ctx, &pool_attr); in hws_context_pools_init() 82 ret = mlx5_core_alloc_pd(ctx->mdev, &ctx->pd_num); in hws_context_init_pd() 96 mlx5_core_dealloc_pd(ctx->mdev, ctx->pd_num); in hws_context_uninit_pd() 198 ctx = kzalloc(sizeof(*ctx), GFP_KERNEL); in mlx5hws_context_open() 199 if (!ctx) in mlx5hws_context_open() 202 ctx->mdev = mdev; in mlx5hws_context_open() 207 ctx->caps = kzalloc(sizeof(*ctx->caps), GFP_KERNEL); in mlx5hws_context_open() 208 if (!ctx->caps) in mlx5hws_context_open() 225 return ctx; in mlx5hws_context_open() 234 kfree(ctx); in mlx5hws_context_open() [all …]
|
| /linux/fs/smb/client/ |
| A D | fs_context.c | 346 memcpy(new_ctx, ctx, sizeof(*ctx)); in smb3_fs_context_dup() 763 if (ctx->override_uid && !ctx->uid_specified) { in smb3_fs_context_validate() 768 if (ctx->override_gid && !ctx->gid_specified) { in smb3_fs_context_validate() 882 ctx->field = cifs_sb->ctx->field; \ 889 ctx->field = cifs_sb->ctx->field; \ 939 ctx->rsize = cifs_sb->ctx->rsize; in smb3_reconfigure() 941 ctx->wsize = cifs_sb->ctx->wsize; in smb3_reconfigure() 945 rc = smb3_fs_context_dup(cifs_sb->ctx, ctx); in smb3_reconfigure() 1174 ctx->wsize = round_down(ctx->wsize, PAGE_SIZE); in smb3_fs_context_parse_param() 1593 if ((ctx->nopersistent) || (ctx->resilient)) { in smb3_fs_context_parse_param() [all …]
|
| /linux/drivers/media/platform/mediatek/vcodec/decoder/ |
| A D | mtk_vcodec_dec_stateful.c | 61 mtk_v4l2_vdec_dbg(3, ctx, "[%d]", ctx->id); in get_display_buffer() 65 ctx->id); in get_display_buffer() 192 mtk_v4l2_vdec_dbg(1, ctx, "[%d]", ctx->id); in mtk_vdec_queue_res_chg_event() 254 mtk_vdec_update_fmt(ctx, ctx->picinfo.cap_fourcc); in mtk_vdec_pic_info_update() 257 ctx->last_decoded_picinfo.pic_h == ctx->picinfo.pic_h) in mtk_vdec_pic_info_update() 262 ctx->last_decoded_picinfo.pic_h, ctx->picinfo.pic_w, in mtk_vdec_pic_info_update() 263 ctx->picinfo.pic_h, ctx->last_decoded_picinfo.buf_w, in mtk_vdec_pic_info_update() 451 mtk_v4l2_vdec_dbg(3, ctx, "[%d] already init driver %d", ctx->id, ctx->state); in vb2ops_vdec_stateful_buf_queue() 504 ctx->last_decoded_picinfo = ctx->picinfo; in vb2ops_vdec_stateful_buf_queue() 512 ctx->id, ctx->picinfo.buf_w, ctx->picinfo.buf_h, ctx->picinfo.pic_w, in vb2ops_vdec_stateful_buf_queue() [all …]
|
| /linux/fs/ |
| A D | timerfd.c | 153 if (!ctx->might_cancel || ctx->moffs != KTIME_MAX) in timerfd_canceled() 295 if (ctx->expired && ctx->tintv) { in timerfd_read_iter() 304 &ctx->t.alarm, ctx->tintv) - 1; in timerfd_read_iter() 433 ctx = kzalloc(sizeof(*ctx), GFP_KERNEL); in SYSCALL_DEFINE2() 434 if (!ctx) in SYSCALL_DEFINE2() 522 if (ctx->expired && ctx->tintv) { in do_timerfd_settime() 524 alarm_forward_now(&ctx->t.alarm, ctx->tintv); in do_timerfd_settime() 526 hrtimer_forward_now(&ctx->t.tmr, ctx->tintv); in do_timerfd_settime() 552 if (ctx->expired && ctx->tintv) { in do_timerfd_gettime() 558 &ctx->t.alarm, ctx->tintv) - 1; in do_timerfd_gettime() [all …]
|
| /linux/drivers/media/dvb-core/ |
| A D | dvb_vb2.c | 172 q->drv_priv = ctx; in dvb_vb2_init() 272 if (!ctx->buf) { in dvb_vb2_fill_buffer() 275 ctx->name); in dvb_vb2_fill_buffer() 279 ctx->buf = list_entry(ctx->dvb_q.next, in dvb_vb2_fill_buffer() 281 ctx->remain = vb2_plane_size(&ctx->buf->vb, 0); in dvb_vb2_fill_buffer() 309 if (ctx->nonblocking && ctx->buf) { in dvb_vb2_fill_buffer() 313 ctx->buf = NULL; in dvb_vb2_fill_buffer() 342 ctx->buf_cnt, ctx->buf_siz, ret); in dvb_vb2_reqbufs() 347 ctx->buf_cnt, ctx->buf_siz); in dvb_vb2_reqbufs() 424 ctx->flags = 0; in dvb_vb2_dqbuf() [all …]
|
| /linux/tools/perf/tests/ |
| A D | expr.c | 88 ctx = expr__ctx_new(); in test__expr() 121 expr__ctx_free(ctx); in test__expr() 134 expr__ctx_clear(ctx); in test__expr() 137 ctx) == 0); in test__expr() 143 expr__ctx_clear(ctx); in test__expr() 147 NULL, ctx) == 0); in test__expr() 152 expr__ctx_clear(ctx); in test__expr() 169 NULL, ctx) == 0); in test__expr() 189 NULL, ctx) == 0); in test__expr() 260 NULL, ctx) == 0); in test__expr() [all …]
|