Searched refs:decode (Results 76 - 100 of 144) sorted by relevance

123456

/linux-master/drivers/acpi/acpica/
H A Drsaddr.c189 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.address.decode),
H A Drsxface.c23 ACPI_COPY_FIELD(out, in, decode); \
/linux-master/scripts/gdb/linux/
H A Dtimerlist.py161 buf=buf.decode()
/linux-master/tools/perf/scripts/python/
H A Darm-cs-trace-disasm.py99 disasm_output = check_output(disasm).decode('utf-8').split('\n')
/linux-master/drivers/media/rc/
H A Drc-core-priv.h37 int (*decode)(struct rc_dev *dev, struct ir_raw_event event); member in struct:ir_raw_handler
H A Dir-mce_kbd-decoder.c425 .decode = ir_mce_kbd_decode,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_virt.h358 struct amdgpu_video_codec_info *decode, uint32_t decode_array_size);
/linux-master/tools/net/ynl/lib/
H A Dynl.py133 return self.raw.decode('ascii')[:-1]
343 def decode(self, ynl, nl_msg): member in class:NetlinkProtocol
741 msg = self.nlproto.decode(self, NlMsg(request, 0, op.attr_set))
863 decoded = self.nlproto.decode(self, nl_msg)
920 decoded = self.nlproto.decode(self, nl_msg)
/linux-master/drivers/block/
H A Damiflop.c805 static unsigned long decode (unsigned long *data, unsigned long *raw, function
853 raw = decode ((ulong *)&hdr.magic, (ulong *)raw, 4);
854 raw = decode ((ulong *)&hdr.labels, (ulong *)raw, 16);
855 raw = decode ((ulong *)&hdr.hdrchk, (ulong *)raw, 4);
856 raw = decode ((ulong *)&hdr.datachk, (ulong *)raw, 4);
879 raw = decode ((ulong *)(unit[drive].trackbuf + hdr.sect*512),
/linux-master/net/sunrpc/
H A Dauth.c787 * rpcauth_unwrap_resp_decode - Invoke XDR decode function
796 kxdrdproc_t decode = task->tk_msg.rpc_proc->p_decode; local
798 return decode(task->tk_rqstp, xdr, task->tk_msg.rpc_resp);
803 * rpcauth_unwrap_resp - Invoke unwrap and decode function for the cred
/linux-master/drivers/edac/
H A Dskx_common.c132 edac_dbg(0, "Failed to decode 0x%llx\n", res->addr);
191 void skx_set_decode(skx_decode_f decode, skx_show_retry_log_f show_retry_log) argument
193 driver_decode = decode;
/linux-master/net/ceph/
H A Dcrypto.c16 #include <linux/ceph/decode.h>
104 dout("failed to decode crypto key\n");
H A Dcls_lock_client.c8 #include <linux/ceph/decode.h>
/linux-master/drivers/media/platform/st/sti/delta/
H A Ddelta-mjpeg-dec.c188 "%s firmware: decode error @ frame %d (%s)\n",
452 .decode = delta_mjpeg_decode,
/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_hw.h71 * @decode: Decode params
77 const struct v4l2_ctrl_h264_decode_params *decode; member in struct:hantro_h264_dec_ctrls
/linux-master/drivers/media/usb/uvc/
H A Duvc_video.c1480 * If the URB is the first of its payload, decode and save the
1635 stream->decode(uvc_urb, buf, buf_meta);
2197 stream->decode = uvc_video_decode_isight;
2199 stream->decode = uvc_video_decode_isoc;
2201 stream->decode = uvc_video_decode_bulk;
2204 stream->decode = uvc_video_encode_bulk;
/linux-master/tools/kvm/kvm_stat/
H A Dkvm_stat1112 line = line.decode(ENCODING).lstrip().split(' ', 1)
1399 regex = self.screen.getstr().decode(ENCODING)
1425 val = self.screen.getstr().decode(ENCODING)
1470 guest = self.screen.getstr().decode(ENCODING)
/linux-master/scripts/
H A Dcheckkconfigsymbols.py230 stdout = stdout.decode(errors='replace')
/linux-master/include/acpi/
H A Dacrestyp.h49 #define ACPI_DECODE_10 (u8) 0x00 /* 10-bit IO address decode */
50 #define ACPI_DECODE_16 (u8) 0x01 /* 16-bit IO address decode */
280 u8 decode; \
/linux-master/tools/perf/tests/
H A Dattr.py219 .decode(sys.stdout.encoding)
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_if.c35 * struct h264_fb - h264 decode frame buffer information
67 * struct vdec_h264_dec_info - decode information
89 * struct vdec_h264_vsi - shared memory for decode information exchange
101 * @dec : decode information (AP-R, VPU-W)
491 .decode = vdec_h264_decode,
H A Dvdec_h264_req_if.c17 * struct mtk_h264_dec_slice_param - parameters for decode current frame
28 * struct vdec_h264_dec_info - decode information
50 * struct vdec_h264_vsi - shared memory for decode information exchange
59 * @dec : decode information (AP-R, VPU-W)
62 * @h264_slice_params : the parameters that hardware use to decode
81 * @h264_slice_param : the parameters that hardware use to decode
441 .decode = vdec_h264_slice_decode,
H A Dvdec_vp8_req_if.c28 * struct vdec_vp8_slice_info - decode misc information
375 /* wait decode done interrupt */
429 .decode = vdec_vp8_slice_decode,
/linux-master/fs/ceph/
H A Dmdsmap.c11 #include <linux/ceph/decode.h>
/linux-master/tools/firewire/
H A Dnosy-dump.c205 int (*decode)(struct link_transaction *t); member in struct:protocol_decoder
224 if (protocol_decoders[i].decode(t))
227 /* HACK: decode only fcp right now. */

Completed in 287 milliseconds

123456