Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/gpu/drm/msm/disp/mdp4/
Dmdp4_plane.c322 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/
Dcxacru-cf.py45 sys.stdout.write("{0:x}={1}".format(i, struct.unpack("<I", buf)[0]))
DREADME.sb100078 the others referenced above. As root, unpack it into a temporary directory and
/Linux-v4.19/drivers/gpu/drm/msm/disp/
Dmdp_kms.h90 uint8_t unpack[4]; member
Dmdp_format.c80 .unpack = { e0, e1, e2, e3 }, \
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_sspp.c250 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/
Dmdp5_plane.c877 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/
Dproc.py220 return unpack(output_fmt, pack(fdt_header_be,
/Linux-v4.19/Documentation/dev-tools/
Dgcov.rst226 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/
DNinjaSCSI.txt47 [3] If you use this driver with Kernel 2.2, unpack pcmcia-cs in some directory
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-fcoe74 (Ethernet) packets, unpack them, and forward the embedded
/Linux-v4.19/tools/power/pm-graph/
Dsleepgraph.py4948 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/
Dkvm_stat388 struct.unpack(read_format,
/Linux-v4.19/Documentation/admin-guide/
DREADME.rst65 unpack it::
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_offload.py269 return struct.unpack(fmt, ba)[0]
/Linux-v4.19/tools/perf/Documentation/
Dintel-pt.txt112 unpack the raw data for power events and PTWRITE.
/Linux-v4.19/Documentation/process/
Dsubmitting-patches.rst72 To create a patch for multiple files, you should unpack a "vanilla",
/Linux-v4.19/Documentation/media/v4l-drivers/
Dbttv.rst38 zip file, unzip can unpack it). Put it into the /etc/pvr directory or
/Linux-v4.19/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt237 3. Make a directory and unpack the kernel into it.