Home
last modified time | relevance | path

Searched defs:pg_write_hdr (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpg.h44 struct pg_write_hdr { struct
46 char magic; /* == PG_MAGIC */
47 char func; /* PG_RESET or PG_COMMAND */
48 int dlen; /* number of bytes expected to transfer */
49 int timeout; /* number of seconds before timeout */
50 char packet[12]; /* packet command */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpg.h44 struct pg_write_hdr { struct
46 char magic; /* == PG_MAGIC */
47 char func; /* PG_RESET or PG_COMMAND */
48 int dlen; /* number of bytes expected to transfer */
49 int timeout; /* number of seconds before timeout */
50 char packet[12]; /* packet command */
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpg.h47 struct pg_write_hdr { struct
49 char magic; /* == PG_MAGIC */
50 char func; /* PG_RESET or PG_COMMAND */
51 int dlen; /* number of bytes expected to transfer */
52 int timeout; /* number of seconds before timeout */
53 char packet[12]; /* packet command */