Home
last modified time | relevance | path

Searched refs:codes (Results 1 – 112 of 112) sorted by relevance

/linux-4.4.14/Documentation/input/
Devent-codes.txt1 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 …]
Datarikbd.txt23 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
Dgamepad.txt95 of the labels on the buttons, the codes are sent according to the
Dinput.txt234 kernel support. The event codes are the same on all architectures and
/linux-4.4.14/drivers/input/keyboard/
Dipaq-micro-keys.c29 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.4.14/Documentation/usb/
Derror-codes.txt3 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) *
Dhotplug.txt66 PRODUCT ... USB vendor, product, and version codes (hex)
67 TYPE ... device class codes (decimal)
68 INTERFACE ... interface 0 class codes (decimal)
Dcallbacks.txt65 otherwise -ENODEV or -ENXIO. Other error codes should be used only if a
/linux-4.4.14/Documentation/i2c/
Dfault-codes2 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.4.14/lib/zlib_inflate/
Dinftrees.c23 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()
Dinftrees.h57 unsigned codes, code **table,
Dinflate.h109 code codes[ENOUGH]; /* space for code tables */ member
Dinflate.c38 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.4.14/drivers/media/platform/vsp1/
Dvsp1_lut.c88 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()
Dvsp1_lif.c80 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()
Dvsp1_rwpf.c31 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()
Dvsp1_uds.c175 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()
Dvsp1_sru.c173 static const unsigned int codes[] = { in sru_enum_mbus_code() local
181 if (code->index >= ARRAY_SIZE(codes)) in sru_enum_mbus_code()
184 code->code = codes[code->index]; in sru_enum_mbus_code()
Dvsp1_bru.c189 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()
/linux-4.4.14/Documentation/w1/
D00-INDEX4 - Drivers that provide support for specific family codes.
/linux-4.4.14/Documentation/
Dunicode.txt31 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
DVGA-softcursor.txt26 groups, low three bits set color (as in normal color codes used by the console)
Dsysfs-rules.txt166 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
Dlzo.txt81 noting that codes 16 and 17 will represent a block copy from
Dkernel-docs.txt339 contains a reference of all API calls and their return codes".
Dmemory-barriers.txt2577 condition codes, changing registers or changing memory - and different
Dkernel-parameters.txt2919 pdcchassis= [PARISC,HW] Disable/Enable PDC Chassis Status codes at
/linux-4.4.14/Documentation/virtual/kvm/
Ds390-diag.txt30 The supported DIAGNOSE function codes vary by the userspace used. For
31 DIAGNOSE function codes not specific to KVM, please refer to the
Dppc-pv.txt55 Return codes can be as follows:
/linux-4.4.14/tools/testing/selftests/ftrace/
DREADME44 * The tests can return some result codes instead of pass or fail by
50 Ftracetest supports following result codes.
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-driver-hid-corsair6 where G-keys triggers their regular key codes. "HW" for
Dsysfs-class-mei27 state, error codes, and others. The way the registers
Dsysfs-bus-iio83 unique to allow association with event codes. Units after
111 unique to allow association with event codes. Units after
/linux-4.4.14/drivers/message/fusion/lsi/
Dmpi_history.txt47 * 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.4.14/drivers/staging/rtl8723au/
DTODO6 - find codes that can use %pM and %Nph formatting
/linux-4.4.14/Documentation/video4linux/
D4CCs.txt4 Guidelines for Video4Linux 4CC codes defined using v4l2_fourcc() are
Dvivid.txt603 This can be used to check if such codes in the image are inadvertently
848 PICODE and PTY codes.
/linux-4.4.14/drivers/staging/rtl8188eu/
DTODO6 - find codes that can use %pM and %Nph formatting
/linux-4.4.14/Documentation/sound/oss/
DREADME.ymfsb7 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.4.14/Documentation/devicetree/bindings/input/
Dmatrix-keymap.txt2 defining the keys in the scope of linux key codes since that is a stable and
/linux-4.4.14/fs/hfsplus/
DKconfig12 data forks and creator codes, but it also has several UNIX
/linux-4.4.14/fs/adfs/
DKconfig27 codes, so if you're unsure, say N.
/linux-4.4.14/Documentation/isdn/
DINTERFACE.fax16 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.
DREADME.hysdn123 following additional codes (decimal):
DREADME104 ATQ0 Enable result codes (default).
105 ATQ1 Disable result codes (default).
/linux-4.4.14/drivers/input/misc/
Dkeyspan_remote.c136 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.4.14/Documentation/w1/slaves/
Dw1_ds28e047 supported family codes:
Dw1_ds24237 supported family codes:
Dw1_therm16 supported family codes:
/linux-4.4.14/Documentation/virtual/
Dparavirt_ops.txt30 Hand written assembly codes (.S files) also need paravirtualization
/linux-4.4.14/drivers/input/
Devdev.c987 const void __user *codes, in evdev_set_mask() argument
1004 error = bits_from_user(mask, cnt - 1, codes_size, codes, compat); in evdev_set_mask()
1023 void __user *codes, in evdev_get_mask() argument
1041 xfer_size, codes, compat); in evdev_get_mask()
1047 if (put_user(0xffU, (u8 __user *)codes + i)) in evdev_get_mask()
1053 if (clear_user(codes + xfer_size, codes_size - xfer_size)) in evdev_get_mask()
/linux-4.4.14/arch/m68k/fpsp040/
Dx_unimp.S56 | exception byte and condition codes are clear before proceeding
Dget_op.S544 | packed cases, but we must set the FPSR condition codes properly.
Dutil.S316 | valid return codes are:
/linux-4.4.14/Documentation/devicetree/bindings/ata/
Dsata_highbank.txt24 codes, one per port. The upper 3 bytes are always
/linux-4.4.14/Documentation/networking/
Ddccp.txt71 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)
Dnetdevices.txt81 Return codes:
D3c509.txt110 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
Dfilter.txt160 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.4.14/arch/m68k/q40/
DREADME122 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.4.14/drivers/staging/panel/
DKconfig71 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.4.14/drivers/parisc/
DKconfig142 bool "PDC chassis state codes support"
145 Say Y here if you want to enable support for Chassis codes.
/linux-4.4.14/drivers/staging/media/lirc/
Dlirc_zilog.c314 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.4.14/Documentation/PCI/
Dpci-error-recovery.txt138 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:
Dpci.txt69 completely empty or just returning an appropriate error codes to avoid
/linux-4.4.14/Documentation/powerpc/
Dtransactional_memory.txt92 failure before entering the kernel (which may produce different failure codes).
171 Failure cause codes used by kernel
Dhvcs.txt388 Reading partner_clcs returns a list of "converged location codes" which are
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dilsp.S89 # 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.
Dfplsp.S338 set FPSR_CC, USER_FPSR+0 # FPSR condition codes
361 set EXC_CC, LV+8 # saved condition codes
Dfpsp.S13752 # codes. #
/linux-4.4.14/arch/sparc/kernel/
Dwof.S121 wr %t_psr, 0x0, %psr ! restore condition codes in %psr
/linux-4.4.14/Documentation/scsi/
Ddpti.txt53 * Changed error return codes
Dscsi-changer.txt106 because the kernel will translate the error codes into human-readable
Dst.txt389 documentation for available codes.
399 density codes for compression control. Some drives use another
DChangeLog.1992-19971396 * 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.
Dscsi_fc_transport.txt340 Note: special error codes have been defined to delineate infrastructure
DChangeLog.lpfc21 midlayer codes SUCCESS/FAILED which that function returns rather
1089 * Make lpfc_sli_hba_setup() return negative error codes on error
/linux-4.4.14/drivers/isdn/act2000/
Dcapi.h49 unsigned codes:3; /* code set */ member
/linux-4.4.14/Documentation/filesystems/
Dspufs.txt329 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
Dsysfs-pci.txt116 useful return codes should be provided.
Dautofs4-mount-control.txt249 commands return 0 on success or one of the negative error codes if
Dcoda.txt164 return codes, and other data related to the request. Optionally the
Dproc.txt467 manner. The codes are the following:
/linux-4.4.14/Documentation/vm/
Dactive_mm.txt79 ugliest context switch codes - unlike the other architectures where the MM
/linux-4.4.14/Documentation/fpga/
Dfpga-mgr.txt153 success or negative error codes otherwise.
/linux-4.4.14/arch/cris/arch-v10/kernel/
Dentry.S206 pop $dccr ; condition codes
220 pop $dccr ; condition codes
/linux-4.4.14/net/core/
Dfilter.c677 static const bool codes[] = { in chk_code_allowed() local
735 if (code_to_probe >= ARRAY_SIZE(codes)) in chk_code_allowed()
738 return codes[code_to_probe]; in chk_code_allowed()
/linux-4.4.14/arch/m68k/ifpsp060/
Dilsp.doc123 mov.w %cc,_tmp # save off condition codes
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt457 Start codes
459 Stop codes
/linux-4.4.14/Documentation/x86/
Dkernel-stacks52 Events with different IST codes (i.e. with different stacks) can be
/linux-4.4.14/Documentation/blockdev/
Dzram.txt37 The list of possible return codes:
/linux-4.4.14/Documentation/hwmon/
Dw83781d267 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.4.14/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c1196 static const int codes[] = { in s5c73m3_enum_mbus_code() local
1203 code->code = codes[code->pad]; in s5c73m3_enum_mbus_code()
/linux-4.4.14/drivers/mtd/nand/
DKconfig36 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.4.14/Documentation/s390/
Dmonreader.txt189 codes are described in the "z/VM Performance" book, Appendix A.
DDebugging390.txt134 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.4.14/include/linux/mfd/
Dcros_ec_commands.h1514 uint16_t codes[EC_PORT80_SIZE_MAX]; member
/linux-4.4.14/Documentation/fb/
Dapi.txt280 The FOURCC-based API replaces format descriptions by four character codes
/linux-4.4.14/include/uapi/linux/
DKbuild195 header-y += input-event-codes.h
/linux-4.4.14/Documentation/target/
Dtcmu-design.txt369 Please be careful to return codes as defined by the SCSI
/linux-4.4.14/Documentation/gpio/
Dconsumer.txt57 other error codes are used for cases where a GPIO has been assigned but an error
/linux-4.4.14/Documentation/ioctl/
Dcdrom.txt89 Individual drivers may return error codes not listed here.
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio.txt174 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.4.14/Documentation/filesystems/cifs/
DREADME663 log return codes from cifs entry points 0x02
696 SMB return codes while 4 enables logging of requests that take longer
DCHANGES1027 Support for STATUS codes (newer 32 bit NT error codes) added. DFS support begun to be added.
/linux-4.4.14/Documentation/mtd/
Dnand_ecc.txt644 further there is still room to optimize the generation of the ecc codes.
/linux-4.4.14/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt51 The small number of ESO format codes can not support all the possible
/linux-4.4.14/drivers/ide/
DKconfig142 ATAPI error codes. This will use up additional 8kB of kernel-space
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx.reg297 * Contains one set of SCSI Interrupt codes
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt1008 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.4.14/Documentation/power/
Druntime_pm.txt155 error return codes are ignored by the PM core.
/linux-4.4.14/init/
DKconfig1162 In particular it adds auxiliary prctl codes to setup process text,