Home
last modified time | relevance | path

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

12345678910>>...19

/linux-6.3-rc2/Documentation/userspace-api/media/rc/
A Dkeytable.c.rst33 void prtcode (int *codes)
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];
98 prtcode(codes);
155 // printf("\\t%04x=%04x\\n",codes[0], codes[1]);
162 prtcode(codes);
171 if (!ioctl(fd, EVIOCGKEYCODE, codes) && codes[1] != KEY_RESERVED)
[all …]
A 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
/linux-6.3-rc2/drivers/input/keyboard/
A Ddlink-dir685-touchkeys.c24 u16 codes[7]; member
83 tk->input->keycode = tk->codes; in dir685_tk_probe()
84 tk->codes[0] = KEY_UP; in dir685_tk_probe()
85 tk->codes[1] = KEY_DOWN; in dir685_tk_probe()
86 tk->codes[2] = KEY_LEFT; in dir685_tk_probe()
87 tk->codes[3] = KEY_RIGHT; in dir685_tk_probe()
88 tk->codes[4] = KEY_ENTER; in dir685_tk_probe()
89 tk->codes[5] = KEY_WPS_BUTTON; in dir685_tk_probe()
94 tk->codes[6] = KEY_RESERVED; in dir685_tk_probe()
97 for (i = 0; i < ARRAY_SIZE(tk->codes); i++) in dir685_tk_probe()
[all …]
A Dipaq-micro-keys.c26 u16 *codes; member
50 input_report_key(keys->input, keys->codes[key], down); in micro_key_receive()
105 keys->codes = devm_kmemdup(&pdev->dev, micro_keycodes, in micro_key_probe()
108 keys->input->keycode = keys->codes; in micro_key_probe()
/linux-6.3-rc2/drivers/staging/media/imx/
A Dimx-media-utils.c19 .codes = IMX_BUS_FMTS(
27 .codes = IMX_BUS_FMTS(
74 .codes = IMX_BUS_FMTS(
135 .codes = IMX_BUS_FMTS(
146 .codes = IMX_BUS_FMTS(
157 .codes = IMX_BUS_FMTS(
168 .codes = IMX_BUS_FMTS(
179 .codes = IMX_BUS_FMTS(
318 if (!fmt->codes) in imx_media_enum_pixel_formats()
326 if (!fmt->codes[j]) in imx_media_enum_pixel_formats()
[all …]
/linux-6.3-rc2/drivers/media/i2c/
A Dir-kbd-i2c.c406 u8 codes[61]; member
539 u8 codes[174]; in zilog_ir_format() local
570 codes[c++] = (p << 4) | s; in zilog_ir_format()
590 codes[c++] = (p << 4) | s; in zilog_ir_format()
602 if (!memcmp(&codes[c - rep * 3], &codes[c - rep * 2], rep) && in zilog_ir_format()
603 !cmp_no_trail(&codes[c - rep], &codes[c - rep * 2], rep)) { in zilog_ir_format()
619 copy_codes(code_block->codes, codes, leading); in zilog_ir_format()
621 copy_codes(code_block->codes + leading + 1, codes + leading, in zilog_ir_format()
624 code_block->codes[c++] = 0xc0; in zilog_ir_format()
632 code_block->codes[0] = 0x82; in zilog_ir_format()
[all …]
A Dimx219.c348 static const u32 codes[] = { variable
581 for (i = 0; i < ARRAY_SIZE(codes); i++) in imx219_get_format_code()
582 if (codes[i] == code) in imx219_get_format_code()
585 if (i >= ARRAY_SIZE(codes)) in imx219_get_format_code()
591 return codes[i]; in imx219_get_format_code()
734 if (code->index >= (ARRAY_SIZE(codes) / 4)) in imx219_enum_mbus_code()
738 code->code = imx219_get_format_code(imx219, codes[code->index * 4]); in imx219_enum_mbus_code()
834 for (i = 0; i < ARRAY_SIZE(codes); i++) in imx219_set_pad_format()
835 if (codes[i] == fmt->format.code) in imx219_set_pad_format()
837 if (i >= ARRAY_SIZE(codes)) in imx219_set_pad_format()
[all …]
/linux-6.3-rc2/drivers/media/platform/nxp/
A Dimx7-media-csi.c182 const u32 *codes; member
843 .codes = IMX_BUS_FMTS(
851 .codes = IMX_BUS_FMTS(
972 if (!fmt->codes) in imx7_csi_find_mbus_format()
975 for (j = 0; fmt->codes[j]; j++) { in imx7_csi_find_mbus_format()
976 if (code == fmt->codes[j]) in imx7_csi_find_mbus_format()
1001 if (!fmt->codes) in imx7_csi_enum_mbus_formats()
1004 for (j = 0; fmt->codes[j]; j++) { in imx7_csi_enum_mbus_formats()
1006 *code = fmt->codes[j]; in imx7_csi_enum_mbus_formats()
1083 if (!fmt->codes) in imx7_csi_video_enum_fmt_vid_cap()
[all …]
/linux-6.3-rc2/Documentation/input/
A Devent-codes.rst1 .. _input-event-codes:
4 Input event codes
32 Codes section for details on valid codes for each type.
86 Event codes
89 Event codes define the precise type of event.
130 A few EV_KEY codes have special meanings:
190 instead of EV_REL codes.
192 A few EV_REL codes have special meanings:
200 see REL_WHEEL_HI_RES. These event codes are legacy codes and
224 A few EV_ABS codes have special meanings:
[all …]
/linux-6.3-rc2/Documentation/driver-api/usb/
A 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
/linux-6.3-rc2/Documentation/i2c/
A Dfault-codes.rst6 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
/linux-6.3-rc2/Documentation/admin-guide/media/
A 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
/linux-6.3-rc2/lib/zlib_inflate/
A 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()
A Dinftrees.h57 unsigned codes, code **table,
/linux-6.3-rc2/Documentation/devicetree/bindings/input/
A Dqcom,pm8941-pwrkey.yaml42 Use the linux event codes defined in
43 include/dt-bindings/input/linux-event-codes.h
/linux-6.3-rc2/drivers/media/platform/renesas/vsp1/
A Dvsp1_entity.c246 const unsigned int *codes, unsigned int ncodes) in vsp1_subdev_enum_mbus_code() argument
254 code->code = codes[code->index]; in vsp1_subdev_enum_mbus_code()
361 const unsigned int *codes, unsigned int ncodes, in vsp1_subdev_set_pad_format() argument
393 if (fmt->format.code == codes[i]) in vsp1_subdev_set_pad_format()
397 format->code = i < ncodes ? codes[i] : codes[0]; in vsp1_subdev_set_pad_format()
A Dvsp1_entity.h181 const unsigned int *codes, unsigned int ncodes,
187 const unsigned int *codes, unsigned int ncodes);
A Dvsp1_rwpf.c34 static const unsigned int codes[] = { in vsp1_rwpf_enum_mbus_code() local
40 if (code->index >= ARRAY_SIZE(codes)) in vsp1_rwpf_enum_mbus_code()
43 code->code = codes[code->index]; in vsp1_rwpf_enum_mbus_code()
/linux-6.3-rc2/Documentation/devicetree/bindings/misc/
A Dxlnx,sd-fec.txt6 customer specified Quasi-cyclic (QC) codes. The Turbo decode functionality
7 principally covers codes used by LTE. The FEC Engine offers significant
25 - xlnx,sdfec-code : Should contain "ldpc" or "turbo" to describe the codes
/linux-6.3-rc2/Documentation/userspace-api/media/
A Dgen-errors.rst14 .. flat-table:: Generic error codes
90 #. This list is not exhaustive; ioctls may return other error codes.
95 #. Request-specific error codes are listed in the individual
/linux-6.3-rc2/Documentation/userspace-api/media/cec/
A Dcec-func-ioctl.rst56 appropriately. The generic error codes are described at the
59 Request-specific error codes are listed in the individual requests
/linux-6.3-rc2/Documentation/userspace-api/media/mediactl/
A Dmedia-func-ioctl.rst56 appropriately. The generic error codes are described at the
59 Request-specific error codes are listed in the individual requests
A Drequest-func-ioctl.rst56 appropriately. The generic error codes are described at the
59 Command-specific error codes are listed in the individual command
/linux-6.3-rc2/drivers/mtd/nand/
A DKconfig45 codes are more powerful and cpu intensive than traditional Hamming
46 ECC codes. They are used with NAND devices requiring more than 1 bit
/linux-6.3-rc2/tools/testing/selftests/tc-testing/creating-testcases/
A DAddingTestCases.txt49 more acceptable exit codes for this command.
70 more acceptable exit codes for this command.
87 It's possible to include acceptable exit codes with the setup/teardown command
90 acceptable exit codes for the command.

Completed in 43 milliseconds

12345678910>>...19