/linux-4.1.27/Documentation/input/ |
D | event-codes.txt | 1 The input protocol uses a map of types and codes to express input device values 2 to userspace. This document describes the types and codes and how and when they 12 of event codes have changed. However, the state is maintained within the Linux 22 Event types are groupings of codes under a logical input construct. Each 23 type has a set of applicable codes to be used in generating events. See the 24 Codes section for details on valid codes for each type. 66 Event codes: 68 Event codes define the precise type of event. 103 A few EV_KEY codes have special meanings: 106 - These codes are used in conjunction with input trackpads, tablets, and [all …]
|
D | atarikbd.txt | 23 The keyboard always returns key make/break scan codes. The ikbd generates 24 keyboard scan codes for each key press and release. The key scan make (key 25 closure) codes start at 1, and are defined in Appendix A. For example, the 30 The special codes 0xF6 through 0xFF are reserved for use as follows: 40 The two shift keys return different scan codes in this mode. The ENTER key 99 codes above those normally assigned for the largest envisioned keyboard (i.e. 152 joysticks produce pseudo key scan codes above those used by the largest key 189 codes (such as 0x00) which are not specified should perform no operation 364 matrix activity is still monitored and scan codes or ASCII characters enqueued 600 The key scan codes returned by the ikbd are chosen to simplify the
|
D | gamepad.txt | 95 of the labels on the buttons, the codes are sent according to the
|
D | input.txt | 234 kernel support. The event codes are the same on all architectures and
|
/linux-4.1.27/drivers/input/keyboard/ |
D | ipaq-micro-keys.c | 29 u16 *codes; member 53 input_report_key(keys->input, keys->codes[key], down); in micro_key_receive() 108 keys->codes = devm_kmemdup(&pdev->dev, micro_keycodes, in micro_key_probe() 111 keys->input->keycode = keys->codes; in micro_key_probe()
|
/linux-4.1.27/Documentation/usb/ |
D | error-codes.txt | 3 This is the documentation of (hopefully) all possible error codes (and 13 * Error codes returned by usb_submit_urb * 68 * Error codes returned by in urb->status * 85 Individual frame descriptor status fields may report more status codes. 154 (*) Error codes like -EPROTO, -EILSEQ and -EOVERFLOW normally indicate 157 (**) This is also one of several codes that different kinds of host 165 * Error codes returned by usbcore-functions * 166 * (expect also other submit and transfer status codes) *
|
D | hotplug.txt | 66 PRODUCT ... USB vendor, product, and version codes (hex) 67 TYPE ... device class codes (decimal) 68 INTERFACE ... interface 0 class codes (decimal)
|
D | callbacks.txt | 65 otherwise -ENODEV or -ENXIO. Other error codes should be used only if a
|
/linux-4.1.27/Documentation/i2c/ |
D | fault-codes | 2 codes in the I2C/SMBus stack. 17 In short, your I2C driver code may need to know these codes in order 22 I2C and SMBus fault codes 30 codes that may be returned, and other cases where these codes should 31 be returned. However, drivers should not return other codes for these 34 Also, codes returned by adapter probe methods follow rules which are
|
/linux-4.1.27/lib/zlib_inflate/ |
D | inftrees.c | 23 int zlib_inflate_table(codetype type, unsigned short *lens, unsigned codes, in zlib_inflate_table() argument 95 for (sym = 0; sym < codes; sym++) in zlib_inflate_table() 132 for (sym = 0; sym < codes; sym++) in zlib_inflate_table()
|
D | inftrees.h | 57 unsigned codes, code **table,
|
D | inflate.h | 109 code codes[ENOUGH]; /* space for code tables */ member
|
D | inflate.c | 38 state->lencode = state->distcode = state->next = state->codes; in zlib_inflateReset() 472 state->next = state->codes; in zlib_inflate() 537 state->next = state->codes; in zlib_inflate()
|
/linux-4.1.27/drivers/media/platform/vsp1/ |
D | vsp1_lut.c | 88 static const unsigned int codes[] = { in lut_enum_mbus_code() local 97 if (code->index >= ARRAY_SIZE(codes)) in lut_enum_mbus_code() 100 code->code = codes[code->index]; in lut_enum_mbus_code()
|
D | vsp1_lif.c | 80 static const unsigned int codes[] = { in lif_enum_mbus_code() local 87 if (code->index >= ARRAY_SIZE(codes)) in lif_enum_mbus_code() 90 code->code = codes[code->index]; in lif_enum_mbus_code()
|
D | vsp1_rwpf.c | 31 static const unsigned int codes[] = { in vsp1_rwpf_enum_mbus_code() local 36 if (code->index >= ARRAY_SIZE(codes)) in vsp1_rwpf_enum_mbus_code() 39 code->code = codes[code->index]; in vsp1_rwpf_enum_mbus_code()
|
D | vsp1_uds.c | 175 static const unsigned int codes[] = { in uds_enum_mbus_code() local 182 if (code->index >= ARRAY_SIZE(codes)) in uds_enum_mbus_code() 185 code->code = codes[code->index]; in uds_enum_mbus_code()
|
D | vsp1_bru.c | 189 static const unsigned int codes[] = { in bru_enum_mbus_code() local 197 if (code->index >= ARRAY_SIZE(codes)) in bru_enum_mbus_code() 200 code->code = codes[code->index]; in bru_enum_mbus_code()
|
D | vsp1_sru.c | 172 static const unsigned int codes[] = { in sru_enum_mbus_code() local 180 if (code->index >= ARRAY_SIZE(codes)) in sru_enum_mbus_code() 183 code->code = codes[code->index]; in sru_enum_mbus_code()
|
/linux-4.1.27/Documentation/w1/ |
D | 00-INDEX | 4 - Drivers that provide support for specific family codes.
|
/linux-4.1.27/Documentation/ |
D | unicode.txt | 31 Note that although these codes are similar to ISO 2022, neither the 32 codes nor their uses match ISO 2022; Linux has two 8-bit codes (G0 and 33 G1), whereas ISO 2022 has four 7-bit codes (G0-G3). 171 wish to encode fictional scripts use these codes, in the interest of
|
D | VGA-softcursor.txt | 26 groups, low three bits set color (as in normal color codes used by the console)
|
D | sysfs-rules.txt | 166 on specific error codes wherever possible. This minimizes coupling to 178 Error codes will not be changed without good reason, and should a change 179 to error codes result in user-space breakage, it will be fixed, or the
|
D | lzo.txt | 81 noting that codes 16 and 17 will represent a block copy from
|
D | kernel-docs.txt | 339 contains a reference of all API calls and their return codes".
|
D | memory-barriers.txt | 2622 condition codes, changing registers or changing memory - and different
|
D | kernel-parameters.txt | 2842 pdcchassis= [PARISC,HW] Disable/Enable PDC Chassis Status codes at
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | s390-diag.txt | 30 The supported DIAGNOSE function codes vary by the userspace used. For 31 DIAGNOSE function codes not specific to KVM, please refer to the
|
D | ppc-pv.txt | 55 Return codes can be as follows:
|
/linux-4.1.27/tools/testing/selftests/ftrace/ |
D | README | 44 * The tests can return some result codes instead of pass or fail by 50 Ftracetest supports following result codes.
|
/linux-4.1.27/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 47 * 12-04-00 01.01.02 Added new function codes. 56 * Added function codes for RAID. 73 * 04-29-04 01.02.12 Added function codes for MPI_FUNCTION_DIAG_BUFFER_POST 78 * Added codes for Inband. 81 * Added new function codes and new IOCStatus codes. 88 * 03-11-05 01.05.07 Removed function codes for SCSI IO 32 and 90 * Removed EEDP IOCStatus codes. 91 * 06-24-05 01.05.08 Added function codes for SCSI IO 32 and 93 * Added EEDP IOCStatus codes. 95 * 08-30-05 01.05.10 Added 2 new IOCStatus codes for Target. [all …]
|
/linux-4.1.27/drivers/staging/rtl8723au/ |
D | TODO | 6 - find codes that can use %pM and %Nph formatting
|
/linux-4.1.27/Documentation/video4linux/ |
D | 4CCs.txt | 4 Guidelines for Video4Linux 4CC codes defined using v4l2_fourcc() are
|
D | vivid.txt | 603 This can be used to check if such codes in the image are inadvertently 841 PICODE and PTY codes.
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-mei | 27 state, error codes, and others. The way the registers
|
D | sysfs-bus-iio | 81 unique to allow association with event codes. Units after 104 unique to allow association with event codes. Units after
|
/linux-4.1.27/drivers/staging/rtl8188eu/ |
D | TODO | 6 - find codes that can use %pM and %Nph formatting
|
/linux-4.1.27/Documentation/sound/oss/ |
D | README.ymfsb | 7 This code references YAMAHA's sample codes and data sheets. 11 And this codes heavily based on Jeff Garzik <jgarzik@pobox.com>'s
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | matrix-keymap.txt | 2 defining the keys in the scope of linux key codes since that is a stable and
|
/linux-4.1.27/fs/hfsplus/ |
D | Kconfig | 12 data forks and creator codes, but it also has several UNIX
|
/linux-4.1.27/fs/adfs/ |
D | Kconfig | 27 codes, so if you're unsure, say N.
|
/linux-4.1.27/Documentation/isdn/ |
D | INTERFACE.fax | 16 In send-mode the HL-driver has to handle the <DLE> codes and the bit-order 24 capability-values and the command-codes between LL and HL.
|
D | README.hysdn | 123 following additional codes (decimal):
|
D | README | 104 ATQ0 Enable result codes (default). 105 ATQ1 Disable result codes (default).
|
/linux-4.1.27/drivers/input/misc/ |
D | keyspan_remote.c | 136 char codes[4 * RECV_SIZE]; in keyspan_print() local 140 snprintf(codes + i * 3, 4, "%02x ", dev->in_buffer[i]); in keyspan_print() 142 dev_info(&dev->udev->dev, "%s\n", codes); in keyspan_print()
|
/linux-4.1.27/Documentation/w1/slaves/ |
D | w1_ds28e04 | 7 supported family codes:
|
D | w1_therm | 15 supported family codes:
|
D | w1_ds2423 | 7 supported family codes:
|
/linux-4.1.27/Documentation/virtual/ |
D | paravirt_ops.txt | 30 Hand written assembly codes (.S files) also need paravirtualization
|
/linux-4.1.27/Documentation/devicetree/bindings/ata/ |
D | sata_highbank.txt | 24 codes, one per port. The upper 3 bytes are always
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | x_unimp.S | 56 | exception byte and condition codes are clear before proceeding
|
D | get_op.S | 544 | packed cases, but we must set the FPSR condition codes properly.
|
D | util.S | 316 | valid return codes are:
|
/linux-4.1.27/Documentation/networking/ |
D | dccp.txt | 71 service codes (RFC 4340, sec. 8.1.2); if this socket option is not set, 74 than one code has no effect (all subsequent service codes are ignored). The 75 case is different for passive sockets, where multiple service codes (up to 32)
|
D | netdevices.txt | 81 Return codes:
|
D | 3c509.txt | 110 Prior to driver version 1.18c, only transceiver codes 0-4 were supported. Note 111 that the new transceiver codes 8 and 12 are the *only* ones that will enable
|
D | filter.txt | 160 libpcap's compiler, or iv) particular filter codes should be optimized 165 (e.g. different return codes for various code paths). Moreover, BPF JIT
|
/linux-4.1.27/arch/m68k/q40/ |
D | README | 122 q40 receives AT make/break codes from the keyboard, these are translated to 135 - AT codes as displayed by the q40 debugging ROM
|
/linux-4.1.27/drivers/staging/panel/ |
D | Kconfig | 71 The driver includes an interpreter for escape codes starting with 72 '\e[L' which are specific to the LCD, and a few ANSI codes. The 278 printf()-formatted message is valid with newline and escape codes.
|
/linux-4.1.27/drivers/parisc/ |
D | Kconfig | 142 bool "PDC chassis state codes support" 145 Say Y here if you want to enable support for Chassis codes.
|
/linux-4.1.27/drivers/staging/media/lirc/ |
D | lirc_zilog.c | 314 unsigned char codes[2]; in add_to_buf() local 437 codes[0] = (code >> 8) & 0xff; in add_to_buf() 438 codes[1] = code & 0xff; in add_to_buf() 441 lirc_buffer_write(rbuf, codes); in add_to_buf()
|
/linux-4.1.27/Documentation/PCI/ |
D | pci-error-recovery.txt | 138 The driver must return one of the following result codes: 150 The next step taken will depend on the result codes returned by the 207 The driver should return one of the following result codes: 247 Result codes: 319 Result codes:
|
D | pci.txt | 69 completely empty or just returning an appropriate error codes to avoid
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 89 # codes before performing the final "rts". If the divisor was equal to # 501 # Set the condition codes as appropriate before performing an # 578 # now, grab the condition codes. only one that can be set is 'N'. 590 # use movm here to not disturb the condition codes.
|
D | fplsp.S | 338 set FPSR_CC, USER_FPSR+0 # FPSR condition codes 361 set EXC_CC, LV+8 # saved condition codes
|
D | fpsp.S | 13752 # codes. #
|
/linux-4.1.27/arch/sparc/kernel/ |
D | wof.S | 121 wr %t_psr, 0x0, %psr ! restore condition codes in %psr
|
/linux-4.1.27/Documentation/scsi/ |
D | dpti.txt | 53 * Changed error return codes
|
D | scsi-changer.txt | 106 because the kernel will translate the error codes into human-readable
|
D | st.txt | 330 documentation for available codes. 340 density codes for compression control. Some drives use another
|
D | ChangeLog.1992-1997 | 1396 * scsi.h: Add #defines for return codes for the abort and reset 1397 functions. There are now a specific set of return codes to fully 1401 * scsi.c: Act based upon return codes from abort/reset functions.
|
D | scsi_fc_transport.txt | 340 Note: special error codes have been defined to delineate infrastructure
|
D | ChangeLog.lpfc | 21 midlayer codes SUCCESS/FAILED which that function returns rather 1089 * Make lpfc_sli_hba_setup() return negative error codes on error
|
/linux-4.1.27/drivers/isdn/act2000/ |
D | capi.h | 49 unsigned codes:3; /* code set */ member
|
/linux-4.1.27/net/core/ |
D | filter.c | 676 static const bool codes[] = { in chk_code_allowed() local 734 if (code_to_probe >= ARRAY_SIZE(codes)) in chk_code_allowed() 737 return codes[code_to_probe]; in chk_code_allowed()
|
/linux-4.1.27/Documentation/filesystems/ |
D | spufs.txt | 329 an error and set errno to one of the error codes listed below. The 330 spu_status register value contains a bit mask of status codes and 332 on the SPU. The bit masks for the status codes are: 450 an error condition and set errno to one of the error codes listed
|
D | sysfs-pci.txt | 116 useful return codes should be provided.
|
D | autofs4-mount-control.txt | 249 commands return 0 on success or one of the negative error codes if
|
D | coda.txt | 164 return codes, and other data related to the request. Optionally the
|
D | proc.txt | 448 manner. The codes are the following:
|
/linux-4.1.27/Documentation/vm/ |
D | active_mm.txt | 79 ugliest context switch codes - unlike the other architectures where the MM
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | kernel-stacks | 49 Events with different IST codes (i.e. with different stacks) can be
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | entry.S | 206 pop $dccr ; condition codes 220 pop $dccr ; condition codes
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | ilsp.doc | 123 mov.w %cc,_tmp # save off condition codes
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 457 Start codes 459 Stop codes
|
/linux-4.1.27/drivers/mtd/nand/ |
D | Kconfig | 36 codes are more powerful and cpu intensive than traditional Hamming 37 ECC codes. They are used with NAND devices requiring more than 1 bit
|
/linux-4.1.27/Documentation/powerpc/ |
D | transactional_memory.txt | 170 Failure cause codes used by kernel
|
D | hvcs.txt | 388 Reading partner_clcs returns a list of "converged location codes" which are
|
/linux-4.1.27/drivers/media/i2c/s5c73m3/ |
D | s5c73m3-core.c | 1196 static const int codes[] = { in s5c73m3_enum_mbus_code() local 1203 code->code = codes[code->pad]; in s5c73m3_enum_mbus_code()
|
/linux-4.1.27/Documentation/hwmon/ |
D | w83781d | 267 AS99127F rev.2 direct from Winbond. The other codes mean ATT and DVC, 270 these codes simply aren't meant to be decoded that way.
|
/linux-4.1.27/Documentation/s390/ |
D | monreader.txt | 189 codes are described in the "z/VM Performance" book, Appendix A.
|
D | Debugging390.txt | 134 18-19 18-19 Condition codes (CC) 787 addresses being operated on destination addresses of branches & condition codes. 1036 tr prog on its own will trace all program interruption codes.
|
/linux-4.1.27/Documentation/fb/ |
D | api.txt | 280 The FOURCC-based API replaces format descriptions by four character codes
|
/linux-4.1.27/Documentation/gpio/ |
D | consumer.txt | 54 other error codes are used for cases where a GPIO has been assigned but an error
|
/linux-4.1.27/Documentation/target/ |
D | tcmu-design.txt | 369 Please be careful to return codes as defined by the SCSI
|
/linux-4.1.27/Documentation/ioctl/ |
D | cdrom.txt | 89 Individual drivers may return error codes not listed here.
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio.txt | 174 However -- some codec-support codes, such as patch_analog.c, don't 649 The latest development codes for HD-audio are found on sound git tree:
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | README | 663 log return codes from cifs entry points 0x02 696 SMB return codes while 4 enables logging of requests that take longer
|
D | CHANGES | 1027 Support for STATUS codes (newer 32 bit NT error codes) added. DFS support begun to be added.
|
/linux-4.1.27/Documentation/mtd/ |
D | nand_ecc.txt | 644 further there is still room to optimize the generation of the ecc codes.
|
/linux-4.1.27/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 51 The small number of ESO format codes can not support all the possible
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx.reg | 297 * Contains one set of SCSI Interrupt codes
|
/linux-4.1.27/drivers/ide/ |
D | Kconfig | 142 ATAPI error codes. This will use up additional 8kB of kernel-space
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 1008 This group of messages contains embedded formatting codes, to specify 1010 preserve all of the formatting codes, and they must appear in the order
|
/linux-4.1.27/Documentation/power/ |
D | runtime_pm.txt | 155 error return codes are ignored by the PM core.
|
/linux-4.1.27/init/ |
D | Kconfig | 1151 In particular it adds auxiliary prctl codes to setup process text,
|