Home
last modified time | relevance | path

Searched +full:input +full:- +full:type (Results 1 – 25 of 1231) sorted by relevance

12345678910>>...50

/OK3568_Linux_fs/external/xserver/config/
H A Dx11-input.fdi1 <?xml version="1.0" encoding="UTF-8"?>
5 <!-- The way this works:
7 Match against some input device (see the HAL specification for more
11 starting X with the -logverbose 7 flag may yield useful information.
15 Key "input.x11_driver" (string)
20 Key "input.x11_options.<option name>" (string)
24 "input.x11_options.Mode".
26 Do not specify "input.x11_options.Device" since "input.device"
33 "input.xkb.rules"
34 "input.xkb.model"
[all …]
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dgpio_keys.c1 // SPDX-License-Identifier: GPL-2.0-only
22 #include <linux/input.h>
30 #include <dt-bindings/input/gpio-keys.h>
34 struct input_dev *input; member
40 unsigned int release_delay; /* in msecs, for IRQ-only buttons */
43 unsigned int software_debounce; /* in msecs, for GPIO-driven buttons */
55 struct input_dev *input; member
64 * There are 4 attributes under /sys/devices/platform/gpio-keys/
65 * keys [ro] - bitmap of keys (EV_KEY) which can be
67 * switches [ro] - bitmap of switches (EV_SW) which can be
[all …]
H A Dgpio_keys_polled.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright (C) 2007-2010 Gabor Juhos <juhosg@openwrt.org>
8 * This file was based on: /drivers/input/misc/cobalt_btns.c
11 * also was based on: /drivers/input/keyboard/gpio_keys.c
18 #include <linux/input.h>
26 #define DRV_NAME "gpio-keys-polled"
36 struct input_dev *input; member
44 static void gpio_keys_button_event(struct input_dev *input, in gpio_keys_button_event() argument
48 struct gpio_keys_polled_dev *bdev = input_get_drvdata(input); in gpio_keys_button_event()
49 unsigned int type = button->type ?: EV_KEY; in gpio_keys_button_event() local
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/
H A Dfind_format.hpp1 // Boost string_algo library find_format.hpp header file ---------------------------//
3 // Copyright Pavol Droba 2002-2003.
28 part(s) of the input. The part to be replaced is looked up using a Finder object.
35 // generic replace -----------------------------------------------------------------//
40 this substring and replace it in the input.
41 The result is a modified copy of the input. It is returned as a sequence
45 \param Input An input sequence
49 a modified copy of the input
51 \note The second variant of this function provides the strong exception-safety guarantee
60 const RangeT& Input, in find_format_copy() argument
[all …]
H A Dpredicate.hpp1 // Boost string_algo library predicate.hpp header file ---------------------------//
3 // Copyright Pavol Droba 2002-2003.
27 Defines string-related predicates.
28 The predicates determine whether a substring is contained in the input string
40 // starts_with predicate -----------------------------------------------//
44 This predicate holds when the test string is a prefix of the Input.
45 In other words, if the input starts with the test.
46 When the optional predicate is specified, it is used for character-wise
49 \param Input An input sequence
54 \note This function provides the strong exception-safety guarantee
[all …]
H A Dfind.hpp1 // Boost string_algo library find.hpp header file ---------------------------//
3 // Copyright Pavol Droba 2002-2003.
28 for a substring of the input. The result is given as an \c iterator_range
35 // Generic find -----------------------------------------------//
39 Search the input using the given finder.
41 \param Input A string which will be searched.
47 the input parameter.
51 BOOST_STRING_TYPENAME range_iterator<RangeT>::type>
53 RangeT& Input, in find() argument
56 …tor_range<BOOST_STRING_TYPENAME range_iterator<RangeT>::type> lit_input(::boost::as_literal(Input)… in find()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/
H A Divtv-routing.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 Audio/video-routing-related ivtv functions.
4 Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com>
5 Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.nl>
9 #include "ivtv-driver.h"
10 #include "ivtv-i2c.h"
11 #include "ivtv-cards.h"
12 #include "ivtv-gpio.h"
13 #include "ivtv-routing.h"
15 #include <media/drv-intf/msp3400.h>
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/templates/
H A Djs-unit-tests.html7 <link rel="stylesheet" href="{% static 'css/qunit-1.18.0.css' %}" />
9 <script src="{% static 'js/qunit-1.18.0.js' %}"></script>
34 <input type="text" id="layers" placeholder="layers" ></input>
35 <input type="text" id="recipes" placeholder="recipes"></input>
36 <input type="text" id="projects" placeholder="projects"></input>
37 <input type="text" id="machines" placeholder="machines"></input>
39 <!-- import layer dependency input typeahead -->
40 <input type="text" id="layer-dependency" style="display:none"></input>
41 <!-- project page input typeaheads -->
42 <input type="text" id="layer-add-input" style="display:none"></input>
[all …]
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dclassmate-laptop.c1 // SPDX-License-Identifier: GPL-2.0-or-later
13 #include <linux/input.h>
37 * Generic input device code.
50 return -ENOMEM; in cmpc_add_acpi_notify_device()
51 inputdev->name = name; in cmpc_add_acpi_notify_device()
52 inputdev->dev.parent = &acpi->dev; in cmpc_add_acpi_notify_device()
59 dev_set_drvdata(&acpi->dev, inputdev); in cmpc_add_acpi_notify_device()
65 struct input_dev *inputdev = dev_get_drvdata(&acpi->dev); in cmpc_remove_acpi_notify_device()
76 struct acpi_object_list input; in cmpc_start_accel_v4() local
79 param[0].type = ACPI_TYPE_INTEGER; in cmpc_start_accel_v4()
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions1 # SPDX-License-Identifier: GPL-2.0
14 # Those symbols should not be used by uAPI - don't document them
20 replace symbol V4L2_FIELD_ALTERNATE :c:type:`v4l2_field`
21 replace symbol V4L2_FIELD_ANY :c:type:`v4l2_field`
22 replace symbol V4L2_FIELD_BOTTOM :c:type:`v4l2_field`
23 replace symbol V4L2_FIELD_INTERLACED :c:type:`v4l2_field`
24 replace symbol V4L2_FIELD_INTERLACED_BT :c:type:`v4l2_field`
25 replace symbol V4L2_FIELD_INTERLACED_TB :c:type:`v4l2_field`
26 replace symbol V4L2_FIELD_NONE :c:type:`v4l2_field`
27 replace symbol V4L2_FIELD_SEQ_BT :c:type:`v4l2_field`
[all …]
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dwacom_wac.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * drivers/input/tablet/wacom_wac.c
5 * USB Wacom tablet support - Wacom specific code
13 #include <linux/input/mt.h>
29 * 2^14/pi is a good approximation on Intuos5 and 3rd-gen Bamboo
60 bool changed = battery->bat_status != bat_status || in __wacom_notify_battery()
61 battery->battery_capacity != bat_capacity || in __wacom_notify_battery()
62 battery->bat_charging != bat_charging || in __wacom_notify_battery()
63 battery->bat_connected != bat_connected || in __wacom_notify_battery()
64 battery->ps_connected != ps_connected; in __wacom_notify_battery()
[all …]
/OK3568_Linux_fs/external/rknpu2/runtime/RK3588/Android/librknn_api/include/
H A Drknn_api.h3 * Copyright (c) 2017 - 2022 by Rockchip Corp. All rights reserved.
37 the previous frame which can increase the frame rate on single-threaded mode, but at the cost of
39 in multi-threaded mode you do not need to turn this mode on. */
66 #define RKNN_ERR_FAIL -1 /* execute failed. */
67 #define RKNN_ERR_TIMEOUT -2 /* execute timeout. */
68 #define RKNN_ERR_DEVICE_UNAVAILABLE -3 /* device is unavailable. */
69 #define RKNN_ERR_MALLOC_FAIL -4 /* memory malloc fail. */
70 #define RKNN_ERR_PARAM_INVALID -5 /* parameter is invalid. */
71 #define RKNN_ERR_MODEL_INVALID -6 /* model is invalid. */
72 #define RKNN_ERR_CTX_INVALID -7 /* context is invalid. */
[all …]
/OK3568_Linux_fs/external/rknpu2/runtime/RK356X/Linux/librknn_api/include/
H A Drknn_api.h3 * Copyright (c) 2017 - 2022 by Rockchip Corp. All rights reserved.
37 the previous frame which can increase the frame rate on single-threaded mode, but at the cost of
39 in multi-threaded mode you do not need to turn this mode on. */
66 #define RKNN_ERR_FAIL -1 /* execute failed. */
67 #define RKNN_ERR_TIMEOUT -2 /* execute timeout. */
68 #define RKNN_ERR_DEVICE_UNAVAILABLE -3 /* device is unavailable. */
69 #define RKNN_ERR_MALLOC_FAIL -4 /* memory malloc fail. */
70 #define RKNN_ERR_PARAM_INVALID -5 /* parameter is invalid. */
71 #define RKNN_ERR_MODEL_INVALID -6 /* model is invalid. */
72 #define RKNN_ERR_CTX_INVALID -7 /* context is invalid. */
[all …]
/OK3568_Linux_fs/external/rknpu2/runtime/RK3588/Linux/librknn_api/include/
H A Drknn_api.h3 * Copyright (c) 2017 - 2022 by Rockchip Corp. All rights reserved.
37 the previous frame which can increase the frame rate on single-threaded mode, but at the cost of
39 in multi-threaded mode you do not need to turn this mode on. */
66 #define RKNN_ERR_FAIL -1 /* execute failed. */
67 #define RKNN_ERR_TIMEOUT -2 /* execute timeout. */
68 #define RKNN_ERR_DEVICE_UNAVAILABLE -3 /* device is unavailable. */
69 #define RKNN_ERR_MALLOC_FAIL -4 /* memory malloc fail. */
70 #define RKNN_ERR_PARAM_INVALID -5 /* parameter is invalid. */
71 #define RKNN_ERR_MODEL_INVALID -6 /* model is invalid. */
72 #define RKNN_ERR_CTX_INVALID -7 /* context is invalid. */
[all …]
/OK3568_Linux_fs/external/rknpu2/runtime/RK356X/Android/librknn_api/include/
H A Drknn_api.h3 * Copyright (c) 2017 - 2022 by Rockchip Corp. All rights reserved.
37 the previous frame which can increase the frame rate on single-threaded mode, but at the cost of
39 in multi-threaded mode you do not need to turn this mode on. */
66 #define RKNN_ERR_FAIL -1 /* execute failed. */
67 #define RKNN_ERR_TIMEOUT -2 /* execute timeout. */
68 #define RKNN_ERR_DEVICE_UNAVAILABLE -3 /* device is unavailable. */
69 #define RKNN_ERR_MALLOC_FAIL -4 /* memory malloc fail. */
70 #define RKNN_ERR_PARAM_INVALID -5 /* parameter is invalid. */
71 #define RKNN_ERR_MODEL_INVALID -6 /* model is invalid. */
72 #define RKNN_ERR_CTX_INVALID -7 /* context is invalid. */
[all …]
/OK3568_Linux_fs/external/rknpu2/runtime/RV1106/Linux/librknn_api/include/
H A Drknn_api.h3 * Copyright (c) 2017 - 2022 by Rockchip Corp. All rights reserved.
37 the previous frame which can increase the frame rate on single-threaded mode, but at the cost of
39 in multi-threaded mode you do not need to turn this mode on. */
66 #define RKNN_ERR_FAIL -1 /* execute failed. */
67 #define RKNN_ERR_TIMEOUT -2 /* execute timeout. */
68 #define RKNN_ERR_DEVICE_UNAVAILABLE -3 /* device is unavailable. */
69 #define RKNN_ERR_MALLOC_FAIL -4 /* memory malloc fail. */
70 #define RKNN_ERR_PARAM_INVALID -5 /* parameter is invalid. */
71 #define RKNN_ERR_MODEL_INVALID -6 /* model is invalid. */
72 #define RKNN_ERR_CTX_INVALID -7 /* context is invalid. */
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/
H A Drknn_api.h3 * Copyright (c) 2017 - 2022 by Rockchip Corp. All rights reserved.
37 the previous frame which can increase the frame rate on single-threaded mode, but at the cost of
39 in multi-threaded mode you do not need to turn this mode on. */
66 #define RKNN_ERR_FAIL -1 /* execute failed. */
67 #define RKNN_ERR_TIMEOUT -2 /* execute timeout. */
68 #define RKNN_ERR_DEVICE_UNAVAILABLE -3 /* device is unavailable. */
69 #define RKNN_ERR_MALLOC_FAIL -4 /* memory malloc fail. */
70 #define RKNN_ERR_PARAM_INVALID -5 /* parameter is invalid. */
71 #define RKNN_ERR_MODEL_INVALID -6 /* model is invalid. */
72 #define RKNN_ERR_CTX_INVALID -7 /* context is invalid. */
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/cx88/
H A Dcx88-cards.c1 // SPDX-License-Identifier: GPL-2.0-or-later
4 * card-specific stuff.
19 static unsigned int tuner[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET };
20 static unsigned int radio[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET };
21 static unsigned int card[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET };
27 MODULE_PARM_DESC(tuner, "tuner type");
28 MODULE_PARM_DESC(radio, "radio tuner type");
29 MODULE_PARM_DESC(card, "card type");
45 /* ------------------------------------------------------------------ */
58 .input = { {
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/man/man1/
H A Daarch64-none-linux-gnu-elfedit.118 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
73 .\" Fear. Run. Save yourself. No user-serviceable parts.
83 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
99 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
100 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/man/man1/
H A Darm-none-linux-gnueabihf-elfedit.118 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
73 .\" Fear. Run. Save yourself. No user-serviceable parts.
83 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
99 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
100 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-enuminput.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
13 VIDIOC_ENUMINPUT - Enumerate video inputs
29 Pointer to struct :c:type:`v4l2_input`.
34 To query the attributes of a video input applications initialize the
35 ``index`` field of struct :c:type:`v4l2_input` and call the
43 .. c:type:: v4l2_input
45 .. flat-table:: struct v4l2_input
46 :header-rows: 0
47 :stub-columns: 0
50 * - __u32
[all …]
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_mta.c3 * Parade TrueTouch(TM) Standard Product V5 Multi-Touch Protocol A Module.
13 * Copyright (C) 2012-2015 Cypress Semiconductor
31 static void cyttsp5_final_sync(struct input_dev *input, int max_slots, in cyttsp5_final_sync() argument
35 input_sync(input); in cyttsp5_final_sync()
38 static void cyttsp5_input_sync(struct input_dev *input) in cyttsp5_input_sync() argument
40 input_mt_sync(input); in cyttsp5_input_sync()
43 static void cyttsp5_input_report(struct input_dev *input, int sig, in cyttsp5_input_report() argument
44 int t, int type) in cyttsp5_input_report() argument
46 if (type == CY_OBJ_STANDARD_FINGER || type == CY_OBJ_GLOVE in cyttsp5_input_report()
47 || type == CY_OBJ_HOVER) { in cyttsp5_input_report()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Dpanorama_stitchingApp.h44 RK_PS_STATUS_EOF = -1, /**< error of function inside */
76 * @brief Specify the input images format
80 INPUT_FORMAT_TYPE_GRAY = 0, /**< input gray images */
81 INPUT_FORMAT_TYPE_RGB = 1, /**< input rgb images */
82 INPUT_FORMAT_TYPE_YUVNV12 = 2, /**< input yuv_nv12 images */
87 * @brief Specify the save mesh and alpha data type
99 * @brief Specify the camera type
103 RK_PS_CAMERA_TYPE_PINHOLE, /**< camera pinhole type */
104 RK_PS_CAMERA_TYPE_OMNI, /**< camera omnidirectional type */
105 RK_PS_CAMERA_TYPE_FISH, /**< camera fisheye type */
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dpincfg-node.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/pincfg-node.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Linus Walleij <linus.walleij@linaro.org>
21 bias-disable:
22 type: boolean
25 bias-high-impedance:
26 type: boolean
27 description: high impedance mode ("third-state", "floating")
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/
H A Drknn_api.h3 * Copyright (c) 2017 - 2022 by Rockchip Corp. All rights reserved.
37 the previous frame which can increase the frame rate on single-threaded mode, but at the cost of
39 in multi-threaded mode you do not need to turn this mode on. */
63 #define RKNN_ERR_FAIL -1 /* execute failed. */
64 #define RKNN_ERR_TIMEOUT -2 /* execute timeout. */
65 #define RKNN_ERR_DEVICE_UNAVAILABLE -3 /* device is unavailable. */
66 #define RKNN_ERR_MALLOC_FAIL -4 /* memory malloc fail. */
67 #define RKNN_ERR_PARAM_INVALID -5 /* parameter is invalid. */
68 #define RKNN_ERR_MODEL_INVALID -6 /* model is invalid. */
69 #define RKNN_ERR_CTX_INVALID -7 /* context is invalid. */
[all …]

12345678910>>...50