/linux-6.3-rc2/tools/perf/util/intel-pt-decoder/ |
A D | intel-pt-decoder.c | 557 decoder->ip = decoder->last_ip; in intel_pt_set_ip() 596 decoder->next_nr = decoder->nr; in intel_pt_set_nr() 671 decoder->buf = decoder->next_buf; in intel_pt_get_next_data() 672 decoder->len = decoder->next_len; in intel_pt_get_next_data() 703 decoder->next_buf = decoder->buf; in intel_pt_get_split_packet() 704 decoder->next_len = decoder->len; in intel_pt_get_split_packet() 1125 if (!decoder->branch_enable || !decoder->pge || decoder->hop || in intel_pt_sample_fup_insn() 1472 decoder->pgd_ip(decoder->state.to_ip, decoder->data)) { in intel_pt_walk_tip() 3846 decoder->pos += decoder->len; in intel_pt_get_split_psb() 4064 decoder->nr = decoder->next_nr; in intel_pt_decode() [all …]
|
A D | Build | 1 perf-$(CONFIG_AUXTRACE) += intel-pt-pkt-decoder.o intel-pt-insn-decoder.o intel-pt-log.o intel-pt-d… 6 $(OUTPUT)util/intel-pt-decoder/inat-tables.c: $(inat_tables_script) $(inat_tables_maps) 12 …(OUTPUT)util/intel-pt-decoder/intel-pt-insn-decoder.o: util/intel-pt-decoder/intel-pt-insn-decoder… 16 CFLAGS_intel-pt-insn-decoder.o += -I$(OUTPUT)util/intel-pt-decoder 19 CFLAGS_intel-pt-insn-decoder.o += -Wno-override-init 22 CFLAGS_intel-pt-insn-decoder.o += -Wno-packed
|
/linux-6.3-rc2/tools/perf/util/arm-spe-decoder/ |
A D | arm-spe-decoder.c | 89 if (!decoder) in arm_spe_decoder_new() 95 return decoder; in arm_spe_decoder_new() 100 free(decoder); in arm_spe_decoder_free() 109 ret = decoder->get_trace(&buffer, decoder->data); in arm_spe_get_data() 116 if (!decoder->len) in arm_spe_get_data() 119 return decoder->len; in arm_spe_get_data() 127 if (!decoder->len) { in arm_spe_get_next_packet() 135 ret = arm_spe_get_packet(decoder->buf, decoder->len, in arm_spe_get_next_packet() 139 decoder->buf += 1; in arm_spe_get_next_packet() 140 decoder->len -= 1; in arm_spe_get_next_packet() [all …]
|
/linux-6.3-rc2/drivers/media/i2c/ |
A D | bt819.c | 81 decoder->reg[reg] = value; in bt819_write() 268 bt819_write(decoder, 0x03, in bt819_s_std() 279 decoder->norm = std; in bt819_s_std() 299 decoder->input = input; in bt819_s_routing() 386 struct bt819 *decoder; in bt819_probe() local 394 decoder = devm_kzalloc(&client->dev, sizeof(*decoder), GFP_KERNEL); in bt819_probe() 395 if (decoder == NULL) in bt819_probe() 397 sd = &decoder->sd; in bt819_probe() 421 decoder->input = 0; in bt819_probe() 422 decoder->enable = 1; in bt819_probe() [all …]
|
A D | tvp5150.c | 287 if ((decoder->dev_id == 0x5150 && decoder->rom_ver == 0x0400) || in tvp5150_selmux() 288 (decoder->dev_id == 0x5151 && decoder->rom_ver == 0x0100)) { in tvp5150_selmux() 857 if (decoder->irq) in query_lock() 898 decoder->lock ? decoder->oe : 0); in tvp5150_isr() 923 if (decoder->irq) { in tvp5150_reset() 1421 if (decoder->irq) in tvp5150_runtime_suspend() 1434 if (decoder->irq) in tvp5150_runtime_resume() 1460 if (decoder->irq) in tvp5150_s_stream() 1461 val = decoder->lock ? decoder->oe : 0; in tvp5150_s_stream() 1652 decoder->input = in tvp5150_registered() [all …]
|
A D | tvp514x.c | 516 decoder->ver = rom_ver; in tvp514x_detect() 631 decoder->current_std = i; in tvp514x_s_std() 680 decoder->input = input; in tvp514x_s_routing() 681 decoder->output = output; in tvp514x_s_routing() 1042 decoder = devm_kzalloc(&client->dev, sizeof(*decoder), GFP_KERNEL); in tvp514x_probe() 1043 if (!decoder) in tvp514x_probe() 1047 *decoder = tvp514x_dev; in tvp514x_probe() 1055 decoder->pdata = pdata; in tvp514x_probe() 1072 sd = &decoder->sd; in tvp514x_probe() 1080 ret = media_entity_pads_init(&decoder->sd.entity, 1, &decoder->pad); in tvp514x_probe() [all …]
|
A D | saa7110.c | 72 decoder->reg[reg] = value; in saa7110_write() 162 decoder->input = chan; in saa7110_selmux() 263 decoder->norm = std; in saa7110_s_std() 311 decoder->enable = enable; in saa7110_s_stream() 363 struct saa7110 *decoder; in saa7110_probe() local 375 decoder = devm_kzalloc(&client->dev, sizeof(*decoder), GFP_KERNEL); in saa7110_probe() 376 if (!decoder) in saa7110_probe() 378 sd = &decoder->sd; in saa7110_probe() 381 decoder->input = 0; in saa7110_probe() 382 decoder->enable = 1; in saa7110_probe() [all …]
|
A D | saa717x.c | 777 decoder->audio_input); in set_audio_regs() 1054 decoder->radio = 1; in saa717x_s_radio() 1065 decoder->radio = 0; in saa717x_s_std() 1066 decoder->std = std; in saa717x_s_std() 1137 if (decoder->radio) in saa717x_g_tuner() 1243 decoder = devm_kzalloc(&client->dev, sizeof(*decoder), GFP_KERNEL); in saa717x_probe() 1244 if (decoder == NULL) in saa717x_probe() 1247 sd = &decoder->sd; in saa717x_probe() 1270 hdl = &decoder->hdl; in saa717x_probe() 1300 decoder->input = -1; in saa717x_probe() [all …]
|
A D | adv7183.c | 193 *std = decoder->std; in adv7183_g_std() 223 decoder->std = std; in adv7183_s_std() 249 decoder->input = input; in adv7183_s_routing() 304 decoder->output = output; in adv7183_s_routing() 444 decoder->fmt = *fmt; in adv7183_set_fmt() 526 struct adv7183 *decoder; in adv7183_probe() local 541 decoder = devm_kzalloc(&client->dev, sizeof(*decoder), GFP_KERNEL); in adv7183_probe() 542 if (decoder == NULL) in adv7183_probe() 560 if (IS_ERR(decoder->oe_pin)) in adv7183_probe() 564 sd = &decoder->sd; in adv7183_probe() [all …]
|
A D | vpx3220.c | 61 decoder->reg[reg] = value; in vpx3220_write() 361 decoder->norm = std; in vpx3220_s_std() 461 struct vpx3220 *decoder; in vpx3220_probe() local 472 decoder = devm_kzalloc(&client->dev, sizeof(*decoder), GFP_KERNEL); in vpx3220_probe() 473 if (decoder == NULL) in vpx3220_probe() 475 sd = &decoder->sd; in vpx3220_probe() 477 decoder->norm = V4L2_STD_PAL; in vpx3220_probe() 478 decoder->input = 0; in vpx3220_probe() 479 decoder->enable = 1; in vpx3220_probe() 490 if (decoder->hdl.error) { in vpx3220_probe() [all …]
|
/linux-6.3-rc2/drivers/input/misc/ |
A D | gpio_decoder.c | 33 dev_err(decoder->dev, in gpio_decoder_get_gpios_state() 51 state = gpio_decoder_get_gpios_state(decoder); in gpio_decoder_poll_gpios() 55 decoder->last_stable = state; in gpio_decoder_poll_gpios() 62 struct gpio_decoder *decoder; in gpio_decoder_probe() local 67 decoder = devm_kzalloc(dev, sizeof(*decoder), GFP_KERNEL); in gpio_decoder_probe() 68 if (!decoder) in gpio_decoder_probe() 71 decoder->dev = dev; in gpio_decoder_probe() 75 if (IS_ERR(decoder->input_gpios)) { in gpio_decoder_probe() 77 return PTR_ERR(decoder->input_gpios); in gpio_decoder_probe() 80 if (decoder->input_gpios->ndescs < 2) { in gpio_decoder_probe() [all …]
|
/linux-6.3-rc2/tools/perf/util/cs-etm-decoder/ |
A D | cs-etm-decoder.c | 62 return decoder->mem_access(decoder->data, trace_chan_id, in cs_etm_decoder__mem_access() 75 decoder)) in cs_etm_decoder__add_mem_access_cb() 264 (void *)decoder, in cs_etm_decoder__init_raw_frame_logging() 700 decoder)) in cs_etm_decoder__create_etm_decoder() 705 if (ocsd_dt_create_decoder(decoder->dcd_tree, decoder->decoder_name, in cs_etm_decoder__create_etm_decoder() 731 decoder = zalloc(sizeof(*decoder)); in cs_etm_decoder__new() 733 if (!decoder) in cs_etm_decoder__new() 768 decoder); in cs_etm_decoder__new() 773 return decoder; in cs_etm_decoder__new() 830 if (!decoder) in cs_etm_decoder__free() [all …]
|
A D | cs-etm-decoder.h | 88 int cs_etm_decoder__process_data_block(struct cs_etm_decoder *decoder, 97 void cs_etm_decoder__free(struct cs_etm_decoder *decoder); 99 int cs_etm_decoder__add_mem_access_cb(struct cs_etm_decoder *decoder, 106 int cs_etm_decoder__reset(struct cs_etm_decoder *decoder); 107 const char *cs_etm_decoder__get_name(struct cs_etm_decoder *decoder);
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | vidioc-decoder-cmd.rst | 38 These ioctls control an audio/video (usually MPEG-) decoder. 39 ``VIDIOC_DECODER_CMD`` sends a command to the decoder, 60 (as further documented in :ref:`decoder`). 76 - The decoder command, see :ref:`decoder-cmds`. 145 - Start the decoder. When the decoder is already running or paused, 148 *not* resume the decoder. You have to explicitly call 158 decoder in case of an implicit stop initiated by the decoder itself, 160 :ref:`decoder` for more details. 163 - Stop the decoder. When the decoder is already stopped, this 180 - Pause the decoder. When the decoder has not been started yet, the [all …]
|
/linux-6.3-rc2/drivers/media/rc/ |
A D | Makefile | 14 obj-$(CONFIG_IR_IMON_DECODER) += ir-imon-decoder.o 15 obj-$(CONFIG_IR_JVC_DECODER) += ir-jvc-decoder.o 16 obj-$(CONFIG_IR_MCE_KBD_DECODER) += ir-mce_kbd-decoder.o 17 obj-$(CONFIG_IR_NEC_DECODER) += ir-nec-decoder.o 18 obj-$(CONFIG_IR_RC5_DECODER) += ir-rc5-decoder.o 19 obj-$(CONFIG_IR_RC6_DECODER) += ir-rc6-decoder.o 20 obj-$(CONFIG_IR_RCMM_DECODER) += ir-rcmm-decoder.o 21 obj-$(CONFIG_IR_SANYO_DECODER) += ir-sanyo-decoder.o 22 obj-$(CONFIG_IR_SHARP_DECODER) += ir-sharp-decoder.o 23 obj-$(CONFIG_IR_SONY_DECODER) += ir-sony-decoder.o [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/soc/imx/ |
A D | fsl,imx8mm-vpu-blk-ctrl.yaml | 66 - description: G1 decoder power domain 67 - description: G2 decoder power domain 79 - description: G1 decoder clk 80 - description: G2 decoder clk 91 - description: G1 decoder interconnect 92 - description: G2 decoder interconnect 111 - description: G1 decoder power domain 112 - description: G2 decoder power domain 124 - description: G1 decoder clk 125 - description: G2 decoder clk [all …]
|
/linux-6.3-rc2/drivers/media/pci/cx25821/ |
A D | cx25821-medusa-video.c | 409 int decoder = 0; in medusa_set_resolution() local 423 decoder = decoder_select; in medusa_set_resolution() 426 decoder = 0; in medusa_set_resolution() 457 for (; decoder < decoder_count; decoder++) { in medusa_set_resolution() 460 HSCALE_CTRL + (0x200 * decoder), hscale); in medusa_set_resolution() 462 VSCALE_CTRL + (0x200 * decoder), vscale); in medusa_set_resolution() 474 if (decoder < VDEC_A || decoder > VDEC_H) { in medusa_set_decoderduration() 478 switch (decoder) { in medusa_set_decoderduration() 498 if (!(decoder % 2)) { /* EVEN decoder */ in medusa_set_decoderduration() 608 VDEC_A_HUE_CTRL + (0x200 * decoder), &tmp); in medusa_set_hue() [all …]
|
/linux-6.3-rc2/arch/arm/probes/kprobes/ |
A D | checkers-common.c | 83 [STACK_USE_NONE] = {.decoder = checker_stack_use_none}, 84 [STACK_USE_UNKNOWN] = {.decoder = checker_stack_use_unknown}, 86 [STACK_USE_FIXED_0XX] = {.decoder = checker_stack_use_imm_0xx}, 87 [STACK_USE_T32STRD] = {.decoder = checker_stack_use_t32strd}, 89 [STACK_USE_FIXED_X0X] = {.decoder = checker_stack_use_imm_x0x}, 91 [STACK_USE_FIXED_XXX] = {.decoder = checker_stack_use_imm_xxx}, 92 [STACK_USE_STMDX] = {.decoder = checker_stack_use_stmdx},
|
/linux-6.3-rc2/drivers/media/rc/img-ir/ |
A D | img-ir-hw.c | 323 decoder->tolerance = decoder->tolerance * 128 / 100; in img_ir_decoder_preprocess() 326 img_ir_timings_preprocess(&decoder->timings, decoder->unit); in img_ir_decoder_preprocess() 330 img_ir_timings_preprocess(&decoder->rtimings, decoder->unit); in img_ir_decoder_preprocess() 331 img_ir_timings_defaults(&decoder->rtimings, &decoder->timings); in img_ir_decoder_preprocess() 358 &decoder->rtimings, decoder->tolerance, in img_ir_decoder_convert() 479 if (!hw->decoder || !hw->decoder->filter) { in img_ir_set_filter() 598 hw->decoder = decoder; in img_ir_set_decoder() 599 if (!decoder) in img_ir_set_decoder() 690 if (!hw->decoder || !hw->decoder->filter) in img_ir_change_protocol() 912 if (hw->decoder) { in img_ir_change_frequency() [all …]
|
A D | Kconfig | 8 Say Y or M here if you want to use the ImgTec infrared decoder 12 bool "Raw decoder" 22 bool "Hardware decoder" 36 NEC protocols in the ImgTec infrared decoder block. 43 infrared decoder block. 50 infrared decoder block. 57 infrared decoder block. 64 Aiwa, Chinon remotes) in the ImgTec infrared decoder block. 71 infrared decoder block. 78 infrared decoder block.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/media/i2c/ |
A D | tvp514x.txt | 1 * Texas Instruments TVP514x video decoder 4 digital video decoder that digitizes and decodes all popular baseband analog 5 video formats into digital video component. The tvp514x decoder supports analog- 12 (a) "ti,tvp5146" for tvp5146 decoder. 13 (b) "ti,tvp5146m2" for tvp5146m2 decoder. 14 (c) "ti,tvp5147" for tvp5147 decoder. 15 (d) "ti,tvp5147m1" for tvp5147m1 decoder.
|
/linux-6.3-rc2/lib/xz/ |
A D | Kconfig | 13 bool "x86 BCJ filter decoder" if EXPERT 18 bool "PowerPC BCJ filter decoder" if EXPERT 23 bool "IA-64 BCJ filter decoder" if EXPERT 28 bool "ARM BCJ filter decoder" if EXPERT 33 bool "ARM-Thumb BCJ filter decoder" if EXPERT 38 bool "SPARC BCJ filter decoder" if EXPERT 43 bool "MicroLZMA decoder" 66 This allows passing .xz files to the in-kernel XZ decoder via 70 Unless you are developing the XZ decoder, you don't need this
|
/linux-6.3-rc2/Documentation/admin-guide/media/ |
A D | i2c-cardlist.rst | 39 tvaudio Simple audio decoder chips 201 bt819 BT819A VideoStream decoder 202 bt856 BT856 VideoStream decoder 203 bt866 BT866 VideoStream decoder 204 ks0127 KS0127 video decoder 205 ml86v7667 OKI ML86V7667 video decoder 206 saa7110 Philips SAA7110 video decoder 208 tc358743 Toshiba TC358743 decoder 213 tw9903 Techwell TW9903 video decoder 214 tw9906 Techwell TW9906 video decoder [all …]
|
/linux-6.3-rc2/drivers/media/v4l2-core/ |
A D | v4l2-mc.c | 27 struct media_entity *tuner = NULL, *decoder = NULL; in v4l2_mc_create_media_graph() local 48 decoder = entity; in v4l2_mc_create_media_graph() 95 if (!decoder) in v4l2_mc_create_media_graph() 100 if (!decoder) { in v4l2_mc_create_media_graph() 127 pad_sink = media_get_pad_index(decoder, true, in v4l2_mc_create_media_graph() 135 decoder, pad_sink, in v4l2_mc_create_media_graph() 144 pad_sink = media_get_pad_index(decoder, true, in v4l2_mc_create_media_graph() 152 decoder, pad_sink, in v4l2_mc_create_media_graph() 188 ret = media_create_pad_link(decoder, pad_source, in v4l2_mc_create_media_graph() 203 ret = media_create_pad_link(decoder, pad_source, in v4l2_mc_create_media_graph() [all …]
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-bus-cxl | 119 hardware decoder target list. 131 cxl_port container of this decoder, and 'Y' represents the 132 instance id of a given decoder resource. 142 decoder's decode window. For decoders of devtype 160 for this decoders uport, unlocks / resets the decoder. 168 (RO) Display a comma separated list of the current decoder 184 memory may be mapped behind this decoder's memory window. 221 when a decoder straddles the volatile/persistent partition 255 instance number disabled decoder with non-zero size. I.e. 270 decoder's position in the interleave is determined by the [all …]
|