/openbmc/linux/net/x25/ |
H A D | x25_in.c | 21 #define pr_fmt(fmt) "X25: " fmt 30 #include <net/x25.h> 35 struct x25_sock *x25 = x25_sk(sk); in x25_queue_rx_frame() local 38 x25->fraglen += skb->len; in x25_queue_rx_frame() 39 skb_queue_tail(&x25->fragment_queue, skb); in x25_queue_rx_frame() 41 return 0; in x25_queue_rx_frame() 44 if (x25->fraglen > 0) { /* End of fragment */ in x25_queue_rx_frame() 45 int len = x25->fraglen + skb->len; in x25_queue_rx_frame() 52 skb_queue_tail(&x25->fragment_queue, skb); in x25_queue_rx_frame() 56 skbo = skb_dequeue(&x25->fragment_queue); in x25_queue_rx_frame() [all …]
|
H A D | x25_subr.c | 21 #define pr_fmt(fmt) "X25: " fmt 29 #include <net/x25.h> 36 struct x25_sock *x25 = x25_sk(sk); in x25_clear_queues() local 39 skb_queue_purge(&x25->ack_queue); in x25_clear_queues() 40 skb_queue_purge(&x25->interrupt_in_queue); in x25_clear_queues() 41 skb_queue_purge(&x25->interrupt_out_queue); in x25_clear_queues() 42 skb_queue_purge(&x25->fragment_queue); in x25_clear_queues() 54 struct x25_sock *x25 = x25_sk(sk); in x25_frames_acked() local 55 int modulus = x25->neighbour->extended ? X25_EMODULUS : X25_SMODULUS; in x25_frames_acked() 60 if (x25->va != nr) in x25_frames_acked() [all …]
|
H A D | x25_out.c | 26 #include <net/x25.h> 35 while (pacsize-- > 0) in x25_pacsize_to_bytes() 52 int sent=0, noblock = X25_SKB_CB(skb)->flags & MSG_DONTWAIT; in x25_output() 53 struct x25_sock *x25 = x25_sk(sk); in x25_output() local 54 int header_len = x25->neighbour->extended ? X25_EXT_MIN_LEN : in x25_output() 56 int max_len = x25_pacsize_to_bytes(x25->facilities.pacsize_out); in x25_output() 65 while (skb->len > 0) { in x25_output() 93 if (skb->len > 0) { in x25_output() 94 if (x25->neighbour->extended) in x25_output() 118 struct x25_sock *x25 = x25_sk(sk); in x25_send_iframe() local [all …]
|
H A D | x25_proc.c | 21 #include <net/x25.h> 57 return 0; in x25_seq_route_show() 81 struct x25_sock *x25; in x25_seq_socket_show() local 91 x25 = x25_sk(s); in x25_seq_socket_show() 93 if (!x25->neighbour || !x25->neighbour->dev) in x25_seq_socket_show() 96 devname = x25->neighbour->dev->name; in x25_seq_socket_show() 100 !x25->dest_addr.x25_addr[0] ? "*" : x25->dest_addr.x25_addr, in x25_seq_socket_show() 101 !x25->source_addr.x25_addr[0] ? "*" : x25->source_addr.x25_addr, in x25_seq_socket_show() 102 devname, x25->lci & 0x0FFF, x25->state, x25->vs, x25->vr, in x25_seq_socket_show() 103 x25->va, x25_display_timer(s) / HZ, x25->t2 / HZ, in x25_seq_socket_show() [all …]
|
H A D | af_x25.c | 33 #define pr_fmt(fmt) "X25: " fmt 57 #include <net/x25.h> 65 int sysctl_x25_forward = 0; 93 rc = 0; in x25_parse_address_block() 98 needed = 1 + ((len >> 4) + (len & 0x0f) + 1) / 2; in x25_parse_address_block() 110 *called_addr->x25_addr = 0; in x25_parse_address_block() 111 *calling_addr->x25_addr = 0; in x25_parse_address_block() 124 called_len = (*p >> 0) & 0x0F; in x25_addr_ntoa() 125 calling_len = (*p >> 4) & 0x0F; in x25_addr_ntoa() 131 for (i = 0; i < (called_len + calling_len); i++) { in x25_addr_ntoa() [all …]
|
H A D | x25_timer.c | 22 #include <net/x25.h> 29 struct x25_sock *x25 = x25_sk(sk); in x25_init_timers() local 31 timer_setup(&x25->timer, x25_timer_expiry, 0); in x25_init_timers() 49 struct x25_sock *x25 = x25_sk(sk); in x25_start_t2timer() local 51 mod_timer(&x25->timer, jiffies + x25->t2); in x25_start_t2timer() 56 struct x25_sock *x25 = x25_sk(sk); in x25_start_t21timer() local 58 mod_timer(&x25->timer, jiffies + x25->t21); in x25_start_t21timer() 63 struct x25_sock *x25 = x25_sk(sk); in x25_start_t22timer() local 65 mod_timer(&x25->timer, jiffies + x25->t22); in x25_start_t22timer() 70 struct x25_sock *x25 = x25_sk(sk); in x25_start_t23timer() local [all …]
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | hvx_histogram_input.h | 18 { 0x26, 0x32, 0x2e, 0x2e, 0x2d, 0x2c, 0x2d, 0x2d, 19 0x2c, 0x2e, 0x31, 0x33, 0x36, 0x39, 0x3b, 0x3f, 20 0x42, 0x46, 0x4a, 0x4c, 0x51, 0x53, 0x53, 0x54, 21 0x56, 0x57, 0x58, 0x57, 0x56, 0x52, 0x51, 0x4f, 22 0x4c, 0x49, 0x47, 0x42, 0x3e, 0x3b, 0x38, 0x35, 23 0x33, 0x30, 0x2e, 0x2c, 0x2b, 0x2a, 0x2a, 0x28, 24 0x28, 0x27, 0x27, 0x28, 0x29, 0x2a, 0x2c, 0x2e, 25 0x2f, 0x33, 0x36, 0x38, 0x3c, 0x3d, 0x40, 0x42, 26 0x43, 0x42, 0x43, 0x44, 0x43, 0x41, 0x40, 0x3b, 27 0x3b, 0x3a, 0x38, 0x35, 0x32, 0x2f, 0x2c, 0x29, [all …]
|
/openbmc/linux/drivers/video/fbdev/sis/ |
H A D | oem300.h | 55 {0x08,0x08,0x08,0x08}, 56 {0x08,0x08,0x08,0x08}, 57 {0x08,0x08,0x08,0x08}, 58 {0x2c,0x2c,0x2c,0x2c}, 59 {0x08,0x08,0x08,0x08}, 60 {0x08,0x08,0x08,0x08}, 61 {0x08,0x08,0x08,0x08}, 62 {0x20,0x20,0x20,0x20} 67 {0x20,0x20,0x20,0x20}, 68 {0x20,0x20,0x20,0x20}, [all …]
|
H A D | oem310.h | 55 0x00,0x00,0x00, /* 800x600 */ 56 0x0b,0x0b,0x0b, /* 1024x768 */ 57 0x08,0x08,0x08, /* 1280x1024 */ 58 0x00,0x00,0x00, /* 640x480 (unknown) */ 59 0x00,0x00,0x00, /* 1024x600 (unknown) */ 60 0x00,0x00,0x00, /* 1152x864 (unknown) */ 61 0x08,0x08,0x08, /* 1280x960 (guessed) */ 62 0x00,0x00,0x00, /* 1152x768 (unknown) */ 63 0x08,0x08,0x08, /* 1400x1050 */ 64 0x08,0x08,0x08, /* 1280x768 (guessed) */ [all …]
|
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/recipes-graphics/obmc-ikvm/ |
H A D | create_usbhid.sh | 12 echo 0x0100 > bcdDevice 13 echo 0x0200 > bcdUSB 14 echo 0x0104 > idProduct # Multifunction Composite Gadget 15 echo 0x1d6b > idVendor # Linux Foundation 18 mkdir strings/0x409 20 echo "OpenBMC" > strings/0x409/manufacturer 21 echo "virtual_input" > strings/0x409/product 22 echo "OBMC0001" > strings/0x409/serialnumber 25 mkdir functions/hid.0 27 echo 1 > functions/hid.0/protocol # 1: keyboard [all …]
|
/openbmc/obmc-ikvm/ |
H A D | create_usbhid.sh | 12 echo 0x0100 > bcdDevice 13 echo 0x0200 > bcdUSB 14 echo 0x0104 > idProduct # Multifunction Composite Gadget 15 echo 0x1d6b > idVendor # Linux Foundation 18 mkdir strings/0x409 20 echo "OpenBMC" > strings/0x409/manufacturer 21 echo "Virtual Keyboard and Mouse" > strings/0x409/product 22 echo "OBMC0001" > strings/0x409/serialnumber 25 mkdir functions/hid.0 27 echo 1 > functions/hid.0/protocol # 1: keyboard [all …]
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | svga.rst | 31 NORMAL_VGA - Standard 80x25 mode available on all display adapters. 37 0..35 - Menu item number (when you have used the menu to view the list of 39 to use). 0..9 correspond to "0".."9", 10..35 to "a".."z". Warning: the 44 0x.... - Hexadecimal video mode ID (also displayed on the menu, see below 55 the standard 80x25 mode. 61 0 0F00 80x25 62 1 0F01 80x50 63 2 0F02 80x43 64 3 0F03 80x26 74 "0 0F00 80x25" means that the first menu item (the menu items are numbered [all …]
|
/openbmc/linux/crypto/ |
H A D | testmgr.h | 33 * @ksize: Length of @key in bytes (0 if no key) 103 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When 192 "\x90\xEF\xA0\x0D\xF3\x77\x4A\x25\x9F\x2E\x62\xB4\xC5\xD9\x9C\xB5" 224 "\x5e\x32\x39\x6d\xc1\x1d\x7d\x50\x3b\x9f\x7a\xad\xf0\x2e\x25\x53" 238 "\x7F\xAF\xB8\xE0\xA3\xDF\xC7\x37\x72\x3E\xE6\xB4\xB7\xD9\x3A\x25" 246 "\xF8\x3F\x31\x25\x1E\x06\x68\xB4\x27\x84\x81\x38\x01\x57\x96\x41" 258 "\x2D\x5B\x25\x21\x76\x45\x9D\x1F\x39\x75\x41\xBA\x2A\x58\xFB\x65" 280 "\x9E\x2E\x0F\x96\x56\xE6\x98\xEA\x36\x66\xED\xFB\x25\x79\x80\x39" 304 "\x41\xE4\x25\x99\xAC\xFC\xD2\x0F\x02\xD3\xD1\x54\x06\x1A\x51\x77" 325 "\x98\x42\xF0\x02\x00\x25\x38\xC5\x85\x69\x8A\x7D\x2F\x95\x6C\x43" [all …]
|
/openbmc/linux/drivers/hid/i2c-hid/ |
H A D | i2c-hid-dmi-quirks.c | 42 {0x1e, 0x00, /* Length of descriptor */ 43 0x00, 0x01, /* Version of descriptor */ 44 0xdb, 0x01, /* Length of report descriptor */ 45 0x21, 0x00, /* Location of report descriptor */ 46 0x24, 0x00, /* Location of input report */ 47 0x1b, 0x00, /* Max input report length */ 48 0x25, 0x00, /* Location of output report */ 49 0x11, 0x00, /* Max output report length */ 50 0x22, 0x00, /* Location of command register */ 51 0x23, 0x00, /* Location of data register */ [all …]
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | descriptors_wacom.py | 5 0x05, 0x01, # . Usage Page (Desktop), 6 0x09, 0x02, # . Usage (Mouse), 7 0xA1, 0x01, # . Collection (Application), 8 0x85, 0x01, # . Report ID (1), 9 0x09, 0x01, # . Usage (Pointer), 10 0xA1, 0x00, # . Collection (Physical), 11 0x05, 0x09, # . Usage Page (Button), 12 0x19, 0x01, # . Usage Minimum (01h), 13 0x29, 0x03, # . Usage Maximum (03h), 14 0x15, 0x00, # . Logical Minimum (0), [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/knightslanding/ |
H A D | uncore-io.json | 4 "EventCode": "0x25", 7 "UMask": "0x1", 12 "EventCode": "0x25", 15 "UMask": "0x8", 20 "EventCode": "0x25", 23 "UMask": "0x2", 28 "EventCode": "0x25", 31 "UMask": "0x10", 36 "EventCode": "0x25", 39 "UMask": "0x4", [all …]
|
/openbmc/linux/drivers/hid/ |
H A D | hid-uclogic-rdesc.c | 23 0x05, 0x0D, /* Usage Page (Digitizer), */ 24 0x09, 0x01, /* Usage (Digitizer), */ 25 0xA1, 0x01, /* Collection (Application), */ 26 0x85, 0x09, /* Report ID (9), */ 27 0x09, 0x20, /* Usage (Stylus), */ 28 0xA0, /* Collection (Physical), */ 29 0x75, 0x01, /* Report Size (1), */ 30 0x09, 0x42, /* Usage (Tip Switch), */ 31 0x09, 0x44, /* Usage (Barrel Switch), */ 32 0x09, 0x46, /* Usage (Tablet Pick), */ [all …]
|
H A D | hid-waltop.c | 47 0x05, 0x0D, /* Usage Page (Digitizer), */ 48 0x09, 0x02, /* Usage (Pen), */ 49 0xA1, 0x01, /* Collection (Application), */ 50 0x85, 0x10, /* Report ID (16), */ 51 0x09, 0x20, /* Usage (Stylus), */ 52 0xA0, /* Collection (Physical), */ 53 0x09, 0x42, /* Usage (Tip Switch), */ 54 0x09, 0x44, /* Usage (Barrel Switch), */ 55 0x09, 0x46, /* Usage (Tablet Pick), */ 56 0x15, 0x01, /* Logical Minimum (1), */ [all …]
|
H A D | hid-sigmamicro.c | 16 0x05, 0x0c, /* Usage Page (Consumer Devices) 0 */ 17 0x09, 0x01, /* Usage (Consumer Control) 2 */ 18 0xa1, 0x01, /* Collection (Application) 4 */ 19 0x85, 0x01, /* Report ID (1) 6 */ 20 0x19, 0x00, /* Usage Minimum (0) 8 */ 21 0x2a, 0x3c, 0x02, /* Usage Maximum (572) 10 */ 22 0x15, 0x00, /* Logical Minimum (0) 13 */ 23 0x26, 0x3c, 0x02, /* Logical Maximum (572) 15 */ 24 0x95, 0x01, /* Report Count (1) 18 */ 25 0x75, 0x10, /* Report Size (16) 20 */ [all …]
|
/openbmc/linux/lib/crypto/ |
H A D | aesgcm.c | 43 * Returns: 0 on success, or -EINVAL if @keysize or @authsize contain values 60 return 0; in aesgcm_expandkey() 67 while (len > 0) { in aesgcm_ghash() 101 while (len > 0) { in aesgcm_crypt() 208 "\xd9\x31\x32\x25\xf8\x84\x06\xe5" 213 "\x2f\xcf\x0e\x24\x49\xa6\xb5\x25" 230 "\xd9\x31\x32\x25\xf8\x84\x06\xe5" 235 "\x2f\xcf\x0e\x24\x49\xa6\xb5\x25" 262 "\xd9\x31\x32\x25\xf8\x84\x06\xe5" 267 "\x2f\xcf\x0e\x24\x49\xa6\xb5\x25" [all …]
|
/openbmc/u-boot/drivers/usb/eth/ |
H A D | r8152_fw.c | 13 0x08, 0xe0, 0x40, 0xe0, 0x78, 0xe0, 0x85, 0xe0, 14 0x5d, 0xe1, 0xa1, 0xe1, 0xa3, 0xe1, 0xab, 0xe1, 15 0x31, 0xc3, 0x60, 0x72, 0xa0, 0x49, 0x10, 0xf0, 16 0xa4, 0x49, 0x0e, 0xf0, 0x2c, 0xc3, 0x62, 0x72, 17 0x26, 0x70, 0x80, 0x49, 0x05, 0xf0, 0x2f, 0x48, 18 0x62, 0x9a, 0x24, 0x70, 0x60, 0x98, 0x24, 0xc3, 19 0x60, 0x99, 0x23, 0xc3, 0x00, 0xbb, 0x2c, 0x75, 20 0xdc, 0x21, 0xbc, 0x25, 0x04, 0x13, 0x0a, 0xf0, 21 0x03, 0x13, 0x08, 0xf0, 0x02, 0x13, 0x06, 0xf0, 22 0x01, 0x13, 0x04, 0xf0, 0x08, 0x13, 0x02, 0xf0, [all …]
|
/openbmc/linux/drivers/hid/amd-sfh-hid/hid_descriptor/ |
H A D | amd_sfh_hid_report_desc.h | 15 0x05, 0x20, /* Usage page */ 16 0x09, 0x73, /* Motion type Accel 3D */ 17 0xA1, 0x00, /* HID Collection (Physical) */ 20 0x85, 1, /* HID Report ID */ 21 0x05, 0x20, /* HID usage page sensor */ 22 0x0A, 0x09, 0x03, /* Sensor property and sensor connection type */ 23 0x15, 0, /* HID logical MIN_8(0) */ 24 0x25, 2, /* HID logical MAX_8(2) */ 25 0x75, 8, /* HID report size(8) */ 26 0x95, 1, /* HID report count(1) */ [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-der.c | 27 "\x30\x82\x01\x39" /* SEQUENCE, offset: 0, length: 313 */ 33 "\x56\x82\xdf\x39\xf3\x3b\x1d\x62\x26\x97\xb7\x93\x25\xc7\xec\x7e" 60 "\x30\x82\x04\xa6" /* SEQUENCE, offset: 0, length 1190 */ 72 "\x7f\x30\x25\x03\xd4\x3a\xff\xa2\xe8\xd6\xb5\x1f\x4f\x36\x64\x61" 84 "\x5b\xac\x77\x65\xf1\xbc\x2f\x2a\xe5\x01\x61\xb8\x9f\xee\x53\x25" 91 "\xec\x45\x1f\xbf\x25\x4c\x30\x26\x76\x4f\x09\x13\x83\xef\x35\x73" 101 "\xae\x3c\x53\x9c\xcf\xc6\xf7\x03\xf5\xdf\x39\xdc\x25\x5d\xcb\xb8" 110 "\x00\xe6\xc8\x91\x50\x49\x97\x56\x70\x6e\x25\xf5\x77\x25\xa5\x41" 111 "\xfe\xd7\x25\x1b\xc1\x4a\xff\x37\x44\x2b\x46\xa0\xdf\xe8\x02\x09" 114 "\x9e\x48\x36\x62\x0b\x05\xfa\x38\xc1\x06\x04\x58\x95\x4d\x25\x13" [all …]
|
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/configuration/entity-manager/ |
H A D | blacklist.json | 3 0, number 7 "0x08", "0x09", "0x0A", "0x0B", "0x0C", "0x0D", "0x0E", "0x0F", string 8 "0x10", "0x11", "0x12", "0x13", "0x14", "0x15", "0x16", "0x17", 9 "0x18", "0x19", "0x1A", "0x1B", "0x1C", "0x1D", "0x1E", "0x1F", 10 "0x20", "0x21", "0x22", "0x23", "0x24", "0x25", "0x26", "0x27", 11 "0x28", "0x29", "0x2A", "0x2B", "0x2C", "0x2D", "0x2E", "0x2F", 12 "0x30", "0x31", "0x32", "0x33", "0x34", "0x35", "0x36", "0x37", 13 "0x38", "0x39", "0x3A", "0x3B", "0x3C", "0x3D", "0x3E", "0x3F", 14 "0x40", "0x41", "0x42", "0x43", "0x44", "0x45", "0x46", "0x47", 15 "0x48", "0x49", "0x4A", "0x4B", "0x4C", "0x4D", "0x4E", "0x4F", [all …]
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_7322_regs.h | 35 #define QIB_7322_Revision_OFFS 0x0 36 #define QIB_7322_Revision_DEF 0x0000000002010601 37 #define QIB_7322_Revision_R_Simulator_LSB 0x3F 38 #define QIB_7322_Revision_R_Simulator_MSB 0x3F 39 #define QIB_7322_Revision_R_Simulator_RMASK 0x1 40 #define QIB_7322_Revision_R_Emulation_LSB 0x3E 41 #define QIB_7322_Revision_R_Emulation_MSB 0x3E 42 #define QIB_7322_Revision_R_Emulation_RMASK 0x1 43 #define QIB_7322_Revision_R_Emulation_Revcode_LSB 0x28 44 #define QIB_7322_Revision_R_Emulation_Revcode_MSB 0x3D [all …]
|