Searched refs:dec_ops (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/staging/media/sunxi/cedrus/ | 
| D | cedrus_dec.c | 68 	dev->dec_ops[ctx->current_codec]->setup(ctx, &run);  in cedrus_device_run() 75 	dev->dec_ops[ctx->current_codec]->trigger(ctx);  in cedrus_device_run()
  | 
| D | cedrus_hw.c | 117 	status = dev->dec_ops[ctx->current_codec]->irq_status(ctx);  in cedrus_irq() 121 	dev->dec_ops[ctx->current_codec]->irq_disable(ctx);  in cedrus_irq() 122 	dev->dec_ops[ctx->current_codec]->irq_clear(ctx);  in cedrus_irq()
  | 
| D | cedrus_video.c | 461 	    dev->dec_ops[ctx->current_codec]->start)  in cedrus_start_streaming() 462 		ret = dev->dec_ops[ctx->current_codec]->start(ctx);  in cedrus_start_streaming() 476 	    dev->dec_ops[ctx->current_codec]->stop)  in cedrus_stop_streaming() 477 		dev->dec_ops[ctx->current_codec]->stop(ctx);  in cedrus_stop_streaming()
  | 
| D | cedrus.c | 331 	dev->dec_ops[CEDRUS_CODEC_MPEG2] = &cedrus_dec_ops_mpeg2;  in cedrus_probe() 332 	dev->dec_ops[CEDRUS_CODEC_H264] = &cedrus_dec_ops_h264;  in cedrus_probe()
  | 
| D | cedrus.h | 140 	struct cedrus_dec_ops	*dec_ops[CEDRUS_CODEC_LAST];  member
  | 
| /Linux-v5.4/tools/perf/arch/x86/annotate/ | 
| D | instructions.c | 36 	{ .name = "dec",	.ops = &dec_ops,  }, 37 	{ .name = "decl",	.ops = &dec_ops,  }, 42 	{ .name = "inc",	.ops = &dec_ops,  }, 43 	{ .name = "incl",	.ops = &dec_ops,  },
  | 
| /Linux-v5.4/tools/perf/util/ | 
| D | annotate.c | 96 static struct ins_ops dec_ops;  variable 630 static struct ins_ops dec_ops = {  variable
  |