/Linux-v4.19/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-v4.19/drivers/gpu/drm/msm/disp/mdp4/ |
D | mdp4_plane.c | 322 MDP4_PIPE_SRC_UNPACK_ELEM0(format->unpack[0]) | in mdp4_plane_mode_set() 323 MDP4_PIPE_SRC_UNPACK_ELEM1(format->unpack[1]) | in mdp4_plane_mode_set() 324 MDP4_PIPE_SRC_UNPACK_ELEM2(format->unpack[2]) | in mdp4_plane_mode_set() 325 MDP4_PIPE_SRC_UNPACK_ELEM3(format->unpack[3])); in mdp4_plane_mode_set()
|
/Linux-v4.19/Documentation/networking/ |
D | cxacru-cf.py | 45 sys.stdout.write("{0:x}={1}".format(i, struct.unpack("<I", buf)[0]))
|
D | README.sb1000 | 78 the others referenced above. As root, unpack it into a temporary directory and
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/ |
D | mdp_kms.h | 90 uint8_t unpack[4]; member
|
D | mdp_format.c | 80 .unpack = { e0, e1, e2, e3 }, \
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_sspp.c | 250 u32 chroma_samp, unpack, src_format; in dpu_hw_sspp_setup_format() local 300 unpack = (fmt->element[3] << 24) | (fmt->element[2] << 16) | in dpu_hw_sspp_setup_format() 341 DPU_REG_WRITE(c, unpack_pat_off + idx, unpack); in dpu_hw_sspp_setup_format()
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_plane.c | 877 MDP5_PIPE_SRC_UNPACK_ELEM0(format->unpack[0]) | in mdp5_hwpipe_mode_set() 878 MDP5_PIPE_SRC_UNPACK_ELEM1(format->unpack[1]) | in mdp5_hwpipe_mode_set() 879 MDP5_PIPE_SRC_UNPACK_ELEM2(format->unpack[2]) | in mdp5_hwpipe_mode_set() 880 MDP5_PIPE_SRC_UNPACK_ELEM3(format->unpack[3])); in mdp5_hwpipe_mode_set()
|
/Linux-v4.19/scripts/gdb/linux/ |
D | proc.py | 220 return unpack(output_fmt, pack(fdt_header_be,
|
/Linux-v4.19/Documentation/dev-tools/ |
D | gcov.rst | 226 echo "$DEST successfully created, copy to test system and unpack with:" 259 echo "$DEST successfully created, copy to build system and unpack with:"
|
/Linux-v4.19/Documentation/scsi/ |
D | NinjaSCSI.txt | 47 [3] If you use this driver with Kernel 2.2, unpack pcmcia-cs in some directory
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-fcoe | 74 (Ethernet) packets, unpack them, and forward the embedded
|
/Linux-v4.19/tools/power/pm-graph/ |
D | sleepgraph.py | 4948 length = struct.unpack('H', buf[i+22:i+24])[0] 4949 base, num = struct.unpack('IH', buf[i+24:i+30]) 4952 length = struct.unpack('H', buf[i+6:i+8])[0] 4953 base, num = struct.unpack('IH', buf[i+8:i+14]) 4977 type, size, handle = struct.unpack('BBH', buf[i:i+4]) 4980 if 0 == struct.unpack('H', buf[n:n+2])[0]: 4987 idx = struct.unpack('B', buf[i+idxadr])[0] 5056 table = struct.unpack('4sIBB6s8sI4sI', buf[0:36]) 5082 header = struct.unpack('HBB', records[i:i+4]) 5089 addr = struct.unpack('Q', records[i+8:i+16])[0] [all …]
|
/Linux-v4.19/tools/kvm/kvm_stat/ |
D | kvm_stat | 388 struct.unpack(read_format,
|
/Linux-v4.19/Documentation/admin-guide/ |
D | README.rst | 65 unpack it::
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_offload.py | 269 return struct.unpack(fmt, ba)[0]
|
/Linux-v4.19/tools/perf/Documentation/ |
D | intel-pt.txt | 112 unpack the raw data for power events and PTWRITE.
|
/Linux-v4.19/Documentation/process/ |
D | submitting-patches.rst | 72 To create a patch for multiple files, you should unpack a "vanilla",
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | bttv.rst | 38 zip file, unzip can unpack it). Put it into the /etc/pvr directory or
|
/Linux-v4.19/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 237 3. Make a directory and unpack the kernel into it.
|