/linux-6.12.1/tools/testing/selftests/tpm2/ |
D | tpm2.py | 399 rc = struct.unpack('>I', rsp[6:10])[0] 401 cc = struct.unpack('>I', cmd[6:10])[0] 423 pcr_update_cnt, pcr_select_cnt = struct.unpack('>II', rsp[10:18]) 427 alg2, pcrsel_len2 = struct.unpack('>HB', rsp[:3]) 431 digest_cnt = struct.unpack('>I', rsp[:4])[0] 472 return struct.unpack('>I', self.send_cmd(cmd)[10:14])[0] 587 return struct.unpack('>I', self.send_cmd(cmd)[10:14])[0] 630 private_len = struct.unpack('>H', blob[0:2])[0] 632 public_len = struct.unpack('>H', blob[public_start:public_start + 2])[0] 648 data_handle = struct.unpack('>I', self.send_cmd(cmd)[10:14])[0] [all …]
|
D | tpm2_tests.py | 185 sz = struct.unpack('>I', hdr[2:6])[0]
|
/linux-6.12.1/drivers/media/platform/broadcom/ |
D | bcm2835-unicam.c | 138 u8 unpack; member 379 .unpack = UNICAM_PUM_UNPACK10, 386 .unpack = UNICAM_PUM_UNPACK10, 393 .unpack = UNICAM_PUM_UNPACK10, 400 .unpack = UNICAM_PUM_UNPACK10, 407 .unpack = UNICAM_PUM_UNPACK12, 414 .unpack = UNICAM_PUM_UNPACK12, 421 .unpack = UNICAM_PUM_UNPACK12, 428 .unpack = UNICAM_PUM_UNPACK12, 435 .unpack = UNICAM_PUM_UNPACK14, [all …]
|
/linux-6.12.1/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-6.12.1/Documentation/networking/device_drivers/atm/ |
D | cxacru-cf.py | 45 sys.stdout.write("{0:x}={1}".format(i, struct.unpack("<I", buf)[0]))
|
/linux-6.12.1/Documentation/translations/zh_CN/dev-tools/ |
D | gcov.rst | 230 echo "$DEST successfully created, copy to test system and unpack with:" 263 echo "$DEST successfully created, copy to build system and unpack with:"
|
/linux-6.12.1/Documentation/translations/zh_TW/dev-tools/ |
D | gcov.rst | 230 echo "$DEST successfully created, copy to test system and unpack with:" 263 echo "$DEST successfully created, copy to build system and unpack with:"
|
/linux-6.12.1/tools/net/ynl/lib/ |
D | ynl.py | 127 self._len, self._type = struct.unpack("HH", raw[offset : offset + 4]) 144 return format.unpack(self.raw)[0] 151 return format.unpack(self.raw)[0] 193 struct.unpack("IHHII", self.hdr) 202 self.error = struct.unpack("i", self.raw[0:4])[0] 206 self.error = struct.unpack("i", self.raw[0:4])[0] 753 value, selector = struct.unpack("II", attr.raw)
|
/linux-6.12.1/tools/usb/ |
D | p9_fwd.py | 122 size = struct.unpack("<I", data[:4])[0] 136 size = struct.unpack("<I", data[:4])[0]
|
/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_sspp.c | 215 u32 chroma_samp, unpack, src_format; in dpu_hw_sspp_setup_format() local 265 unpack = (fmt->element[3] << 24) | (fmt->element[2] << 16) | in dpu_hw_sspp_setup_format() 324 DPU_REG_WRITE(c, unpack_pat_off, unpack); in dpu_hw_sspp_setup_format()
|
/linux-6.12.1/scripts/gdb/linux/ |
D | proc.py | 226 return unpack(output_fmt, pack(fdt_header_be,
|
/linux-6.12.1/Documentation/dev-tools/ |
D | gcov.rst | 251 echo "$DEST successfully created, copy to test system and unpack with:" 284 echo "$DEST successfully created, copy to build system and unpack with:"
|
/linux-6.12.1/Documentation/scsi/ |
D | NinjaSCSI.rst | 63 (c) If you use this driver with Kernel 2.2, unpack pcmcia-cs in some directory
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-fcoe | 86 (Ethernet) packets, unpack them, and forward the embedded
|
/linux-6.12.1/tools/power/pm-graph/ |
D | sleepgraph.py | 5805 length = struct.unpack('H', buf[i+22:i+24])[0] 5806 base, num = struct.unpack('IH', buf[i+24:i+30]) 5809 length = struct.unpack('H', buf[i+6:i+8])[0] 5810 base, num = struct.unpack('IH', buf[i+8:i+14]) 5828 type, size, handle = struct.unpack('BBH', buf[i:i+4]) 5831 if 0 == struct.unpack('H', buf[n:n+2])[0]: 5838 idx = struct.unpack('B', buf[i+idxadr:i+idxadr+1])[0] 5888 table = struct.unpack('4sIBB6s8sI4sI', buf[0:36]) 5920 header = struct.unpack('HBB', records[i:i+4]) 5927 addr = struct.unpack('Q', records[i+8:i+16])[0] [all …]
|
/linux-6.12.1/tools/perf/Documentation/ |
D | security.txt | 20 2. Get into rpmbuild/SPECS directory and unpack the source code:
|
D | perf-intel-pt.txt | 194 unpack the raw data for power events and PTWRITE. The script also displays
|
/linux-6.12.1/Documentation/networking/device_drivers/cable/ |
D | sb1000.rst | 85 the others referenced above. As root, unpack it into a temporary directory
|
/linux-6.12.1/Documentation/admin-guide/ |
D | README.rst | 64 unpack it::
|
/linux-6.12.1/tools/kvm/kvm_stat/ |
D | kvm_stat | 464 struct.unpack(read_format,
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | bpf_offload.py | 281 return struct.unpack(fmt, ba)[0]
|