| /Linux-v5.10/tools/testing/selftests/tpm2/ |
| D | tpm2.py | 394 rc = struct.unpack('>I', rsp[6:10])[0] 396 cc = struct.unpack('>I', cmd[6:10])[0] 418 pcr_update_cnt, pcr_select_cnt = struct.unpack('>II', rsp[10:18]) 422 alg2, pcrsel_len2 = struct.unpack('>HB', rsp[:3]) 426 digest_cnt = struct.unpack('>I', rsp[:4])[0] 467 return struct.unpack('>I', self.send_cmd(cmd)[10:14])[0] 582 return struct.unpack('>I', self.send_cmd(cmd)[10:14])[0] 625 private_len = struct.unpack('>H', blob[0:2])[0] 627 public_len = struct.unpack('>H', blob[public_start:public_start + 2])[0] 643 data_handle = struct.unpack('>I', self.send_cmd(cmd)[10:14])[0] [all …]
|
| D | tpm2_tests.py | 172 sz = struct.unpack('>I', hdr[2:6])[0]
|
| /Linux-v5.10/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| D | EventClass.py | 60 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.10/drivers/gpu/drm/msm/disp/mdp4/ |
| D | mdp4_plane.c | 313 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.10/Documentation/networking/device_drivers/atm/ |
| D | cxacru-cf.py | 45 sys.stdout.write("{0:x}={1}".format(i, struct.unpack("<I", buf)[0]))
|
| /Linux-v5.10/drivers/gpu/drm/msm/disp/ |
| D | mdp_kms.h | 79 uint8_t unpack[4]; member
|
| D | mdp_format.c | 69 .unpack = { e0, e1, e2, e3 }, \
|
| /Linux-v5.10/drivers/gpu/drm/msm/disp/dpu1/ |
| D | dpu_hw_sspp.c | 242 u32 chroma_samp, unpack, src_format; in dpu_hw_sspp_setup_format() local 292 unpack = (fmt->element[3] << 24) | (fmt->element[2] << 16) | in dpu_hw_sspp_setup_format() 347 DPU_REG_WRITE(c, unpack_pat_off + idx, unpack); in dpu_hw_sspp_setup_format()
|
| /Linux-v5.10/drivers/gpu/drm/msm/disp/mdp5/ |
| D | mdp5_plane.c | 867 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.10/scripts/gdb/linux/ |
| D | proc.py | 224 return unpack(output_fmt, pack(fdt_header_be,
|
| /Linux-v5.10/Documentation/dev-tools/ |
| D | gcov.rst | 236 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.10/Documentation/scsi/ |
| D | NinjaSCSI.rst | 63 (c) If you use this driver with Kernel 2.2, unpack pcmcia-cs in some directory
|
| /Linux-v5.10/Documentation/ABI/testing/ |
| D | sysfs-bus-fcoe | 86 (Ethernet) packets, unpack them, and forward the embedded
|
| /Linux-v5.10/tools/power/pm-graph/ |
| D | sleepgraph.py | 5540 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 …]
|
| /Linux-v5.10/tools/perf/Documentation/ |
| D | security.txt | 20 2. Get into rpmbuild/SPECS directory and unpack the source code:
|
| D | perf-intel-pt.txt | 177 unpack the raw data for power events and PTWRITE.
|
| /Linux-v5.10/Documentation/networking/device_drivers/cable/ |
| D | sb1000.rst | 85 the others referenced above. As root, unpack it into a temporary directory
|
| /Linux-v5.10/tools/kvm/kvm_stat/ |
| D | kvm_stat | 396 struct.unpack(read_format,
|
| /Linux-v5.10/Documentation/admin-guide/ |
| D | README.rst | 64 unpack it::
|
| /Linux-v5.10/tools/testing/selftests/bpf/ |
| D | test_offload.py | 274 return struct.unpack(fmt, ba)[0]
|