Home
last modified time | relevance | path

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

12345678910>>...29

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/rc/
H A 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 …]
H 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
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Ddlink-dir685-touchkeys.c24 u16 codes[7]; member
30 const int num_bits = min_t(int, ARRAY_SIZE(tk->codes), 16); in dir685_tk_irq_thread()
52 input_report_key(tk->input, tk->codes[i], test_bit(i, &key)); in dir685_tk_irq_thread()
83 tk->input->keycodemax = ARRAY_SIZE(tk->codes); in dir685_tk_probe()
84 tk->input->keycode = tk->codes; in dir685_tk_probe()
85 tk->codes[0] = KEY_UP; in dir685_tk_probe()
86 tk->codes[1] = KEY_DOWN; in dir685_tk_probe()
87 tk->codes[2] = KEY_LEFT; in dir685_tk_probe()
88 tk->codes[3] = KEY_RIGHT; in dir685_tk_probe()
89 tk->codes[4] = KEY_ENTER; in dir685_tk_probe()
[all …]
H 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()
/OK3568_Linux_fs/kernel/drivers/staging/media/imx/
H A Dimx-media-utils.c19 .codes = IMX_BUS_FMTS(
27 .codes = IMX_BUS_FMTS(
60 .codes = IMX_BUS_FMTS(MEDIA_BUS_FMT_AYUV8_1X32),
68 .codes = IMX_BUS_FMTS(MEDIA_BUS_FMT_RGB565_2X8_LE),
74 .codes = IMX_BUS_FMTS(
86 .codes = IMX_BUS_FMTS(MEDIA_BUS_FMT_ARGB8888_1X32),
91 .codes = IMX_BUS_FMTS(MEDIA_BUS_FMT_ARGB8888_1X32),
111 .codes = IMX_BUS_FMTS(MEDIA_BUS_FMT_SBGGR8_1X8),
117 .codes = IMX_BUS_FMTS(MEDIA_BUS_FMT_SGBRG8_1X8),
123 .codes = IMX_BUS_FMTS(MEDIA_BUS_FMT_SGRBG8_1X8),
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/iso-codes/
H A Diso-codes_4.13.0.bb1 SUMMARY = "ISO language, territory, currency, script codes and their translations"
5 HOMEPAGE = "https://salsa.debian.org/iso-codes-team/iso-codes"
6 BUGTRACKER = "https://salsa.debian.org/iso-codes-team/iso-codes/issues"
11 SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=https;branch=main;"
/OK3568_Linux_fs/u-boot/fs/jffs2/
H A Dmini_inflate.c39 stream->codes.bits = 8; in init_stream()
40 stream->codes.num_symbols = 19; in init_stream()
41 stream->codes.lengths = stream->code_lengths; in init_stream()
42 stream->codes.symbols = stream->code_symbols; in init_stream()
43 stream->codes.count = stream->code_count; in init_stream()
44 stream->codes.first = stream->code_first; in init_stream()
45 stream->codes.pos = stream->code_pos; in init_stream()
226 struct huffman_set *codes = &(stream->codes); in decompress_dynamic() local
237 init_code_tables(codes); in decompress_dynamic()
245 codes->lengths[huffman_order[i]] = length; in decompress_dynamic()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A Dlircd.conf24 begin codes
66 end codes
88 begin codes
137 end codes
156 begin codes
205 end codes
238 begin codes
313 end codes
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dir-kbd-i2c.c369 u8 codes[61]; member
502 u8 codes[174]; in zilog_ir_format() local
510 if (c >= ARRAY_SIZE(codes) - 1) { in zilog_ir_format()
533 codes[c++] = (p << 4) | s; in zilog_ir_format()
553 codes[c++] = (p << 4) | s; in zilog_ir_format()
565 if (!memcmp(&codes[c - rep * 3], &codes[c - rep * 2], rep) && in zilog_ir_format()
566 !cmp_no_trail(&codes[c - rep], &codes[c - rep * 2], rep)) { in zilog_ir_format()
576 if (leading >= ARRAY_SIZE(code_block->codes) - 3 - rep) { in zilog_ir_format()
582 copy_codes(code_block->codes, codes, leading); in zilog_ir_format()
583 code_block->codes[leading] = 0x82; in zilog_ir_format()
[all …]
H A Dimx219.c430 static const u32 codes[] = { variable
655 for (i = 0; i < ARRAY_SIZE(codes); i++) in imx219_get_format_code()
656 if (codes[i] == code) in imx219_get_format_code()
659 if (i >= ARRAY_SIZE(codes)) in imx219_get_format_code()
665 return codes[i]; in imx219_get_format_code()
808 if (code->index >= (ARRAY_SIZE(codes) / 4)) in imx219_enum_mbus_code()
811 code->code = imx219_get_format_code(imx219, codes[code->index * 4]); in imx219_enum_mbus_code()
901 for (i = 0; i < ARRAY_SIZE(codes); i++) in imx219_set_pad_format()
902 if (codes[i] == fmt->format.code) in imx219_set_pad_format()
904 if (i >= ARRAY_SIZE(codes)) in imx219_set_pad_format()
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dhcom.c310 static void makecodes(int e, int c, int s, int b, dictent newdict[511], long codes[256], long codes… in makecodes()
314 codes[newdict[e].dict_rightson] = c; in makecodes()
317 makecodes(newdict[e].dict_leftson, c, s + 1, b << 1, newdict, codes, codesize); in makecodes()
318 makecodes(newdict[e].dict_rightson, c + b, s + 1, b << 1, newdict, codes, codesize); in makecodes()
322 static void putcode(sox_format_t * ft, long codes[256], long codesize[256], unsigned c, unsigned ch… in putcode()
328 code = codes[c]; in putcode()
353 long codes[256], codesize[256]; in compress() local
360 memset(codes, 0, sizeof(codes)); in compress()
411 makecodes(0, 0, 0, 1, newdict, codes, codesize); in compress()
430 putcode(ft, codes, codesize, *(*df)++, &ddf); in compress()
[all …]
/OK3568_Linux_fs/kernel/Documentation/input/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H 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`
77 Error codes returned by ``in urb->status`` or in ``iso_frame_desc[n].status`` (for ISO)
94 may report more status codes.
177 Error codes like ``-EPROTO``, ``-EILSEQ`` and ``-EOVERFLOW`` normally
183 This is also one of several codes that different kinds of host
190 Error codes returned by usbcore-functions
193 .. note:: expect also other submit and transfer status codes
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0115-io-gzio-Add-init_dynamic_block-clean-up-if-unpacking.patch4 Subject: [PATCH] io/gzio: Add init_dynamic_block() clean up if unpacking codes
28 grub_error (GRUB_ERR_BAD_COMPRESSED_DATA, "too many codes found");
37 grub_error (GRUB_ERR_BAD_COMPRESSED_DATA, "too many codes found");
46 grub_error (GRUB_ERR_BAD_COMPRESSED_DATA, "too many codes found");
/OK3568_Linux_fs/kernel/Documentation/i2c/
H 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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0001-Fix-build-with-musl.patch13 __delete_old_previous_sample_data return codes and FTW_STOP,
14 FTW_CONTINUE for such return codes. Musl supports only POSIX ftw, so
19 by standard return codes {1,0} (more precisely standard defines
/OK3568_Linux_fs/buildroot/package/libcorrect/
H A DConfig.in6 convolutional codes and Reed-Solomon codes. It is part
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H 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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-support/ibus/
H A Dibus-native.bb8 iso-codes \
13 # for allarch iso-codes
/OK3568_Linux_fs/kernel/drivers/media/platform/vsp1/
H A Dvsp1_entity.c244 const unsigned int *codes, unsigned int ncodes) in vsp1_subdev_enum_mbus_code() argument
252 code->code = codes[code->index]; in vsp1_subdev_enum_mbus_code()
358 const unsigned int *codes, unsigned int ncodes, in vsp1_subdev_set_pad_format() argument
390 if (fmt->format.code == codes[i]) in vsp1_subdev_set_pad_format()
394 format->code = i < ncodes ? codes[i] : codes[0]; in vsp1_subdev_set_pad_format()
/OK3568_Linux_fs/kernel/lib/zlib_inflate/
H 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()
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Dinftrees.c32 int inflate_table(codetype type, unsigned short FAR *lens, unsigned codes, in inflate_table() argument
105 for (sym = 0; sym < codes; sym++) in inflate_table()
142 for (sym = 0; sym < codes; sym++) in inflate_table()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-connectivity/libnma/
H A Dlibnma_1.8.38.bb17 PACKAGECONFIG[iso_codes] = "-Diso_codes=true,-Diso_codes=false,iso-codes,iso-codes"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/libxklavier/
H A Dlibxklavier_5.4.bb5 DEPENDS = "xkbcomp gtk+ iso-codes libxi libxml2"
11 RDEPENDS:${PN} += "iso-codes xkbcomp"
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H 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

12345678910>>...29