| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_multitouch.py | 496 …01 09 02 a1 01 85 01 09 01 a1 00 05 09 19 01 29 03 15 00 25 01 95 03 75 01 81 02 95 05 81 03 05 01… 501 # this device has *a lot* of different reports, and most of them 502 # have the Touch Screen application. But the first one is a stylus 589 """send a single touch in the first slot of the device, 617 Make sure the kernel sees this as a dual touch. 695 Make sure the kernel sees this as a triple touch. 791 A report should forward an accurate contact count and the kernel 835 """send a single touch in the first slot of the device, with 860 Kernel is supposed to mark the contact with a distance > 0 908 If a touch is reported more than once with the same Contact ID, [all …]
|
| H A D | test_tablet.py | 35 """Represents whether a button is pressed on the stylus""" 208 """Following the state machine in the URL above, with a couple of addition 338 we now have a button. 415 However, a half broken device might export those transitions. 416 For example, a pen that has the eraser button might wobble between 680 # now check for a valid transition 689 """Internal method to test against a list of 691 state_list is a list of PenState objects 692 scribble is a boolean which tells if we need 693 to wobble a littl [all...] |
| H A D | test_wacom_generic.py | 63 """Fill a report with approrpiate HID properties/values.""" 85 may be present on a stylus. Buttons set to 'None' indicate the 99 """Fill a report with approrpiate HID properties/values.""" 110 Contains values used to identify a specific stylus, e.g. its serial 124 """Fill a report with approrpiate HID properties/values.""" 183 Use the Wacom driver's usual naming conventions to apply a 202 :param proximity: a ProximityState indicating the sensor's ability 234 Return a heartbeat input report for this device. 272 :param proximity: a ProximityState indicating the sensor's ability 282 Send a heartbeat event on the requested report ID. [all …]
|
| /linux/drivers/message/fusion/lsi/ |
| H A D | mpi_history.txt | 20 mpi_fc.h 01.05.01 01.05.01 21 mpi_lan.h 01.05.01 01.05.01 24 mpi_inb.h 01.05.01 01.05.01 34 * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000. 36 * 06-06-00 01.00.01 Update MPI_VERSION_MAJOR and MPI_VERSION_MINOR. 46 * 11-02-00 01.01.01 Original release for post 1.0 work 48 * 01-09-01 01.01.03 Added more definitions to the system interface section 50 * 01-25-01 01.01.04 Changed MPI_VERSION_MINOR from 0x00 to 0x01. 51 * 02-20-01 01.01.05 Started using MPI_POINTER. 55 * 02-27-01 01.01.06 Removed MPI_HOST_INDEX_REGISTER define. [all …]
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | bridge_mld.sh | 27 MZPKT_IS_INC="33:33:00:00:00:01:fe:54:00:04:5e:ba:86:dd:60:0a:2d:ae:00:54:00:01:fe:80:00:\ 28 00:00:00:00:00:fc:54:00:ff:fe:04:5e:ba:ff:02:00:00:00:00:00:00:00:00:00:00:00:00:00:01:3a:\ 29 00:05:02:00:00:00:00:8f:00:8e:d9:00:00:00:01:01:00:00:03:ff:02:00:00:00:00:00:00:00:00:00:\ 30 00:00:00:00:cc:20:01:0d:b8:00:01:00:00:00:00:00:00:00:00:00:01 [all...] |
| H A D | local_termination.sh | 32 JOINED_MACV4_MC_ADDR="01:00:5e:01:02:03" 33 UNKNOWN_MACV4_MC_ADDR1="01:00:5e:01:02:04" 34 UNKNOWN_MACV4_MC_ADDR2="01:00:5e:01:02:05" 35 UNKNOWN_MACV4_MC_ADDR3="01:00:5e:01:02:06" 36 JOINED_MACV6_MC_ADDR="33:33:01:02:03:04" 37 UNKNOWN_MACV6_MC_ADDR1="33:33:01 [all...] |
| H A D | bridge_igmp.sh | 25 TEST_GROUP_MAC="01:00:5e:0a:0a:0a" 28 ALL_MAC="01:00:5e:00:00:01" 31 MZPKT_IS_INC="22:00:9d:de:00:00:00:01:01:00:00:03:ef:0a:0a [all...] |
| H A D | bridge_mdb.sh | 165 check_fail $? "Managed to add $name host entry with a $invalid_state state" 169 check_fail $? "Managed to add $name host entry with a source" 173 check_fail $? "Managed to add $name host entry with a filter mode" 177 check_fail $? "Managed to add $name host entry with a source list" 181 check_fail $? "Managed to add $name host entry with a protocol" 194 cfg_test_host_common "L2" "01:02:03:04:05:06" "00:00:00:00:00:01" \ 335 check_err $? "(*, G) \"permanent\" entry has a pending group timer" 337 check_err $? "\"permanent\" source entry has a pending source timer" 352 check_fail $? "(*, G) EXCLUDE entry does not have a pendin [all...] |
| /linux/Documentation/hid/ |
| H A D | hidintro.rst | 7 This chapter is meant to give a broad overview of what HID report 8 descriptors are, and of how a casual (non-kernel) programmer can deal 25 are using to interact with a computer, be it a mouse, a touchpad, a 26 tablet, a microphone. 29 For example, mice can have any number of buttons; they may have a 36 through the *HID report descriptor*, a fixed set of bytes describing 39 a HID Report Descriptor may specify that "in a report with ID 3 the 40 bits from 8 to 15 is the delta x coordinate of a mouse". 46 ("Feature reports"). A device may support one or more HID reports. 52 needs to be dealt with in a special way, or because some special [all …]
|
| H A D | hidreport-parsing.rst | 10 $ hexdump -C /sys/bus/hid/devices/0003\:093A\:2510.0002/report_descriptor 11 00000000 05 01 09 02 a1 01 09 01 a1 00 05 09 19 01 29 03 |..............).| 12 00000010 15 00 25 01 75 01 95 03 81 02 75 05 95 01 81 01 |..%.u.....u.....| 13 00000020 05 01 09 30 09 31 09 38 15 81 25 7f 75 08 95 03 |...0.1.8..%.u...| 38 the HUT. We have a ``Usage Page``, thus we need to refer to HUT 43 ``0x09`` (i.e. ``00001001``) will be followed by one byte (``01``) 44 and is a ``Local`` item (``10``). Thus, the meaning of the remaining four bits 46 we have a ``Usage``. From HUT, Sec. 4, "Generic Desktop Page", we see that
|
| /linux/Documentation/networking/devlink/ |
| H A D | ice.rst | 27 - The ice hardware uses hierarchical scheduling for Tx with a fixed 29 points. Root node represents a port, while all the leaves represent 39 One example would be sending traffic to queues that are not a multiple 41 the 9th queue has a different parent than the rest, and it's given 42 more bandwidth credits. This causes a problem when the system is 55 To address this need, you can switch to a 5-layer topology, which 59 is a lower configuration depth of the tree. 63 use a value of 5. For example: 66 Use a value of 9 to set it back to the default value. 141 kernel only displayed a 2-digit version number (major.minor). [all …]
|
| /linux/Documentation/sound/codecs/ |
| H A D | cs35l56.rst | 16 **If you have a laptop that uses CS35L54/56/57/63 amplifiers but audio is not 55 On most SoundWire systems the amplifier has a default minimum capability to 60 * a mono mix of left and right channels. 65 in dmesg as a SoundWire device, but the CS35L56/57 as SPI. On these systems 74 Each amplifier requires two firmware files. One file has a .wmfw suffix, the 75 other has a .bin suffix. 83 repository. Providing Cirrus Logic is aware of a particular laptop and has 85 to linux-firmware. You may need to upgrade to a newer release of 94 All firmware file names are qualified with a unique "system ID". On normal 136 All SoundWire systems will require a Sound Open Firmware (SOF) for the [all …]
|
| /linux/Documentation/driver-api/cxl/platform/example-configurations/ |
| H A D | flexible.rst | 6 This system has a single socket with two CXL host bridges. Each host bridge 7 has two CXL memory expanders with a 4GB of memory (32GB total). 41 Subtable Type : 01 [CXL Fixed Memory Window Structure] 47 Interleave Members (2^n) : 01 56 Subtable Type : 01 [CXL Fixed Memory Window Structure] 70 Subtable Type : 01 [CXL Fixed Memory Window Structure] 84 Subtable Type : 01 [CXL Fixed Memory Window Structure] 98 Subtable Type : 01 [CXL Fixed Memory Window Structure] 112 Subtable Type : 01 [CXL Fixed Memory Window Structure] 126 Subtable Type : 01 [CXL Fixed Memory Window Structure] [all …]
|
| /linux/drivers/media/usb/gspca/ |
| H A D | zc3xx.c | 15 MODULE_AUTHOR("Jean-Francois Moine <http://moinejf.free.fr>, Serge A. Suchkov <Serge.A.S@tochka.ru>… 131 {0xa0, 0x01, ZC3XX_R000_SYSTEMCONTROL}, /* 00,00,01,cc */ 134 {0xa0, 0x0a, ZC3XX_R010_CMOSSENSORSELECT}, /* 00,10,0a,cc */ 138 {0xa0, 0x01, ZC3XX_R005_FRAMEHEIGHTHIGH}, /* 00,05,01,cc */ 140 {0xa0, 0x01, ZC3XX_R001_SYSTEMOPERATING}, /* 00,01,01,cc */ 142 {0xa0, 0x01, ZC3XX_R012_VIDEOCONTROLFUNC}, /* 00,12,01,cc */ 145 {0xa0, 0x00, ZC3XX_R09A_WINXSTARTLOW}, /* 00,9a,00,cc */ 146 {0xa0, 0x00, ZC3XX_R11A_FIRSTYLOW}, /* 01,1a,00,cc */ 147 {0xa0, 0x00, ZC3XX_R11C_FIRSTXLOW}, /* 01,1c,00,cc */ 153 {0xa0, 0xb7, ZC3XX_R101_SENSORCORRECTION}, /* 01,01,37,cc */ [all …]
|
| /linux/Documentation/input/devices/ |
| H A D | iforce-protocol.rst | 19 This is not a reference. Comments and corrections are welcome. To contact me, 34 General form of a packet 62 OP= 01 for a joystick, 03 for a wheel 65 01 X-Axis msb 66 02 Y-Axis lsb, or gas pedal for a wheel 67 03 Y-Axis msb, or brake pedal for a wheel 82 01 Bit 8 is set if the effect is playing. Bits 0 to 7 are the effect id. 94 OP= 01 97 be assigned a channel) 98 01 Wave form [all …]
|
| /linux/arch/powerpc/boot/dts/ |
| H A D | ac14xx.dts | 257 0A 12 01 03 80 1C 23 78 CA 88 FF 94 52 54 8E 27 258 1E 4C 50 00 00 00 01 01 01 01 01 01 01 01 01 01 259 01 01 01 01 01 01 FB 00 B0 14 00 DC 05 00 08 04 261 3C 01 0A 20 20 20 20 20 20 20 00 00 00 FC 00 45 262 54 30 31 38 30 30 33 44 4D 55 0A 0A 00 00 00 10 297 /* PSC3 serial port A, aka ttyPSC0 */
|
| /linux/arch/m68k/fpsp040/ |
| H A D | do_func.S | 7 | The opcode and tag bits form an index into a jump table in 101 | Load a signed zero to fp0 and set inex2/ainex 113 | Load a signed zero to fp0; do not set inex2/ainex 121 | Load a signed infinity to fp0; do not set inex2/ainex 129 | Load a signed one to fp0; do not set inex2/ainex 137 | Load a signed pi/2 to fp0; do not set inex2/ainex 145 | Load either a +0 or +inf for plus/minus operand 256 .long smod_oper | 00,01 norm,zero = nan with operr 259 .long smod_zro | 01,00 zero,norm = +-zero 260 .long smod_oper | 01,01 zero,zero = nan with operr [all …]
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-yuv-planar.rst | 20 Within a plane, components are stored in pixel order, which may be linear or 254 - Y'\ :sub:`01` 275 - Cb\ :sub:`01` 276 - Cr\ :sub:`01` 289 - Y'\ :sub:`01` 311 - Cb\ :sub:`01` 312 - Cr\ :sub:`01` 326 with no padding between each component. A group of 4 components are stored over 335 - Y'\ :sub:`01[5:0]`\ Y'\ :sub:`00[9:8]` 336 - Y'\ :sub:`02[3:0]`\ Y'\ :sub:`01[9:6]` [all …]
|
| /linux/drivers/media/platform/chips-media/coda/ |
| H A D | coda-mpeg2.c | 50 * 00 00 01 b3 2d 01 e0 34 08 8b a3 81 53 * 17 17 17 17 18 18 18 19 18 18 18 19 1a 1a 1a 1a 55 * 00 00 01 b5 14 8a 00 01 00 00 59 * 00 00 01 b3 08 00 40 15 ff ff e0 28 60 * 00 00 01 b5 14 8a 00 01 00 00
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | devlink_trap_control.sh | 182 )"01:80:C2:00:00:02:"$( : ETH daddr 203 )"01:80:C2:00:00:0E:"$( : ETH daddr 222 $MZ $h1 -c 1 -a own -b 01:00:5E:00:00:01 \ 223 -A 192.0.2.1 -B 224.0.0.1 -t ip proto=2,p=11 -p 100 -q 230 "igmp_v1_report" $MZ $h1 -c 1 -a own -b 01:00:5E:00:00:01 \ 231 -A 192.0.2.1 -B 244.0.0.1 -t ip proto=2,p=12 -p 100 -q 238 "igmp_v2_report" $MZ $h1 -c 1 -a own -b 01:00:5E:00:00:01 \ 239 -A 192.0.2.1 -B 244.0.0.1 -t ip proto=2,p=16 -p 100 -q 246 "igmp_v3_report" $MZ $h1 -c 1 -a own -b 01:00:5E:00:00:01 \ 247 -A 192.0.2.1 -B 244.0.0.1 -t ip proto=2,p=22 -p 100 -q [all …]
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | memcg_test.rst | 10 is complex. This is a document for memcg's internal behavior. 28 The page_cgroup has USED bit and double count against a page_cgroup never 29 occurs. swap_cgroup is used only when a charged page is swapped-out. 34 a page/swp_entry may be charged (usage += PAGE_SIZE) at 41 a page/swp_entry may be uncharged (usage -= PAGE_SIZE) by 44 Called when a page's refcount goes down to 0. 47 Called when swp_entry's refcnt goes down to 0. A charge against swap 77 (a) If the SwapCache is newly allocated and read, it has no charges. 84 (a) add to swap cache. (marked as SwapCache) 126 - A new page is added to shmem's radix-tree. [all …]
|
| /linux/arch/sh/boards/ |
| H A D | board-magicpanelr2.c | 101 __raw_writew(0x5555, PORT_PACR); /* 01 01 01 01 01 01 01 01 */ in setup_port_multiplexing() 106 __raw_writew(0x5555, PORT_PBCR); /* 01 01 01 01 01 01 01 01 */ in setup_port_multiplexing() 111 __raw_writew(0x5500, PORT_PCCR); /* 01 01 01 01 00 00 00 00 */ in setup_port_multiplexing() 116 __raw_writew(0x5555, PORT_PDCR); /* 01 01 01 01 01 01 01 01 */ in setup_port_multiplexing() 131 __raw_writew(0x03D5, PORT_PGCR); /* 00 00 00 11 11 01 01 01 */ in setup_port_multiplexing() 136 __raw_writew(0x0050, PORT_PHCR); /* 00 00 00 00 01 01 00 00 */ in setup_port_multiplexing() 157 __raw_writew(0x5552, PORT_PMCR); /* 01 01 01 01 01 01 00 10 */ in setup_port_multiplexing() 174 __raw_writew(0x0100, PORT_PPCR); /* 00 00 00 01 00 00 00 00 */ in setup_port_multiplexing() 192 __raw_writew(0x0140, PORT_PSCR); /* 00 00 00 01 01 00 00 00 */ in setup_port_multiplexing() 197 __raw_writew(0x0001, PORT_PTCR); /* 00 00 00 00 00 00 00 01 */ in setup_port_multiplexing() [all …]
|
| /linux/tools/testing/selftests/net/ |
| H A D | test_vxlan_mdb.sh | 154 read a 155 [ "$a" = "q" ] && exit 1 162 read a 163 [ "$a" = "q" ] && exit 1 182 if [ "$VERBOSE" = "1" -a -n "$out" ]; then 407 …run_cmd "bridge -n $ns1 mdb add dev vx0 port vx0 grp 01:02:03:04:05:06 permanent dst $vtep_ip src_… 423 log_test $? 255 "MDB entry without a remote destination IP" 885 # The kernel maintains various markers for the MDB dump. Add a test for 1009 # device and that an error is returned when port is specified as a 1113 # When not specifying a UDP destination port for an entry, traffic is [all …]
|
| /linux/drivers/rtc/ |
| H A D | lib.c | 6 * Author: Alessandro Zummo <a.zummo@towertech.it> 48 * @time: The number of seconds since 01-01-1970 00:00:00. 62 * The time represented by `time` is given in seconds since 1970-01-01 in rtc_time64_to_tm() 64 * values, we convert it to seconds since 0000-03-01 and then assume it in rtc_time64_to_tm() 66 * Below we do 4 * udays + 3 which should fit into a 32 bit unsigned in rtc_time64_to_tm() 68 * days after 0000-03-01 which is in the year 2939805. in rtc_time64_to_tm() 75 * day of the week, 0000-03-01 was a Wednesday (in the proleptic in rtc_time64_to_tm() 82 * and Schneider [1]. In a few words: it works on the computational in rtc_time64_to_tm() 128 * Recall that January 01 is the 306-th day of the year in the in rtc_time64_to_tm() 157 * Does the rtc_time represent a valid date/time? [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-surface_aggregator-tabletsw | 1 What: /sys/bus/surface_aggregator/devices/01:0e:01:00:01/state 6 This attribute returns a string with the current type-cover 33 What: /sys/bus/surface_aggregator/devices/01:26:01:00:01/state 38 …This attribute returns a string with the current device posture, as indicated by the embedded cont… 44 operates as a normal laptop.
|