| /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 if (x25->fraglen + skb->len > USHRT_MAX) in x25_queue_rx_frame() 42 x25->fraglen += skb->len; in x25_queue_rx_frame() 43 skb_queue_tail(&x25->fragment_queue, skb); in x25_queue_rx_frame() 45 return 0; in x25_queue_rx_frame() 48 if (x25->fraglen > 0) { /* End of fragment */ in x25_queue_rx_frame() 49 int len = x25->fraglen + skb->len; in x25_queue_rx_frame() 55 skb_queue_tail(&x25->fragment_queue, skb); 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() 43 x25->fraglen = 0; in x25_clear_queues() 55 struct x25_sock *x25 = x25_sk(sk); in x25_frames_acked() local 56 int modulus = x25->neighbour->extended ? X25_EMODULUS : X25_SMODULUS; 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_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 …]
|
| 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 in x25_seq_socket_show() [all...] |
| H A D | af_x25.c | 33 #define pr_fmt(fmt) "X25: " fmt 58 #include <net/x25.h> 66 int sysctl_x25_forward = 0; 94 rc = 0; in x25_parse_address_block() 99 needed = 1 + ((len >> 4) + (len & 0x0f) + 1) / 2; in x25_parse_address_block() 111 *called_addr->x25_addr = 0; in x25_parse_address_block() 112 *calling_addr->x25_addr = 0; in x25_parse_address_block() 125 called_len = (*p >> 0) & 0x0F; in x25_addr_ntoa() 126 calling_len = (*p >> 4) & 0x0 in x25_addr_ntoa() 510 struct x25_sock *x25; x25_alloc_socket() local 531 struct x25_sock *x25; x25_create() local 590 struct x25_sock *x25, *ox25; x25_make_new() local 628 struct x25_sock *x25; x25_release() local 750 struct x25_sock *x25 = x25_sk(sk); x25_connect() local 921 struct x25_sock *x25 = x25_sk(sk); x25_getname() local 1106 struct x25_sock *x25 = x25_sk(sk); x25_sendmsg() local 1281 struct x25_sock *x25 = x25_sk(sk); x25_recvmsg() local 1381 struct x25_sock *x25 = x25_sk(sk); x25_ioctl() local [all...] |
| H A D | x25_facilities.c | 19 #define pr_fmt(fmt) "X25: " fmt 25 #include <net/x25.h> 37 * 0 - Parse OK, this skb has no facilities 38 * >0 - Parse OK, returns the length of the facilities header 47 *vc_fac_mask = 0; in x25_parse_facilities() 52 * give userspace who read incoming call facilities 0 length to indicate in x25_parse_facilities() 55 dte_facs->calling_len = 0; in x25_parse_facilities() 56 dte_facs->called_len = 0; in x25_parse_facilities() 57 memset(dte_facs->called_ae, '\0', sizeof(dte_facs->called_ae)); in x25_parse_facilities() 58 memset(dte_facs->calling_ae, '\0', sizeof(dte_facs->calling_ae)); in x25_parse_facilities() [all …]
|
| H A D | sysctl_net_x25.c | 6 * Added /proc/sys/net/x25 directory entry (empty =) ). [MS] 14 #include <net/x25.h> 78 x25_table_header = register_net_sysctl(&init_net, "net/x25", x25_table); in x25_register_sysctl() 81 return 0; in x25_register_sysctl()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | verifier_private_stack.c | 29 __jited(" movabsq $0x{{.*}}, %r9") 31 __jited(" movl $0x2a, %edi") 32 __jited(" movq %rdi, -0x100(%r9)") 34 __jited(" stp x25, x27, [sp, {{.*}}]!") 38 __jited(" mrs x10, TPIDR_EL{{[0-1]}}") 40 __jited(" add x25, x27, {{.*}}") 41 __jited(" mov x0, #0x2a") 44 __jited(" ldp x25, x27, [sp], {{.*}}") 50 r0 = 0; \ in private_stack_single_prog() 59 __jited(" subq $0x [all...] |
| /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 …]
|
| /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 …]
|
| /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 …]
|
| /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 …]
|
| H A D | test_gamepad.py | 51 expected_event = libevdev.InputEvent(key, 0) 55 assert evdev.value[key] == 0 71 b1 = uhdev.buttons[0] 90 expected_event = libevdev.InputEvent(key1, 0) 94 assert evdev.value[key1] == 0 99 expected_event = libevdev.InputEvent(key2, 0) 103 assert evdev.value[key1] == 0 104 assert evdev.value[key2] == 0 140 self._test_joystick_press("left_stick", (0, 127)) 150 self._test_joystick_press("left_stick", (127, 0)) [all …]
|
| H A D | test_mouse.py | 68 wheel, acpan = 0, 0 71 wheel = wheels[0] 107 0x05, 0x01, # .Usage Page (Generic Desktop) 0 108 0x09, 0x02, # .Usage (Mouse) 2 109 0xa1, 0x01, # .Collection (Application) 4 110 0x09, 0x02, # ..Usage (Mouse) 6 111 0xa1, 0x02, # ..Collection (Logical) 8 112 0x09, 0x01, # ...Usage (Pointer) 10 113 0xa1, 0x00, # ...Collection (Physical) 12 114 0x05, 0x09, # ....Usage Page (Button) 14 [all …]
|
| /linux/drivers/hid/ |
| 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 …]
|
| H A D | hid-maltron.c | 26 0x05, 0x01, /* Usage Page (Generic Desktop Ctrls) */ 27 0x09, 0x80, /* Usage (Sys Control) */ 28 0xA1, 0x01, /* Collection (Application) */ 29 0x85, 0x02, /* Report ID (2) */ 30 0x75, 0x01, /* Report Size (1) */ 31 0x95, 0x01, /* Report Count (1) */ 32 0x15, 0x00, /* Logical Minimum (0) */ 33 0x25, 0x01, /* Logical Maximum (1) */ 34 0x09, 0x82, /* Usage (Sys Sleep) */ 35 0x81, 0x06, /* Input (Data,Var,Rel) */ [all …]
|
| H A D | hid-kye.c | 26 0x05, 0x0C, /* Usage Page (Consumer), */ 27 0x09, 0x01, /* Usage (Consumer Control), */ 28 0xA1, 0x01, /* Collection (Application), */ 29 0x85, 0x12, /* Report ID (18), */ 30 0x0A, 0x45, 0x02, /* Usage (AC Rotate), */ 31 0x09, 0x40, /* Usage (Menu), */ 32 0x0A, 0x2F, 0x02, /* Usage (AC Zoom), */ 33 0x0A, 0x46, 0x02, /* Usage (AC Resize), */ 34 0x0A, 0x1A, 0x02, /* Usage (AC Undo), */ 35 0x0A, 0x6A, 0x02, /* Usage (AC Delete), */ [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/knightslanding/ |
| H A D | uncore-io.json | 4 "Counter": "0,1,2,3", 5 "EventCode": "0x25", 8 "UMask": "0x1", 13 "Counter": "0,1,2,3", 14 "EventCode": "0x25", 17 "UMask": "0x8", 22 "Counter": "0,1,2,3", 23 "EventCode": "0x25", 26 "UMask": "0x2", 31 "Counter": "0,1,2,3", [all …]
|
| /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 …]
|
| /linux/lib/crypto/ |
| H A D | curve25519-fiat32.c | 18 * entries t[0]...t[9], represents the integer t[0]+2^26 t[1]+2^51 t[2]+2^77 41 h[0] = a0&((1<<26)-1); /* 26 used, 32-26 left. 26 */ in fe_frombytes_impl() 104 t = -!!t; /* all set if nonzero, 0 if 0 */ in cmovznz32() 119 { const u32 x2 = in1[0]; in fe_freeze() 120 { u32 x20; u8/*bool*/ x21 = subborrow_u26(0x0, x2, 0x3ffffed, &x20); in fe_freeze() 121 { u32 x23; u8/*bool*/ x24 = subborrow_u25(x21, x4, 0x1ffffff, &x23); in fe_freeze() 122 { u32 x26; u8/*bool*/ x27 = subborrow_u26(x24, x6, 0x3ffffff, &x26); in fe_freeze() 123 { u32 x29; u8/*bool*/ x30 = subborrow_u25(x27, x8, 0x1ffffff, &x29); in fe_freeze() 124 { u32 x32; u8/*bool*/ x33 = subborrow_u26(x30, x10, 0x3ffffff, &x32); in fe_freeze() 125 { u32 x35; u8/*bool*/ x36 = subborrow_u25(x33, x12, 0x1ffffff, &x35); in fe_freeze() [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/grandridge/ |
| H A D | uncore-interconnect.json | 4 "Counter": "0,1,2,3", 5 "EventCode": "0x01", 12 "Counter": "0,1,2,3", 13 "EventCode": "0x16", 16 "UMask": "0x1", 21 "Counter": "0,1,2,3", 22 "EventCode": "0x18", 25 "UMask": "0x1", 30 "Counter": "0,1,2,3", 31 "EventCode": "0x24", [all …]
|
| /linux/Documentation/devicetree/bindings/iio/pressure/ |
| H A D | aosong,adp810.yaml | 14 interface with fixed address of 0x25. This sensor supports 8 bit CRC for 39 #size-cells = <0>; 42 reg = <0x25>;
|