/linux/tools/perf/util/intel-pt-decoder/ |
A D | intel-pt-decoder.c | 545 decoder->ip = decoder->last_ip; in intel_pt_set_ip() 584 decoder->next_nr = decoder->nr; in intel_pt_set_nr() 659 decoder->buf = decoder->next_buf; in intel_pt_get_next_data() 660 decoder->len = decoder->next_len; in intel_pt_get_next_data() 691 decoder->next_buf = decoder->buf; in intel_pt_get_split_packet() 692 decoder->next_len = decoder->len; in intel_pt_get_split_packet() 1337 decoder->pgd_ip(decoder->state.to_ip, decoder->data)) { in intel_pt_walk_tip() 1465 decoder->ip = decoder->last_ip; in intel_pt_walk_tnt() 3552 decoder->pos += decoder->len; in intel_pt_get_split_psb() 3770 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/tools/perf/util/arm-spe-decoder/ |
A D | arm-spe-decoder.c | 85 if (!decoder) in arm_spe_decoder_new() 91 return decoder; in arm_spe_decoder_new() 96 free(decoder); in arm_spe_decoder_free() 105 ret = decoder->get_trace(&buffer, decoder->data); in arm_spe_get_data() 112 if (!decoder->len) in arm_spe_get_data() 115 return decoder->len; in arm_spe_get_data() 123 if (!decoder->len) { in arm_spe_get_next_packet() 131 ret = arm_spe_get_packet(decoder->buf, decoder->len, in arm_spe_get_next_packet() 135 decoder->buf += 1; in arm_spe_get_next_packet() 136 decoder->len -= 1; in arm_spe_get_next_packet() [all …]
|
/linux/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() 387 struct bt819 *decoder; in bt819_probe() local 395 decoder = devm_kzalloc(&client->dev, sizeof(*decoder), GFP_KERNEL); in bt819_probe() 396 if (decoder == NULL) in bt819_probe() 398 sd = &decoder->sd; in bt819_probe() 422 decoder->input = 0; in bt819_probe() 423 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() 1419 if (decoder->irq) in tvp5150_runtime_suspend() 1432 if (decoder->irq) in tvp5150_runtime_resume() 1458 if (decoder->irq) in tvp5150_s_stream() 1459 val = decoder->lock ? decoder->oe : 0; in tvp5150_s_stream() 1650 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() 364 struct saa7110 *decoder; in saa7110_probe() local 376 decoder = devm_kzalloc(&client->dev, sizeof(*decoder), GFP_KERNEL); in saa7110_probe() 377 if (!decoder) in saa7110_probe() 379 sd = &decoder->sd; in saa7110_probe() 382 decoder->input = 0; in saa7110_probe() 383 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() 1244 decoder = devm_kzalloc(&client->dev, sizeof(*decoder), GFP_KERNEL); in saa717x_probe() 1245 if (decoder == NULL) in saa717x_probe() 1248 sd = &decoder->sd; in saa717x_probe() 1271 hdl = &decoder->hdl; in saa717x_probe() 1301 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() 527 struct adv7183 *decoder; in adv7183_probe() local 547 decoder = devm_kzalloc(&client->dev, sizeof(*decoder), GFP_KERNEL); in adv7183_probe() 548 if (decoder == NULL) in adv7183_probe() 567 sd = &decoder->sd; in adv7183_probe() 570 hdl = &decoder->hdl; in adv7183_probe() [all …]
|
A D | vpx3220.c | 61 decoder->reg[reg] = value; in vpx3220_write() 361 decoder->norm = std; in vpx3220_s_std() 462 struct vpx3220 *decoder; in vpx3220_probe() local 473 decoder = devm_kzalloc(&client->dev, sizeof(*decoder), GFP_KERNEL); in vpx3220_probe() 474 if (decoder == NULL) in vpx3220_probe() 476 sd = &decoder->sd; in vpx3220_probe() 478 decoder->norm = V4L2_STD_PAL; in vpx3220_probe() 479 decoder->input = 0; in vpx3220_probe() 480 decoder->enable = 1; in vpx3220_probe() 491 if (decoder->hdl.error) { in vpx3220_probe() [all …]
|
/linux/tools/perf/util/cs-etm-decoder/ |
A D | cs-etm-decoder.c | 53 return decoder->mem_access(decoder->data, trace_chan_id, in cs_etm_decoder__mem_access() 66 decoder)) in cs_etm_decoder__add_mem_access_cb() 241 (void *)decoder, in cs_etm_decoder__init_raw_frame_logging() 657 decoder)) in cs_etm_decoder__create_etm_decoder() 662 if (ocsd_dt_create_decoder(decoder->dcd_tree, decoder->decoder_name, in cs_etm_decoder__create_etm_decoder() 688 decoder = zalloc(sizeof(*decoder)); in cs_etm_decoder__new() 690 if (!decoder) in cs_etm_decoder__new() 725 decoder); in cs_etm_decoder__new() 730 return decoder; in cs_etm_decoder__new() 787 if (!decoder) in cs_etm_decoder__free() [all …]
|
/linux/drivers/input/misc/ |
A D | gpio_decoder.c | 41 dev_err(decoder->dev, in gpio_decoder_get_gpios_state() 59 state = gpio_decoder_get_gpios_state(decoder); in gpio_decoder_poll_gpios() 63 decoder->last_stable = state; in gpio_decoder_poll_gpios() 70 struct gpio_decoder *decoder; in gpio_decoder_probe() local 75 decoder = devm_kzalloc(dev, sizeof(*decoder), GFP_KERNEL); in gpio_decoder_probe() 76 if (!decoder) in gpio_decoder_probe() 79 decoder->dev = dev; in gpio_decoder_probe() 83 if (IS_ERR(decoder->input_gpios)) { in gpio_decoder_probe() 85 return PTR_ERR(decoder->input_gpios); in gpio_decoder_probe() 88 if (decoder->input_gpios->ndescs < 2) { in gpio_decoder_probe() [all …]
|
/linux/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/drivers/media/rc/ |
A D | Makefile | 10 obj-$(CONFIG_IR_NEC_DECODER) += ir-nec-decoder.o 11 obj-$(CONFIG_IR_RC5_DECODER) += ir-rc5-decoder.o 12 obj-$(CONFIG_IR_RC6_DECODER) += ir-rc6-decoder.o 13 obj-$(CONFIG_IR_JVC_DECODER) += ir-jvc-decoder.o 14 obj-$(CONFIG_IR_SONY_DECODER) += ir-sony-decoder.o 15 obj-$(CONFIG_IR_SANYO_DECODER) += ir-sanyo-decoder.o 16 obj-$(CONFIG_IR_SHARP_DECODER) += ir-sharp-decoder.o 17 obj-$(CONFIG_IR_MCE_KBD_DECODER) += ir-mce_kbd-decoder.o 18 obj-$(CONFIG_IR_XMP_DECODER) += ir-xmp-decoder.o 19 obj-$(CONFIG_IR_IMON_DECODER) += ir-imon-decoder.o [all …]
|
/linux/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/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/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/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/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/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/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/drivers/media/usb/em28xx/ |
A D | em28xx-cards.c | 698 .decoder = EM28XX_SAA711X, 719 .decoder = EM28XX_TVP5150, 742 .decoder = EM28XX_SAA711X, 757 .decoder = EM28XX_SAA711X, 777 .decoder = EM28XX_SAA711X, 797 .decoder = EM28XX_SAA711X, 818 .decoder = EM28XX_TVP5150, 837 .decoder = EM28XX_SAA711X, 1571 .decoder = EM28XX_SAA711X, 1840 .decoder = EM28XX_SAA711X, [all …]
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-bus-cxl | 58 hardware port unique-id used in the hardware decoder target 66 CXL decoder objects are enumerated from either a platform 67 firmware description, or a CXL HDM decoder register set in a 70 cxl_port container of this decoder, and 'Y' represents the 71 instance id of a given decoder resource. 79 address base and number of bytes mapped in the decoder's decode 96 decoders uport, unlocks / resets the decoder. 103 Display a comma separated list of the current decoder target 113 When a CXL decoder is of devtype "cxl_decoder_root", it 118 memory may be mapped behind this decoder's memory window. [all …]
|
/linux/arch/arm/probes/uprobes/ |
A D | actions-arm.c | 205 [PROBES_LDRSTRD] = {.decoder = decode_pc_ro}, 206 [PROBES_LOAD_EXTRA] = {.decoder = decode_pc_ro}, 207 [PROBES_LOAD] = {.decoder = decode_ldr}, 208 [PROBES_STORE_EXTRA] = {.decoder = decode_pc_ro}, 209 [PROBES_STORE] = {.decoder = decode_pc_ro}, 212 .decoder = decode_rd12rn16rm0rs8_rwflags}, 214 .decoder = decode_rd12rn16rm0rs8_rwflags}, 228 [PROBES_LDMSTM] = {.decoder = uprobe_decode_ldmstm}
|