Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DEventClass.py57 flags, ip, ax, bx, cx, dx, si, di, bp, sp = struct.unpack('QQQQQQQQQQ', tmp_buf)
86 status, dla, dse, lat = struct.unpack('QQQQ', tmp_buf)
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_plane.c336 MDP4_PIPE_SRC_UNPACK_ELEM0(format->unpack[0]) | in mdp4_plane_mode_set()
337 MDP4_PIPE_SRC_UNPACK_ELEM1(format->unpack[1]) | in mdp4_plane_mode_set()
338 MDP4_PIPE_SRC_UNPACK_ELEM2(format->unpack[2]) | in mdp4_plane_mode_set()
339 MDP4_PIPE_SRC_UNPACK_ELEM3(format->unpack[3])); in mdp4_plane_mode_set()
/linux-4.4.14/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-4.4.14/fs/logfs/
Djournal.c140 static void *unpack(void *from, void *to) in unpack() function
238 read_dynsb(sb, unpack(jh, scratch)); in read_je()
241 read_anchor(sb, unpack(jh, scratch)); in read_je()
244 read_erasecount(sb, unpack(jh, scratch)); in read_je()
247 err = read_area(sb, unpack(jh, scratch)); in read_je()
250 err = logfs_load_object_aliases(sb, unpack(jh, scratch), in read_je()
299 unpack(jh, super->s_je_array); in logfs_read_segment()
/linux-4.4.14/drivers/gpu/drm/msm/mdp/
Dmdp_kms.h90 uint8_t unpack[4]; member
Dmdp_format.c80 .unpack = { e0, e1, e2, e3 }, \
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_plane.c784 MDP5_PIPE_SRC_UNPACK_ELEM0(format->unpack[0]) | in mdp5_plane_mode_set()
785 MDP5_PIPE_SRC_UNPACK_ELEM1(format->unpack[1]) | in mdp5_plane_mode_set()
786 MDP5_PIPE_SRC_UNPACK_ELEM2(format->unpack[2]) | in mdp5_plane_mode_set()
787 MDP5_PIPE_SRC_UNPACK_ELEM3(format->unpack[3])); in mdp5_plane_mode_set()
/linux-4.4.14/Documentation/
Dgcov.txt225 echo "$DEST successfully created, copy to test system and unpack with:"
256 echo "$DEST successfully created, copy to build system and unpack with:"
DSubmittingPatches76 To create a patch for multiple files, you should unpack a "vanilla",
/linux-4.4.14/Documentation/video4linux/bttv/
DREADME30 zip file, unzip can unpack it). Put it into the /etc/pvr directory or
/linux-4.4.14/Documentation/scsi/
DNinjaSCSI.txt47 [3] If you use this driver with Kernel 2.2, unpack pcmcia-cs in some directory
/linux-4.4.14/scripts/
Danalyze_suspend.py3002 table = struct.unpack('4sIBB6s8sI4sI', buf[0:36])
3028 header = struct.unpack('HBB', records[i:i+4])
3033 addr = struct.unpack('Q', records[i+8:i+16])[0]
3039 rechead = struct.unpack('4sI', first)
3042 record = struct.unpack('HBBIQQQQQ', recdata)
3055 prechead = struct.unpack('HBB', recdata[j:j+4])
3059 record = struct.unpack('IIQQ', recdata[j:j+prechead[1]])
3070 record = struct.unpack('QQ', recdata[j+4:j+prechead[1]])
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-fcoe74 (Ethernet) packets, unpack them, and forward the embedded
/linux-4.4.14/Documentation/frv/
Dgdbstub.txt31 Firstly, a debuggable kernel must be built. To do this, unpack the kernel tree
/linux-4.4.14/Documentation/DocBook/
Dlibata.xml.db7 API-ata-unpack-xfermask
Dgpu.xml.db467 API-hdmi-infoframe-unpack
/linux-4.4.14/
DREADME63 unpack it:
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt237 3. Make a directory and unpack the kernel into it.