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/ |
D | EventClass.py | 57 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/ |
D | mdp4_plane.c | 336 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/ |
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-4.4.14/fs/logfs/ |
D | journal.c | 140 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/ |
D | mdp_kms.h | 90 uint8_t unpack[4]; member
|
D | mdp_format.c | 80 .unpack = { e0, e1, e2, e3 }, \
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_plane.c | 784 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/ |
D | gcov.txt | 225 echo "$DEST successfully created, copy to test system and unpack with:" 256 echo "$DEST successfully created, copy to build system and unpack with:"
|
D | SubmittingPatches | 76 To create a patch for multiple files, you should unpack a "vanilla",
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README | 30 zip file, unzip can unpack it). Put it into the /etc/pvr directory or
|
/linux-4.4.14/Documentation/scsi/ |
D | NinjaSCSI.txt | 47 [3] If you use this driver with Kernel 2.2, unpack pcmcia-cs in some directory
|
/linux-4.4.14/scripts/ |
D | analyze_suspend.py | 3002 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/ |
D | sysfs-bus-fcoe | 74 (Ethernet) packets, unpack them, and forward the embedded
|
/linux-4.4.14/Documentation/frv/ |
D | gdbstub.txt | 31 Firstly, a debuggable kernel must be built. To do this, unpack the kernel tree
|
/linux-4.4.14/Documentation/DocBook/ |
D | libata.xml.db | 7 API-ata-unpack-xfermask
|
D | gpu.xml.db | 467 API-hdmi-infoframe-unpack
|
/linux-4.4.14/ |
D | README | 63 unpack it:
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 237 3. Make a directory and unpack the kernel into it.
|