Home
last modified time | relevance | path

Searched full:codes (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/Documentation/userspace-api/media/rc/
Dkeytable.c.rst33 void prtcode (int *codes)
38 if (p->value == (unsigned)codes[1]) {
39 printf("scancode 0x%04x = %s (0x%02x)\\n", codes[0], p->name, codes[1]);
44 if (isprint (codes[1]))
45 printf("scancode %d = '%c' (0x%02x)\\n", codes[0], codes[1], codes[1]);
47 printf("scancode %d = 0x%02x\\n", codes[0], codes[1]);
66 int codes[2];
91 codes [0] = (unsigned) strtol(argv[2], NULL, 0);
92 codes [1] = (unsigned) value;
94 if(ioctl(fd, EVIOCSKEYCODE, codes))
[all …]
Dlirc-set-transmitter-mask.rst13 LIRC_SET_TRANSMITTER_MASK - Enables send codes on a given set of transmitters
37 send IR codes.
50 appropriately. The generic error codes are described at the
51 :ref:`Generic Error Codes <gen-errors>` chapter.
Dlirc-set-send-carrier.rst40 appropriately. The generic error codes are described at the
41 :ref:`Generic Error Codes <gen-errors>` chapter.
/Documentation/filesystems/bcachefs/
Derrorcodes.rst3 bcachefs private error codes
7 codes (-EINVAL, -EBUSY, etc.). Instead, we define private error codes as needed
11 direct uses of standard error codes you see in the source code are simply old
14 Private error codes may subtype another error code, this allows for grouping of
23 Do not reuse error codes! Generally speaking, a private error code should only
27 Try to give error codes names that are as reasonably descriptive of the error
29 where the error was generated; good names for error codes mean much more
/Documentation/input/
Devent-codes.rst1 .. _input-event-codes:
4 Input event codes
8 The input protocol uses a map of types and codes to express input device values
9 to userspace. This document describes the types and codes and how and when they
19 of event codes have changed. However, the state is maintained within the Linux
30 Event types are groupings of codes under a logical input construct. Each
31 type has a set of applicable codes to be used in generating events. See the
32 Codes section for details on valid codes for each type.
86 Event codes
89 Event codes define the precise type of event.
[all …]
/Documentation/i2c/
Dfault-codes.rst2 I2C/SMBUS Fault Codes
6 codes in the I2C/SMBus stack.
21 In short, your I2C driver code may need to know these codes in order
26 I2C and SMBus fault codes
34 codes that may be returned, and other cases where these codes should
35 be returned. However, drivers should not return other codes for these
38 Also, codes returned by adapter probe methods follow rules which are
/Documentation/userspace-api/gpio/
Derror-codes.rst6 GPIO Error Codes
13 .. flat-table:: Common GPIO error codes
73 #. This list is not exhaustive; ioctls may return other error codes.
78 #. Request-specific error codes are listed in the individual
Dgpio-get-chipinfo-ioctl.rst41 Common error codes are described in error-codes.rst.
/Documentation/userspace-api/media/dvb/
Dlegacy_dvb_audio.rst501 appropriately. The generic error codes are described at the
502 :ref:`Generic Error Codes <gen-errors>` chapter.
552 appropriately. The generic error codes are described at the
553 :ref:`Generic Error Codes <gen-errors>` chapter.
605 appropriately. The generic error codes are described at the
606 :ref:`Generic Error Codes <gen-errors>` chapter.
657 appropriately. The generic error codes are described at the
658 :ref:`Generic Error Codes <gen-errors>` chapter.
720 appropriately. The generic error codes are described at the
721 :ref:`Generic Error Codes <gen-errors>` chapter.
[all …]
Dlegacy_dvb_video.rst875 appropriately. The generic error codes are described at the
876 :ref:`Generic Error Codes <gen-errors>` chapter.
930 appropriately. The generic error codes are described at the
931 :ref:`Generic Error Codes <gen-errors>` chapter.
990 appropriately. The generic error codes are described at the
991 :ref:`Generic Error Codes <gen-errors>` chapter.
1045 appropriately. The generic error codes are described at the
1046 :ref:`Generic Error Codes <gen-errors>` chapter.
1114 appropriately. The generic error codes are described at the
1115 :ref:`Generic Error Codes <gen-errors>` chapter.
[all …]
Dca-reset.rst42 Generic error codes are described at the
43 :ref:`Generic Error Codes <gen-errors>` chapter.
Ddmx-stop.rst43 The generic error codes are described at the
44 :ref:`Generic Error Codes <gen-errors>` chapter.
Dca-get-descr-info.rst42 appropriately. The generic error codes are described at the
43 :ref:`Generic Error Codes <gen-errors>` chapter.
Dca-get-cap.rst45 The generic error codes are described at the
46 :ref:`Generic Error Codes <gen-errors>` chapter.
Dca-set-descr.rst45 Generic error codes are described at the
46 :ref:`Generic Error Codes <gen-errors>` chapter.
Dca-fclose.rst39 Generic error codes are described at the
40 :ref:`Generic Error Codes <gen-errors>` chapter.
Ddmx-add-pid.rst46 Generic error codes are described at the
47 :ref:`Generic Error Codes <gen-errors>` chapter.
Dca-get-msg.rst49 Generic error codes are described at the
50 :ref:`Generic Error Codes <gen-errors>` chapter.
Ddmx-fclose.rst41 The generic error codes are described at the
42 :ref:`Generic Error Codes <gen-errors>` chapter.
/Documentation/userspace-api/media/
Dgen-errors.rst6 Generic Error Codes
14 .. flat-table:: Generic error codes
88 #. This list is not exhaustive; ioctls may return other error codes.
93 #. Request-specific error codes are listed in the individual
/Documentation/driver-api/usb/
Derror-codes.rst1 .. _usb-error-codes:
3 USB Error codes
8 This is the documentation of (hopefully) all possible error codes (and
17 Error codes returned by :c:func:`usb_submit_urb`
80 Error codes returned by ``in urb->status`` or in ``iso_frame_desc[n].status`` (for ISO)
97 may report more status codes.
180 Error codes like ``-EPROTO``, ``-EILSEQ`` and ``-EOVERFLOW`` normally
186 This is also one of several codes that different kinds of host
193 Error codes returned by usbcore-functions
196 .. note:: expect also other submit and transfer status codes
/Documentation/userspace-api/media/mediactl/
Drequest-func-ioctl.rst56 appropriately. The generic error codes are described at the
57 :ref:`Generic Error Codes <gen-errors>` chapter.
59 Command-specific error codes are listed in the individual command
Dmedia-func-ioctl.rst56 appropriately. The generic error codes are described at the
57 :ref:`Generic Error Codes <gen-errors>` chapter.
59 Request-specific error codes are listed in the individual requests
/Documentation/userspace-api/media/cec/
Dcec-func-ioctl.rst56 appropriately. The generic error codes are described at the
57 :ref:`Generic Error Codes <gen-errors>` chapter.
59 Request-specific error codes are listed in the individual requests
/Documentation/admin-guide/media/
Dremote-controller.rst14 pulse/space sequences and then to scan codes, returning such codes to
27 switch the protocol and to test the reception of scan codes;
62 linux input layer (via event device). It also supports receiving IR codes

12345678910>>...14