| /Linux-v5.4/tools/power/cpupower/debug/i386/ | 
| D | Makefile | 15 $(OUTPUT)centrino-decode: centrino-decode.c16 	$(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}
 
 | 
| D | centrino-decode.c | 63 static void decode (unsigned int msr)  in decode()  function89 	decode(lo);  in decode_live()
 107 		decode(cpu);  in main()
 
 | 
| /Linux-v5.4/tools/power/cpupower/debug/x86_64/ | 
| D | Makefile | 15 $(OUTPUT)centrino-decode: ../i386/centrino-decode.c18 $(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-v5.4/arch/x86/pci/ | 
| D | intel_mid_pci.c | 105 		unsigned long decode;  in pci_device_update_fixed()  local112 			decode = size - 1;  in pci_device_update_fixed()
 113 			decode |= decode >> 1;  in pci_device_update_fixed()
 114 			decode |= decode >> 2;  in pci_device_update_fixed()
 115 			decode |= decode >> 4;  in pci_device_update_fixed()
 116 			decode |= decode >> 8;  in pci_device_update_fixed()
 117 			decode |= decode >> 16;  in pci_device_update_fixed()
 118 			decode++;  in pci_device_update_fixed()
 119 			decode = ~(decode - 1);  in pci_device_update_fixed()
 121 			decode = 0;  in pci_device_update_fixed()
 [all …]
 
 | 
| /Linux-v5.4/arch/arm/probes/ | 
| D | Makefile | 2 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-v5.4/tools/power/cpupower/ | 
| D | .gitignore | 23 debug/i386/centrino-decode26 debug/i386/powernow-k8-decode
 27 debug/x86_64/centrino-decode
 28 debug/x86_64/powernow-k8-decode
 
 | 
| /Linux-v5.4/tools/perf/arch/x86/util/ | 
| D | kvm-stat.c | 78 				  char *decode)  in mmio_event_decode_key()  argument80 	scnprintf(decode, decode_str_len, "%#lx:%s",  in mmio_event_decode_key()
 122 				    char *decode)  in ioport_event_decode_key()  argument
 124 	scnprintf(decode, decode_str_len, "%#llx:%s",  in ioport_event_decode_key()
 
 | 
| /Linux-v5.4/arch/arm64/kernel/probes/ | 
| D | Makefile | 2 obj-$(CONFIG_KPROBES)		+= kprobes.o decode-insn.o	\5 obj-$(CONFIG_UPROBES)		+= uprobes.o decode-insn.o	\
 
 | 
| /Linux-v5.4/tools/objtool/arch/x86/ | 
| D | Build | 1 objtool-y += decode.o10 $(OUTPUT)arch/x86/decode.o: $(OUTPUT)arch/x86/lib/inat-tables.c
 
 | 
| /Linux-v5.4/drivers/staging/media/sunxi/cedrus/ | 
| D | cedrus_h264.c | 96 	const struct v4l2_ctrl_h264_decode_params *decode = run->h264.decode_params;  in cedrus_write_frame_list()  local109 	for (i = 0; i < ARRAY_SIZE(decode->dpb); i++) {  in cedrus_write_frame_list()
 110 		const struct v4l2_h264_dpb_entry *dpb = &decode->dpb[i];  in cedrus_write_frame_list()
 152 			    decode->top_field_order_cnt,  in cedrus_write_frame_list()
 153 			    decode->bottom_field_order_cnt,  in cedrus_write_frame_list()
 169 	const struct v4l2_ctrl_h264_decode_params *decode = run->h264.decode_params;  in _cedrus_write_ref_list()  local
 187 		dpb = &decode->dpb[dpb_idx];  in _cedrus_write_ref_list()
 295 	const struct v4l2_ctrl_h264_decode_params *decode = run->h264.decode_params;  in cedrus_set_params()  local
 375 	reg |= decode->nal_ref_idc ? BIT(12) : 0;  in cedrus_set_params()
 
 | 
| /Linux-v5.4/sound/core/seq/ | 
| D | seq_midi_event.c | 52 	void (*decode)(struct snd_seq_event *ev, unsigned char *buf);  member90 	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-v5.4/drivers/net/slip/ | 
| D | slhc.c | 83 static long decode(unsigned char **cpp);207 decode(unsigned char **cpp)  in decode()  function
 561 			if((x = decode(&cp)) == -1) {  in slhc_uncompress()
 568 			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()
 588 		if((x = decode(&cp)) == -1) {  in slhc_uncompress()
 
 | 
| /Linux-v5.4/tools/testing/selftests/tc-testing/plugin-lib/ | 
| D | buildebpfPlugin.py | 61             foutput = serr.decode("utf-8")63             foutput = rawout.decode("utf-8")
 
 | 
| D | nsPlugin.py | 140             foutput = serr.decode("utf-8")142             foutput = rawout.decode("utf-8")
 
 | 
| /Linux-v5.4/Documentation/media/uapi/v4l/ | 
| D | pixfmt-compressed.rst | 71 	In addition, metadata associated with the frame to decode are80 	appropriate number of macroblocks to decode a full
 118 	Metadata associated with the frame to decode is required to be passed
 125 	of macroblocks to decode a full corresponding frame to the matching
 161 	Metadata associated with the frame to decode is required to be passed
 166 	of macroblocks to decode a full corresponding frame to the matching
 
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | kvm-stat.h | 64 			   char *decode);125 			   char *decode);
 
 | 
| /Linux-v5.4/tools/debugging/ | 
| D | kernel-chktaint | 13 Call without parameters to decode /proc/sys/kernel/tainted.15 Call with a positive integer as parameter to decode a value you
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | dmi.h | 111 extern int dmi_walk(void (*decode)(const struct dmi_header *, void *),138 static inline int dmi_walk(void (*decode)(const struct dmi_header *, void *),  in dmi_walk()
 
 | 
| /Linux-v5.4/arch/m68k/math-emu/ | 
| D | fp_decode.h | 102 | decode destination format for fmove reg,ea107 | decode source register for fmove reg,ea
 133 | decode the 8bit displacement from the brief extension word
 139 | decode the index of the brief/full extension word
 167 | decode the base displacement size
 
 | 
| D | fp_movem.S | 41 | set flags for decode macros for fmovem80 	| decode address mode
 199 | set flags for decode macros for fmovem control register
 224 	| decode address mode
 
 | 
| /Linux-v5.4/drivers/staging/media/hantro/ | 
| D | hantro_h264.c | 254 	const struct v4l2_ctrl_h264_decode_params *dec_param = ctrls->decode;  in prepare_table()303 	dec_param = ctx->h264_dec.ctrls.decode;  in init_reflist_builder()
 486 	dec_param = ctx->h264_dec.ctrls.decode;  in update_dpb()
 581 	ctrls->decode =  in hantro_h264_dec_prepare_run()
 583 	if (WARN_ON(!ctrls->decode))  in hantro_h264_dec_prepare_run()
 
 | 
| /Linux-v5.4/tools/perf/arch/powerpc/util/ | 
| D | kvm-stat.c | 79 				   char *decode)  in hcall_event_decode_key()  argument83 	scnprintf(decode, decode_str_len, "%s", hcall_reason);  in hcall_event_decode_key()
 
 | 
| /Linux-v5.4/drivers/media/platform/mtk-vcodec/ | 
| D | vdec_drv_base.h | 29 	int (*decode)(void *h_vdec, struct mtk_vcodec_mem *bs,  member
 | 
| /Linux-v5.4/drivers/pinctrl/freescale/ | 
| D | pinctrl-imx.c | 298 	const struct imx_cfg_params_decode *decode;  in imx_pinconf_decode_generic_config()  local309 		decode = info->decodes;  in imx_pinconf_decode_generic_config()
 311 			if (param == decode->param) {  in imx_pinconf_decode_generic_config()
 312 				if (decode->invert)  in imx_pinconf_decode_generic_config()
 314 				raw_config |= (param_val << decode->shift)  in imx_pinconf_decode_generic_config()
 315 					      & decode->mask;  in imx_pinconf_decode_generic_config()
 318 			decode++;  in imx_pinconf_decode_generic_config()
 
 | 
| /Linux-v5.4/Documentation/devicetree/bindings/media/ | 
| D | amlogic,vdec.txt | 12 - VDEC_1 can decode MPEG-1, MPEG-2, MPEG-4 part 2, MJPEG, H.263, H.264, VC-1.13 - VDEC_HEVC can decode HEVC and VP9.
 
 |