Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/tpm2/
Dtpm2.py378 rc = struct.unpack('>I', rsp[6:10])[0]
380 cc = struct.unpack('>I', cmd[6:10])[0]
402 pcr_update_cnt, pcr_select_cnt = struct.unpack('>II', rsp[10:18])
406 alg2, pcrsel_len2 = struct.unpack('>HB', rsp[:3])
410 digest_cnt = struct.unpack('>I', rsp[:4])[0]
451 return struct.unpack('>I', self.send_cmd(cmd)[10:14])[0]
565 return struct.unpack('>I', self.send_cmd(cmd)[10:14])[0]
608 private_len = struct.unpack('>H', blob[0:2])[0]
610 public_len = struct.unpack('>H', blob[public_start:public_start + 2])[0]
626 data_handle = struct.unpack('>I', self.send_cmd(cmd)[10:14])[0]
[all …]
Dtpm2_tests.py171 sz = struct.unpack('>I', hdr[2:6])[0]
/Linux-v5.4/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)
/Linux-v5.4/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()
/Linux-v5.4/Documentation/networking/
Dcxacru-cf.py45 sys.stdout.write("{0:x}={1}".format(i, struct.unpack("<I", buf)[0]))
/Linux-v5.4/drivers/gpu/drm/msm/disp/
Dmdp_kms.h79 uint8_t unpack[4]; member
Dmdp_format.c69 .unpack = { e0, e1, e2, e3 }, \
/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_sspp.c241 u32 chroma_samp, unpack, src_format; in dpu_hw_sspp_setup_format() local
291 unpack = (fmt->element[3] << 24) | (fmt->element[2] << 16) | in dpu_hw_sspp_setup_format()
332 DPU_REG_WRITE(c, unpack_pat_off + idx, unpack); in dpu_hw_sspp_setup_format()
/Linux-v5.4/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_plane.c867 MDP5_PIPE_SRC_UNPACK_ELEM0(format->unpack[0]) | in mdp5_hwpipe_mode_set()
868 MDP5_PIPE_SRC_UNPACK_ELEM1(format->unpack[1]) | in mdp5_hwpipe_mode_set()
869 MDP5_PIPE_SRC_UNPACK_ELEM2(format->unpack[2]) | in mdp5_hwpipe_mode_set()
870 MDP5_PIPE_SRC_UNPACK_ELEM3(format->unpack[3])); in mdp5_hwpipe_mode_set()
/Linux-v5.4/scripts/gdb/linux/
Dproc.py225 return unpack(output_fmt, pack(fdt_header_be,
/Linux-v5.4/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:"
/Linux-v5.4/Documentation/scsi/
DNinjaSCSI.txt47 [3] If you use this driver with Kernel 2.2, unpack pcmcia-cs in some directory
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-bus-fcoe74 (Ethernet) packets, unpack them, and forward the embedded
/Linux-v5.4/tools/power/pm-graph/
Dsleepgraph.py5401 length = struct.unpack('H', buf[i+22:i+24])[0]
5402 base, num = struct.unpack('IH', buf[i+24:i+30])
5405 length = struct.unpack('H', buf[i+6:i+8])[0]
5406 base, num = struct.unpack('IH', buf[i+8:i+14])
5431 type, size, handle = struct.unpack('BBH', buf[i:i+4])
5434 if 0 == struct.unpack('H', buf[n:n+2])[0]:
5441 idx = struct.unpack('B', buf[i+idxadr:i+idxadr+1])[0]
5543 table = struct.unpack('4sIBB6s8sI4sI', buf[0:36])
5575 header = struct.unpack('HBB', records[i:i+4])
5582 addr = struct.unpack('Q', records[i+8:i+16])[0]
[all …]
/Linux-v5.4/Documentation/networking/device_drivers/
Dsb1000.txt78 the others referenced above. As root, unpack it into a temporary directory and
/Linux-v5.4/tools/kvm/kvm_stat/
Dkvm_stat387 struct.unpack(read_format,
/Linux-v5.4/Documentation/admin-guide/
DREADME.rst64 unpack it::
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_offload.py276 return struct.unpack(fmt, ba)[0]
/Linux-v5.4/tools/perf/Documentation/
Dintel-pt.txt142 unpack the raw data for power events and PTWRITE.
/Linux-v5.4/Documentation/process/
Dsubmitting-patches.rst72 To create a patch for multiple files, you should unpack a "vanilla",
/Linux-v5.4/Documentation/media/v4l-drivers/
Dbttv.rst40 zip file, unzip can unpack it). Put it into the /etc/pvr directory or
/Linux-v5.4/Documentation/virt/uml/
DUserModeLinux-HOWTO.txt237 3. Make a directory and unpack the kernel into it.