Home
last modified time | relevance | path

Searched full:pack (Results 1 – 25 of 946) sorted by relevance

12345678910>>...38

/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_dx.h132 #pragma pack(push, 1)
137 #pragma pack(pop)
139 #pragma pack(push, 1)
143 #pragma pack(pop)
145 #pragma pack(push, 1)
149 #pragma pack(pop)
151 #pragma pack(push, 1)
157 #pragma pack(pop)
159 #pragma pack(push, 1)
163 #pragma pack(pop)
[all …]
Dsvga3d_cmd.h335 #pragma pack(push, 1)
340 #pragma pack(pop)
342 #pragma pack(push, 1)
346 #pragma pack(pop)
348 #pragma pack(push, 1)
357 #pragma pack(pop)
359 #pragma pack(push, 1)
370 #pragma pack(pop)
372 #pragma pack(push, 1)
376 #pragma pack(pop)
[all …]
Dsvga_reg.h240 #pragma pack(push, 1)
245 #pragma pack(pop)
247 #pragma pack(push, 1)
252 #pragma pack(pop)
294 #pragma pack(push, 1)
312 #pragma pack(pop)
358 #pragma pack(push, 1)
364 #pragma pack(pop)
379 #pragma pack(push, 1)
386 #pragma pack(pop)
[all …]
Dsvga3d_types.h59 #pragma pack(push, 1)
64 #pragma pack(pop)
66 #pragma pack(push, 1)
75 #pragma pack(pop)
77 #pragma pack(push, 1)
89 #pragma pack(pop)
91 #pragma pack(push, 1)
98 #pragma pack(pop)
100 #pragma pack(push, 1)
109 #pragma pack(pop)
[all …]
Dsvga_overlay.h80 #pragma pack(push, 1)
85 #pragma pack(pop)
87 #pragma pack(push, 1)
91 #pragma pack(pop)
93 #pragma pack(push, 1)
101 #pragma pack(pop)
103 #pragma pack(push, 1)
111 #pragma pack(pop)
/kernel/linux/linux-6.6/Documentation/networking/
D6pack.rst4 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 …]
/kernel/linux/linux-5.10/Documentation/networking/
D6pack.rst4 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 …]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dgk20a.c43 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 …]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dgk20a.c40 struct gf100_gr_pack *pack; in gk20a_gr_av_to_init_() local
45 pack = vzalloc((sizeof(*pack) * 2) + (sizeof(*init) * (nent + 1))); in gk20a_gr_av_to_init_()
46 if (!pack) in gk20a_gr_av_to_init_()
49 init = (void *)(pack + 2); in gk20a_gr_av_to_init_()
50 pack[0].init = init; in gk20a_gr_av_to_init_()
62 *ppack = pack; in gk20a_gr_av_to_init_()
83 struct gf100_gr_pack *pack; in gk20a_gr_aiv_to_init() local
88 pack = vzalloc((sizeof(*pack) * 2) + (sizeof(*init) * (nent + 1))); in gk20a_gr_aiv_to_init()
89 if (!pack) in gk20a_gr_aiv_to_init()
92 init = (void *)(pack + 2); in gk20a_gr_aiv_to_init()
[all …]
/kernel/linux/linux-5.10/tools/usb/usbip/src/
Dusbip_network.h71 #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 …]
Dusbip_network.c53 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 …]
/kernel/linux/linux-6.6/tools/usb/usbip/src/
Dusbip_network.c53 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 …]
Dusbip_network.h71 #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 …]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dgf100.c28 #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()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dgf100.c28 #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()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
Dpio.c25 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 …]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
Dpio.c25 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 …]
/kernel/linux/linux-5.10/arch/arm/lib/
Dio-readsw-armv4.S10 .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
/kernel/linux/linux-6.6/arch/arm/lib/
Dio-readsw-armv4.S10 .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
/kernel/linux/linux-6.6/drivers/hwmon/
Dasus_atk0110.c278 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 …]
/kernel/linux/linux-5.10/drivers/hwmon/
Dasus_atk0110.c278 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 …]
/kernel/linux/linux-5.10/drivers/net/hamradio/
D6pack.c3 * 6pack.c This module implements the 6pack protocol for kernel-based
43 #define SIXP_SEOF 0x40 /* start and end of a 6pack frame */
48 #define SIXP_CHKSUM 0xFF /* valid checksum of a 6pack frame */
77 /* 6pack configuration. */
78 #define SIXP_NRUNIT 31 /* MAX number of 6pack channels */
107 unsigned char mode; /* 6pack mode */
109 /* 6pack stuff */
161 /* ----> 6pack timer interrupt handler and friends. <---- */
274 /* Close the low-level part of the 6pack channel. */
431 * a block of 6pack data has been received, which can now be decapsulated
[all …]
/kernel/linux/linux-6.6/drivers/net/hamradio/
D6pack.c3 * 6pack.c This module implements the 6pack protocol for kernel-based
43 #define SIXP_SEOF 0x40 /* start and end of a 6pack frame */
48 #define SIXP_CHKSUM 0xFF /* valid checksum of a 6pack frame */
77 /* 6pack configuration. */
78 #define SIXP_NRUNIT 31 /* MAX number of 6pack channels */
108 unsigned char mode; /* 6pack mode */
110 /* 6pack stuff */
162 /* ----> 6pack timer interrupt handler and friends. <---- */
270 /* Close the low-level part of the 6pack channel. */
427 * a block of 6pack data has been received, which can now be decapsulated
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/tpm2/
Dtpm2.py259 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 …]
/kernel/linux/linux-6.6/tools/testing/selftests/tpm2/
Dtpm2.py260 return struct.pack(fmt, self.session_handle, len(self.nonce),
278 return struct.pack(fmt, len(self.user_auth), self.user_auth,
311 return struct.pack(self.__fmt(),
413 cmd = struct.pack(fmt,
445 cmd = struct.pack(
459 cmd = struct.pack(fmt,
501 cmd = struct.pack(fmt,
516 cmd = struct.pack(fmt,
526 cmd = struct.pack(fmt,
536 cmd = struct.pack(fmt,
[all …]

12345678910>>...38