Home
last modified time | relevance | path

Searched refs:decode (Results 1 – 25 of 221) sorted by relevance

123456789

/linux-6.6.21/tools/power/cpupower/debug/i386/
DMakefile15 $(OUTPUT)centrino-decode: centrino-decode.c
16 $(CC) $(CFLAGS) -o $@ centrino-decode.c
24 $(OUTPUT)powernow-k8-decode: powernow-k8-decode.c
25 $(CC) $(CFLAGS) -o $@ powernow-k8-decode.c
27 all: $(OUTPUT)centrino-decode $(OUTPUT)dump_psb $(OUTPUT)intel_gsic $(OUTPUT)powernow-k8-decode
30 rm -rf $(OUTPUT)centrino-decode
33 rm -rf $(OUTPUT)powernow-k8-decode
37 $(INSTALL) $(OUTPUT)centrino-decode $(DESTDIR)${bindir}
38 $(INSTALL) $(OUTPUT)powernow-k8-decode $(DESTDIR)${bindir}
Dcentrino-decode.c63 static void decode (unsigned int msr) in decode() function
89 decode(lo); in decode_live()
107 decode(cpu); in main()
/linux-6.6.21/tools/power/cpupower/debug/x86_64/
DMakefile15 $(OUTPUT)centrino-decode: ../i386/centrino-decode.c
18 $(OUTPUT)powernow-k8-decode: ../i386/powernow-k8-decode.c
21 all: $(OUTPUT)centrino-decode $(OUTPUT)powernow-k8-decode
24 rm -rf $(OUTPUT)centrino-decode $(OUTPUT)powernow-k8-decode
28 $(INSTALL) $(OUTPUT)centrino-decode $(DESTDIR)${bindir}
29 $(INSTALL) $(OUTPUT)powernow-k8-decode $(DESTDIR)${bindir}
/linux-6.6.21/arch/x86/pci/
Dintel_mid_pci.c108 unsigned long decode; in pci_device_update_fixed() local
115 decode = size - 1; in pci_device_update_fixed()
116 decode |= decode >> 1; in pci_device_update_fixed()
117 decode |= decode >> 2; in pci_device_update_fixed()
118 decode |= decode >> 4; in pci_device_update_fixed()
119 decode |= decode >> 8; in pci_device_update_fixed()
120 decode |= decode >> 16; in pci_device_update_fixed()
121 decode++; in pci_device_update_fixed()
122 decode = ~(decode - 1); in pci_device_update_fixed()
124 decode = 0; in pci_device_update_fixed()
[all …]
/linux-6.6.21/arch/arm/probes/
DMakefile2 obj-$(CONFIG_UPROBES) += decode.o decode-arm.o uprobes/
3 obj-$(CONFIG_KPROBES) += decode.o kprobes/
5 obj-$(CONFIG_KPROBES) += decode-thumb.o
7 obj-$(CONFIG_KPROBES) += decode-arm.o
/linux-6.6.21/tools/power/cpupower/
D.gitignore24 debug/i386/centrino-decode
27 debug/i386/powernow-k8-decode
28 debug/x86_64/centrino-decode
29 debug/x86_64/powernow-k8-decode
/linux-6.6.21/tools/perf/arch/x86/util/
Dkvm-stat.c77 char *decode) in mmio_event_decode_key() argument
79 scnprintf(decode, KVM_EVENT_NAME_LEN, "%#lx:%s", in mmio_event_decode_key()
121 char *decode) in ioport_event_decode_key() argument
123 scnprintf(decode, KVM_EVENT_NAME_LEN, "%#llx:%s", in ioport_event_decode_key()
165 char *decode) in msr_event_decode_key() argument
167 scnprintf(decode, KVM_EVENT_NAME_LEN, "%#llx:%s", in msr_event_decode_key()
/linux-6.6.21/drivers/staging/media/sunxi/cedrus/
Dcedrus_h264.c90 const struct v4l2_ctrl_h264_decode_params *decode = run->h264.decode_params; in cedrus_write_frame_list() local
104 for (i = 0; i < ARRAY_SIZE(decode->dpb); i++) { in cedrus_write_frame_list()
105 const struct v4l2_h264_dpb_entry *dpb = &decode->dpb[i]; in cedrus_write_frame_list()
167 if (decode->flags & V4L2_H264_DECODE_PARAM_FLAG_FIELD_PIC) in cedrus_write_frame_list()
175 decode->top_field_order_cnt, in cedrus_write_frame_list()
176 decode->bottom_field_order_cnt, in cedrus_write_frame_list()
194 const struct v4l2_ctrl_h264_decode_params *decode = run->h264.decode_params; in _cedrus_write_ref_list() local
213 dpb = &decode->dpb[dpb_idx]; in _cedrus_write_ref_list()
344 const struct v4l2_ctrl_h264_decode_params *decode = run->h264.decode_params; in cedrus_set_params() local
434 mbaff_pic = !(decode->flags & V4L2_H264_DECODE_PARAM_FLAG_FIELD_PIC) && in cedrus_set_params()
[all …]
/linux-6.6.21/Documentation/userspace-api/media/v4l/
Dpixfmt-compressed.rst70 In addition, metadata associated with the frame to decode are
79 appropriate number of macroblocks to decode a full
121 Metadata associated with the frame to decode is required to be passed
129 of macroblocks to decode a full corresponding frame to the matching
165 Metadata associated with the frame to decode is required to be passed
170 of macroblocks to decode a full corresponding frame to the matching
187 Metadata associated with the frame to decode is required to be passed
193 of macroblocks to decode a full corresponding frame to the matching
215 Metadata associated with the frame to decode is required to be passed
222 number of macroblocks to decode a full corresponding frame.
[all …]
/linux-6.6.21/arch/arm64/kernel/probes/
DMakefile2 obj-$(CONFIG_KPROBES) += kprobes.o decode-insn.o \
5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o \
/linux-6.6.21/arch/csky/kernel/probes/
DMakefile2 obj-$(CONFIG_KPROBES) += kprobes.o decode-insn.o simulate-insn.o
5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o simulate-insn.o
/linux-6.6.21/arch/riscv/kernel/probes/
DMakefile2 obj-$(CONFIG_KPROBES) += kprobes.o decode-insn.o simulate-insn.o
5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o simulate-insn.o
/linux-6.6.21/Documentation/driver-api/cxl/
Dmemory-devices.rst21 assemble them into a CXL.mem decode topology. The need for runtime configuration
29 (Linux term for the top of the CXL decode topology). From there, PCIe topology
30 dictates which endpoints can participate in which Host Bridge decode regimes.
184 'struct cxl_port' object. A 'cxl_port' is a device that can decode CXL.mem to
185 its descendants. So "root" claims non-PCIe enumerable platform decode ranges and
186 decodes them to "ports", "ports" decode to "endpoints", and "endpoints"
187 represent the decode from SPA (System Physical Address) to DPA (Device Physical
200 The port metadata and potential decode schemes that a give memory device may
250 device name of 'mem3' which platform level decode ranges may this device
259 decode scheme can be determined via a command like the following::
/linux-6.6.21/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py182 …ubprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf-8').replace('…
199 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf…
213 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf…
227 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf…
241 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf…
255 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf…
269 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf…
283 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf…
/linux-6.6.21/tools/objtool/arch/x86/
DBuild2 objtool-y += decode.o
11 $(OUTPUT)arch/x86/decode.o: $(OUTPUT)arch/x86/lib/inat-tables.c
/linux-6.6.21/sound/core/seq/
Dseq_midi_event.c52 void (*decode)(struct snd_seq_event *ev, unsigned char *buf); member
90 int (*decode)(struct snd_midi_event *dev, unsigned char *buf, int len, member
304 return extra_event[type].decode(dev, buf, count, ev); in snd_midi_event_decode()
329 if (status_event[type].decode) in snd_midi_event_decode()
330 status_event[type].decode(ev, xbuf + 1); in snd_midi_event_decode()
334 if (status_event[type].decode) in snd_midi_event_decode()
335 status_event[type].decode(ev, xbuf + 0); in snd_midi_event_decode()
/linux-6.6.21/Documentation/devicetree/bindings/media/
Dmediatek,vcodec-subdev-decoder.yaml14 Mediatek Video Decode is the video decode hardware present in Mediatek
40 then enable lat to decode, writing the result to lat buffer, dislabe hardware when lat decode
41 done. Core workqueue need to get lat buffer and output buffer, then enable core to decode,
42 writing the result to output buffer, disable hardware when core decode done. These two
43 hardwares will decode each frame cyclically.
Dqcom,msm8916-venus.yaml7 title: Qualcomm MSM8916 Venus video encode and decode accelerators
13 The Venus IP is a video encode and decode accelerator present
/linux-6.6.21/drivers/media/platform/verisilicon/
Dhantro_h264.c235 const struct v4l2_ctrl_h264_decode_params *dec_param = ctrls->decode; in prepare_table()
303 dec_param = ctx->h264_dec.ctrls.decode; in update_dpb()
451 ctrls->decode = in hantro_h264_dec_prepare_run()
453 if (WARN_ON(!ctrls->decode)) in hantro_h264_dec_prepare_run()
470 v4l2_h264_init_reflist_builder(&reflist_builder, ctrls->decode, in hantro_h264_dec_prepare_run()
Dhantro_g1_h264_dec.c25 const struct v4l2_ctrl_h264_decode_params *dec_param = ctrls->decode; in set_params()
221 if (ctrls->decode->flags & V4L2_H264_DECODE_PARAM_FLAG_BOTTOM_FIELD) in set_buffers()
226 if (ctrls->sps->profile_idc > 66 && ctrls->decode->nal_ref_idc) { in set_buffers()
240 if (ctrls->decode->flags & V4L2_H264_DECODE_PARAM_FLAG_BOTTOM_FIELD) in set_buffers()
/linux-6.6.21/tools/testing/selftests/tc-testing/plugin-lib/
DbuildebpfPlugin.py61 foutput = serr.decode("utf-8")
63 foutput = rawout.decode("utf-8")
/linux-6.6.21/drivers/net/slip/
Dslhc.c83 static long decode(unsigned char **cpp);
207 decode(unsigned char **cpp) in decode() function
567 if((x = decode(&cp)) == -1) { in slhc_uncompress()
574 if((x = decode(&cp)) == -1) { in slhc_uncompress()
580 if((x = decode(&cp)) == -1) { in slhc_uncompress()
586 if((x = decode(&cp)) == -1) { in slhc_uncompress()
594 if((x = decode(&cp)) == -1) { in slhc_uncompress()
/linux-6.6.21/tools/cgroup/
Dmemcg_slabinfo.py41 name = prefix + '/' + css.cgroup.kn.name.string_().decode('utf-8')
56 return s.name.string_().decode('utf-8')
58 return s.memcg_params.root_cache.name.string_().decode('utf-8')
/linux-6.6.21/Documentation/arch/x86/x86_64/
Dmachinecheck.rst15 mcelog knows how to decode them.
18 log then mcelog should run to collect and decode machine check entries
/linux-6.6.21/scripts/
Drust_is_available_test.py86 …efault_version = subprocess.check_output(("scripts/min-tool-version.sh", "rustc")).decode().strip()
87 …ault_version = subprocess.check_output(("scripts/min-tool-version.sh", "bindgen")).decode().strip()
88 …default_version = subprocess.check_output(("scripts/min-tool-version.sh", "llvm")).decode().strip()
89 …cls.rust_default_sysroot = subprocess.check_output(("rustc", "--print", "sysroot")).decode().strip…
141 result.stderr = result.stderr.decode()

123456789