Home
last modified time | relevance | path

Searched refs:unpack (Results 1 – 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/tpm2/
Dtpm2.py398 rc = struct.unpack('>I', rsp[6:10])[0]
400 cc = struct.unpack('>I', cmd[6:10])[0]
422 pcr_update_cnt, pcr_select_cnt = struct.unpack('>II', rsp[10:18])
426 alg2, pcrsel_len2 = struct.unpack('>HB', rsp[:3])
430 digest_cnt = struct.unpack('>I', rsp[:4])[0]
471 return struct.unpack('>I', self.send_cmd(cmd)[10:14])[0]
586 return struct.unpack('>I', self.send_cmd(cmd)[10:14])[0]
629 private_len = struct.unpack('>H', blob[0:2])[0]
631 public_len = struct.unpack('>H', blob[public_start:public_start + 2])[0]
647 data_handle = struct.unpack('>I', self.send_cmd(cmd)[10:14])[0]
[all …]
Dtpm2_tests.py172 sz = struct.unpack('>I', hdr[2:6])[0]
/kernel/linux/linux-5.10/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DEventClass.py60 flags, ip, ax, bx, cx, dx, si, di, bp, sp = struct.unpack('QQQQQQQQQQ', tmp_buf)
89 status, dla, dse, lat = struct.unpack('QQQQ', tmp_buf)
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp4/
Dmdp4_plane.c313 MDP4_PIPE_SRC_UNPACK_ELEM0(format->unpack[0]) | in mdp4_plane_mode_set()
314 MDP4_PIPE_SRC_UNPACK_ELEM1(format->unpack[1]) | in mdp4_plane_mode_set()
315 MDP4_PIPE_SRC_UNPACK_ELEM2(format->unpack[2]) | in mdp4_plane_mode_set()
316 MDP4_PIPE_SRC_UNPACK_ELEM3(format->unpack[3])); in mdp4_plane_mode_set()
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/atm/
Dcxacru-cf.py45 sys.stdout.write("{0:x}={1}".format(i, struct.unpack("<I", buf)[0]))
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/
Dmdp_kms.h79 uint8_t unpack[4]; member
Dmdp_format.c69 .unpack = { e0, e1, e2, e3 }, \
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_sspp.c244 u32 chroma_samp, unpack, src_format; in dpu_hw_sspp_setup_format() local
294 unpack = (fmt->element[3] << 24) | (fmt->element[2] << 16) | in dpu_hw_sspp_setup_format()
349 DPU_REG_WRITE(c, unpack_pat_off + idx, unpack); in dpu_hw_sspp_setup_format()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_plane.c882 MDP5_PIPE_SRC_UNPACK_ELEM0(format->unpack[0]) | in mdp5_hwpipe_mode_set()
883 MDP5_PIPE_SRC_UNPACK_ELEM1(format->unpack[1]) | in mdp5_hwpipe_mode_set()
884 MDP5_PIPE_SRC_UNPACK_ELEM2(format->unpack[2]) | in mdp5_hwpipe_mode_set()
885 MDP5_PIPE_SRC_UNPACK_ELEM3(format->unpack[3])); in mdp5_hwpipe_mode_set()
/kernel/linux/linux-5.10/scripts/gdb/linux/
Dproc.py224 return unpack(output_fmt, pack(fdt_header_be,
/kernel/linux/linux-5.10/Documentation/dev-tools/
Dgcov.rst236 echo "$DEST successfully created, copy to test system and unpack with:"
269 echo "$DEST successfully created, copy to build system and unpack with:"
/kernel/linux/linux-5.10/Documentation/scsi/
DNinjaSCSI.rst63 (c) If you use this driver with Kernel 2.2, unpack pcmcia-cs in some directory
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-fcoe86 (Ethernet) packets, unpack them, and forward the embedded
/kernel/linux/linux-5.10/tools/power/pm-graph/
Dsleepgraph.py5540 length = struct.unpack('H', buf[i+22:i+24])[0]
5541 base, num = struct.unpack('IH', buf[i+24:i+30])
5544 length = struct.unpack('H', buf[i+6:i+8])[0]
5545 base, num = struct.unpack('IH', buf[i+8:i+14])
5570 type, size, handle = struct.unpack('BBH', buf[i:i+4])
5573 if 0 == struct.unpack('H', buf[n:n+2])[0]:
5580 idx = struct.unpack('B', buf[i+idxadr:i+idxadr+1])[0]
5663 table = struct.unpack('4sIBB6s8sI4sI', buf[0:36])
5695 header = struct.unpack('HBB', records[i:i+4])
5702 addr = struct.unpack('Q', records[i+8:i+16])[0]
[all …]
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dsecurity.txt20 2. Get into rpmbuild/SPECS directory and unpack the source code:
Dperf-intel-pt.txt177 unpack the raw data for power events and PTWRITE.
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/cable/
Dsb1000.rst85 the others referenced above. As root, unpack it into a temporary directory
/kernel/linux/linux-5.10/tools/kvm/kvm_stat/
Dkvm_stat396 struct.unpack(read_format,
/kernel/linux/linux-5.10/Documentation/admin-guide/
DREADME.rst64 unpack it::
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_offload.py274 return struct.unpack(fmt, ba)[0]