| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | bmpconvert | 5 from struct import unpack, pack 224 self.file.write(pack("<h", self.bfType)) 225 self.file.write(pack("<i", self.bfSize)) 226 self.file.write(pack("<h", self.bfReserved1)) 227 self.file.write(pack("<h", self.bfReserved2)) 228 self.file.write(pack("<i", self.bfOffBits)) # bfOffBits 229 self.file.write(pack("<i", self.biSize)) # biSize 230 self.file.write(pack("<i", self.biWidth)) 232 self.file.write(pack("<i", self.biHeight)) 233 self.file.write(pack("<h", self.biPlanes)) [all …]
|
| H A D | mkbootimg | 23 from struct import pack 106 sha.update(pack('I', filesize(f))) 108 sha.update(pack('I', 0)) 113 f.write(pack(str(pad) + 'x')) 145 args.output.write(pack(f'{BOOT_MAGIC_SIZE}s', BOOT_MAGIC.encode())) 147 args.output.write(pack('I', filesize(args.kernel))) 149 args.output.write(pack('I', filesize(args.ramdisk))) 151 args.output.write(pack('I', (args.os_version << 11) | args.os_patch_level)) 152 args.output.write(pack('I', boot_header_size)) 154 args.output.write(pack('4I', 0, 0, 0, 0)) [all …]
|
| /OK3568_Linux_fs/kernel/tools/usb/usbip/src/ |
| H A D | usbip_network.h | 71 #define PACK_OP_IMPORT_REQUEST(pack, request) do {\ argument 74 #define PACK_OP_IMPORT_REPLY(pack, reply) do {\ argument 75 usbip_net_pack_usb_device(pack, &(reply)->udev);\ 93 #define PACK_OP_EXPORT_REQUEST(pack, request) do {\ argument 94 usbip_net_pack_usb_device(pack, &(request)->udev);\ 97 #define PACK_OP_EXPORT_REPLY(pack, reply) do {\ argument 114 #define PACK_OP_UNEXPORT_REQUEST(pack, request) do {\ argument 115 usbip_net_pack_usb_device(pack, &(request)->udev);\ 118 #define PACK_OP_UNEXPORT_REPLY(pack, reply) do {\ argument 156 #define PACK_OP_DEVLIST_REQUEST(pack, request) do {\ argument [all …]
|
| H A D | usbip_network.c | 53 uint32_t usbip_net_pack_uint32_t(int pack, uint32_t num) in usbip_net_pack_uint32_t() argument 57 if (pack) in usbip_net_pack_uint32_t() 65 uint16_t usbip_net_pack_uint16_t(int pack, uint16_t num) in usbip_net_pack_uint16_t() argument 69 if (pack) in usbip_net_pack_uint16_t() 77 void usbip_net_pack_usb_device(int pack, struct usbip_usb_device *udev) in usbip_net_pack_usb_device() argument 79 udev->busnum = usbip_net_pack_uint32_t(pack, udev->busnum); in usbip_net_pack_usb_device() 80 udev->devnum = usbip_net_pack_uint32_t(pack, udev->devnum); in usbip_net_pack_usb_device() 81 udev->speed = usbip_net_pack_uint32_t(pack, udev->speed); in usbip_net_pack_usb_device() 83 udev->idVendor = usbip_net_pack_uint16_t(pack, udev->idVendor); in usbip_net_pack_usb_device() 84 udev->idProduct = usbip_net_pack_uint16_t(pack, udev->idProduct); in usbip_net_pack_usb_device() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| H A D | gk20a.c | 43 struct gf100_gr_pack *pack; in gk20a_gr_av_to_init() local 53 pack = vzalloc((sizeof(*pack) * 2) + (sizeof(*init) * (nent + 1))); in gk20a_gr_av_to_init() 54 if (!pack) { in gk20a_gr_av_to_init() 59 init = (void *)(pack + 2); in gk20a_gr_av_to_init() 60 pack[0].init = init; in gk20a_gr_av_to_init() 72 *ppack = pack; in gk20a_gr_av_to_init() 93 struct gf100_gr_pack *pack; in gk20a_gr_aiv_to_init() local 103 pack = vzalloc((sizeof(*pack) * 2) + (sizeof(*init) * (nent + 1))); in gk20a_gr_aiv_to_init() 104 if (!pack) { in gk20a_gr_aiv_to_init() 109 init = (void *)(pack + 2); in gk20a_gr_aiv_to_init() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/ae/ |
| H A D | rk_aiq_types_ae_hw.h | 50 #pragma pack(1) 57 #pragma pack() 60 #pragma pack(1) 68 #pragma pack() 70 #pragma pack(1) 76 #pragma pack() 78 #pragma pack(1) 86 #pragma pack() 89 #pragma pack(1) 103 #pragma pack() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | 6pack.rst | 4 6pack Protocol 7 This is the 6pack-mini-HOWTO, written by 17 1. What is 6pack, and what are the advantages to KISS? 20 6pack is a transmission protocol for data exchange between the PC and 23 6pack has two major advantages: 37 (however, this feature is not supported yet by the Linux 6pack driver). 44 More details about 6pack are described in the file 6pack.ps that is located 47 2. Who has developed the 6pack protocol? 50 The 6pack protocol has been developed by Ekki Plicht DF4OR, Henning Rech 51 DF9IC and Gunter Jost DK7WJ. A driver for 6pack, written by Gunter Jost and [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
| H A D | gf100.c | 28 #define pack_for_each_init(init, pack, head) \ argument 29 for (pack = head; pack && pack->init; pack++) \ 30 for (init = pack->init; init && init->count; init++) 36 const struct nvkm_therm_clkgate_pack *pack; in gf100_clkgate_init() local 40 pack_for_each_init(init, pack, p) { in gf100_clkgate_init()
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | mkbootimg | 20 from struct import pack 38 sha.update(pack('I', filesize(f))) 40 sha.update(pack('I', 0)) 45 f.write(pack(str(pad) + 'x')) 72 args.output.write(pack('8s', BOOT_MAGIC)) 75 args.output.write(pack('10I', 86 args.output.write(pack('16s', args.board.encode())) # asciiz product name 87 args.output.write(pack('512s', args.cmdline[:512].encode())) 99 img_id = pack('32s', sha.digest()) 102 args.output.write(pack('1024s', args.cmdline[512:].encode())) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/ |
| H A D | pio.c | 25 struct b43_pio_txpacket *pack) in generate_cookie() argument 38 cookie |= pack->index; in generate_cookie() 46 struct b43_pio_txpacket **pack) in parse_cookie() argument 74 *pack = &q->packets[pack_index]; in parse_cookie() 180 struct b43_pio_txpacket *pack; in b43_pio_cancel_tx_packets() local 184 pack = &(q->packets[i]); in b43_pio_cancel_tx_packets() 185 if (pack->skb) { in b43_pio_cancel_tx_packets() 186 ieee80211_free_txskb(q->dev->wl->hw, pack->skb); in b43_pio_cancel_tx_packets() 187 pack->skb = NULL; in b43_pio_cancel_tx_packets() 349 static void pio_tx_frame_2byte_queue(struct b43_pio_txpacket *pack, in pio_tx_frame_2byte_queue() argument [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/detail/ |
| H A D | range_return.hpp | 39 static type pack(BOOST_DEDUCED_TYPENAME range_iterator<SinglePassRange>::type found, in pack() function 51 static type pack(type found, SinglePassRange&) in pack() function 62 static type pack(type found, SinglePassRange& rng) in pack() function 75 static type pack(type found, BidirectionalRange& rng) in pack() function 89 static type pack(BOOST_DEDUCED_TYPENAME range_iterator<SinglePassRange>::type found, in pack() function 102 static type pack(BOOST_DEDUCED_TYPENAME range_iterator<SinglePassRange>::type found, in pack() function 116 static type pack(BOOST_DEDUCED_TYPENAME range_iterator<BidirectionalRange>::type found, in pack() function 130 static type pack(BOOST_DEDUCED_TYPENAME range_iterator<SinglePassRange>::type found, in pack() function 143 static type pack(BOOST_DEDUCED_TYPENAME range_iterator<SinglePassRange>::type found, in pack() function 157 static type pack(BOOST_DEDUCED_TYPENAME range_iterator<BidirectionalRange>::type found, in pack() function [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | asus_atk0110.c | 278 union acpi_object *pack, in atk_get_pack_member() argument 307 return &pack->package.elements[offset]; in atk_get_pack_member() 494 union acpi_object *pack; in atk_ggrp() local 508 pack = buf.pointer; in atk_ggrp() 509 if (pack->type != ACPI_TYPE_PACKAGE) { in atk_ggrp() 511 ACPI_FREE(pack); in atk_ggrp() 515 if (pack->package.count < 1) { in atk_ggrp() 517 ACPI_FREE(pack); in atk_ggrp() 520 return pack; in atk_ggrp() 703 static void atk_pack_print(char *buf, size_t sz, union acpi_object *pack) in atk_pack_print() argument [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | image_atlas.cpp | 24 mapbox::ShelfPack pack(0, 0, options); in makeImageAtlas() local 29 const mapbox::Bin& bin = *pack.packOne(-1, in makeImageAtlas() 34 static_cast<uint32_t>(pack.width()), in makeImageAtlas() 35 static_cast<uint32_t>(pack.height()) in makeImageAtlas() 51 pack.shrink(); in makeImageAtlas() 53 static_cast<uint32_t>(pack.width()), in makeImageAtlas() 54 static_cast<uint32_t>(pack.height()) in makeImageAtlas()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | glyph_atlas.cpp | 14 mapbox::ShelfPack pack(0, 0, options); in makeGlyphAtlas() local 24 const mapbox::Bin& bin = *pack.packOne(-1, in makeGlyphAtlas() 29 static_cast<uint32_t>(pack.width()), in makeGlyphAtlas() 30 static_cast<uint32_t>(pack.height()) in makeGlyphAtlas() 56 pack.shrink(); in makeGlyphAtlas() 58 static_cast<uint32_t>(pack.width()), in makeGlyphAtlas() 59 static_cast<uint32_t>(pack.height()) in makeGlyphAtlas()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rpm/files/ |
| H A D | 0001-build-pack.c-do-not-insert-payloadflags-into-.rpm-me.patch | 4 Subject: [PATCH] build/pack.c: do not insert payloadflags into .rpm metadata 13 build/pack.c | 2 +- 16 diff --git a/build/pack.c b/build/pack.c 18 --- a/build/pack.c 19 +++ b/build/pack.c
|
| H A D | 0001-Do-not-add-an-unsatisfiable-dependency-when-building.patch | 14 build/pack.c | 4 ---- 17 diff --git a/build/pack.c b/build/pack.c 19 --- a/build/pack.c 20 +++ b/build/pack.c
|
| /OK3568_Linux_fs/kernel/arch/arm/lib/ |
| H A D | io-readsw-armv4.S | 10 .macro pack, rd, hw1, hw2 macro 37 pack r3, r3, r4 41 pack r4, r4, r5 45 pack r5, r5, ip 49 pack ip, ip, lr 60 pack r3, r3, r4 64 pack r4, r4, ip 73 pack r3, r3, ip
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | export-to-postgresql.py | 732 file_header = struct.pack("!11sii", b"PGCOPY\n\377\r\n\0", 0, 0) 977 value = struct.pack(fmt, 2, 8, evsel_id, n, evsel_name) 984 value = struct.pack(fmt, 3, 8, machine_id, 4, pid, n, root_dir) 988 value = struct.pack("!hiqiqiqiiii", 5, 8, thread_id, 8, machine_id, 8, process_id, 4, pid, 4, tid) 995 value = struct.pack(fmt, 5, 8, comm_id, n, comm_str, 8, thread_id, 8, time, 1, exec_flag) 1000 value = struct.pack(fmt, 3, 8, comm_thread_id, 8, comm_id, 8, thread_id) 1011 value = struct.pack(fmt, 5, 8, dso_id, 8, machine_id, n1, short_name, n2, long_name, n3, build_id) 1018 …value = struct.pack(fmt, 6, 8, symbol_id, 8, dso_id, 8, sym_start, 8, sym_end, 4, binding, n, symb… 1025 value = struct.pack(fmt, 2, 4, branch_type, n, name) 1030 …value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiiiBiqiqiq", 20, 8, sample_id, 8, evsel_id, 8… [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tpm2/ |
| H A D | tpm2.py | 259 return struct.pack(fmt, self.session_handle, len(self.nonce), 277 return struct.pack(fmt, len(self.user_auth), self.user_auth, 310 return struct.pack(self.__fmt(), 412 cmd = struct.pack(fmt, 444 cmd = struct.pack( 458 cmd = struct.pack(fmt, 500 cmd = struct.pack(fmt, 515 cmd = struct.pack(fmt, 525 cmd = struct.pack(fmt, 535 cmd = struct.pack(fmt, [all …]
|
| /OK3568_Linux_fs/kernel/sound/usb/usx2y/ |
| H A D | usx2yhwdeppcm.c | 101 int count, counts, pack; in usx2y_hwdep_urb_play_prepare() local 115 for (pack = 0; pack < nr_of_packs(); pack++) { in usx2y_hwdep_urb_play_prepare() 123 urb->iso_frame_desc[pack].offset = shm->captured_iso[shm->playback_iso_head].offset; in usx2y_hwdep_urb_play_prepare() 124 urb->iso_frame_desc[pack].length = shm->captured_iso[shm->playback_iso_head].length; in usx2y_hwdep_urb_play_prepare() 126 memset((char *)urb->transfer_buffer + urb->iso_frame_desc[pack].offset, 0, in usx2y_hwdep_urb_play_prepare() 127 urb->iso_frame_desc[pack].length); in usx2y_hwdep_urb_play_prepare() 140 int pack; in usx2y_usbpcm_urb_capt_iso_advance() local 141 for (pack = 0; pack < nr_of_packs(); ++pack) { in usx2y_usbpcm_urb_capt_iso_advance() 142 struct usb_iso_packet_descriptor *desc = urb->iso_frame_desc + pack; in usx2y_usbpcm_urb_capt_iso_advance() 148 shm->captured_iso[head].frame = urb->start_frame + pack; in usx2y_usbpcm_urb_capt_iso_advance() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/go7007/ |
| H A D | go7007-fw.c | 947 u16 pack[] = { in brctrl_to_package() local 1073 return copy_packages(code, pack, 6, space); in brctrl_to_package() 1083 u16 pack[] = { in config_package() local 1195 return copy_packages(code, pack, 5, space); in config_package() 1207 u16 pack[] = { in seqhead_to_package() local 1262 return copy_packages(code, pack, 3, space); in seqhead_to_package() 1286 u16 pack[] = { in avsync_to_package() local 1305 return copy_packages(code, pack, 1, space); in avsync_to_package() 1311 u16 pack[] = { in final_package() local 1368 return copy_packages(code, pack, 1, space); in final_package() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | packed_section_start.h | 96 #pragma pack(push) 97 #pragma pack(1) 101 #pragma pack(push) 102 #pragma pack(1)
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | packed_section_start.h | 96 #pragma pack(push) 97 #pragma pack(1) 101 #pragma pack(push) 102 #pragma pack(1)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/ |
| H A D | release | 11 mkdir -p /tmp/pack > /dev/null 24 cat script/license.txt > /tmp/pack/$src 25 gcc -fpreprocessed -dD -E -P -std=gnu99 $src >> /tmp/pack/$src 31 cp /tmp/pack/$src "$dir/$src_name"
|
| /OK3568_Linux_fs/kernel/drivers/misc/ibmasm/ |
| H A D | i2o.h | 10 #pragma pack(1) 21 #pragma pack() 35 #pragma pack(1) 40 #pragma pack()
|