Home
last modified time | relevance | path

Searched refs:application (Results 1 – 25 of 1410) sorted by relevance

12345678910>>...57

/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/
H A Djson.txt1application","Exec":"fltest_qt_audiorecorder","ProgramType":"gui","Description_Link":-1,"Lock":-1,…
H A Dgenerate.php113 $application["main_menu"]["apps"][] = $top;
115 $application[$category]["apps"][] = $top;
130 foreach ($application as $key => $value) {
131 usort($application[$key]["apps"], "cmp");
136 fwrite($ourFileHandle,json_encode($application));
/OK3568_Linux_fs/kernel/net/bluetooth/cmtp/
H A Dcapi.c187 struct cmtp_application *application; in cmtp_recv_interopmsg() local
205 application = cmtp_application_get(session, CMTP_MSGNUM, msgnum); in cmtp_recv_interopmsg()
206 if (application) { in cmtp_recv_interopmsg()
207 application->state = BT_CONNECTED; in cmtp_recv_interopmsg()
208 application->msgnum = 0; in cmtp_recv_interopmsg()
209 application->mapping = CAPIMSG_APPID(skb->data); in cmtp_recv_interopmsg()
218 application = cmtp_application_get(session, CMTP_MAPPING, appl); in cmtp_recv_interopmsg()
219 if (application) { in cmtp_recv_interopmsg()
220 application->state = BT_CLOSED; in cmtp_recv_interopmsg()
221 application->msgnum = 0; in cmtp_recv_interopmsg()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-connectivity/geary/geary/
H A D0002-Fix-accessibility-issues-with-initializer-of-constan.patch9 src/client/application/application-client.vala | 14 +++++++-------
12 diff --git a/src/client/application/application-client.vala b/src/client/application/application-cl…
14 --- a/src/client/application/application-client.vala
15 +++ b/src/client/application/application-client.vala
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dwacom_wac.h171 ((f)->application == HID_DG_PEN) || \
172 ((f)->application == HID_DG_DIGITIZER) || \
173 ((f)->application == WACOM_HID_WD_PEN) || \
174 ((f)->application == WACOM_HID_WD_DIGITIZER) || \
175 ((f)->application == WACOM_HID_G9_PEN) || \
176 ((f)->application == WACOM_HID_G11_PEN))
179 ((f)->application == HID_DG_TOUCHSCREEN) || \
180 ((f)->application == WACOM_HID_G9_TOUCHSCREEN) || \
181 ((f)->application == WACOM_HID_G11_TOUCHSCREEN) || \
182 ((f)->application == WACOM_HID_WT_TOUCHPAD) || \
[all …]
H A Dhid-multitouch.c107 unsigned int application; member
154 struct mt_application *application; member
229 static int cypress_compute_slot(struct mt_application *application, in cypress_compute_slot() argument
232 if (*slot->contactid != 0 || application->num_received == 0) in cypress_compute_slot()
389 struct mt_application *application; in mt_set_quirks() local
398 list_for_each_entry(application, &td->applications, list) { in mt_set_quirks()
399 application->quirks = val; in mt_set_quirks()
400 if (!application->have_contact_count) in mt_set_quirks()
401 application->quirks &= ~MT_QUIRK_CONTACT_CNT_ACCURATE; in mt_set_quirks()
498 struct mt_application *application) in mt_allocate_usage() argument
[all …]
H A Dhid-plantronics.c37 #define PLT_ALLOW_CONSUMER (field->application == HID_CP_CONSUMERCONTROL && \
61 if (field->application == HID_GD_JOYSTICK) in plantronics_input_mapping()
86 else if (!((field->application ^ plt_type) & HID_USAGE_PAGE)) { in plantronics_input_mapping()
110 usage->hid, field->application); in plantronics_input_mapping()
116 usage->hid, field->application, mapped_key); in plantronics_input_mapping()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dmain.cpp39 BrowserApplication application(argc, argv); in main() local
40 if (!application.isTheOnlyBrowser() || !application.isCorrectlyInitialized()) in main()
42 application.newMainWindow(); in main()
43 return application.exec(); in main()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-subdev-enum-mbus-code.rst63 - Number of the format in the enumeration, set by the application.
93 - The driver allows the application to try to change the default colorspace
94 encoding. The application can ask to configure the colorspace of the
100 - The driver allows the application to try to change the default transform function.
101 The application can ask to configure the transform function of
107 - The driver allows the application to try to change the default Y'CbCr
108 encoding. The application can ask to configure the Y'CbCr encoding of the
114 - The driver allows the application to try to change the default HSV
115 encoding. The application can ask to configure the HSV encoding of the
121 - The driver allows the application to try to change the default
[all …]
H A Dpixfmt-v4l2.rst47 - The pixel format or type of compression, set by the application.
69 the value requested by the application, returning ``width`` times
111 by the driver for capture streams and by the application for
112 output streams, see :ref:`colorspaces`. If the application sets the
113 flag ``V4L2_PIX_FMT_FLAG_SET_CSC`` then the application can set
148 - Flags set by the application or driver, see :ref:`format-flags`.
155 the driver for capture streams and by the application for output
156 streams, see :ref:`colorspaces`. If the application sets the
157 flag ``V4L2_PIX_FMT_FLAG_SET_CSC`` then the application can set
169 the driver for capture streams and by the application for output
[all …]
H A Dvidioc-enum-fmt.rst85 - Number of the format in the enumeration, set by the application.
89 - Type of the data stream, set by the application. Only these types
129 application. Only applicable to drivers that advertise the
193 - The driver allows the application to try to change the default
195 The application can ask to configure the colorspace of the capture device
200 - The driver allows the application to try to change the default
202 The application can ask to configure the transfer function of the capture
207 - The driver allows the application to try to change the default
209 The application can ask to configure the Y'CbCr encoding of the capture device
214 - The driver allows the application to try to change the default
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A Dnginx.conf24 default_type application/octet-stream;
42 …gzip_types text/plain text/css application/json application/javascript text/xml application/xml ap…
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.efi32 as an application or just as a means of getting U-Boot onto a new platform.
59 U-Boot supports running as an EFI application for 32-bit EFI only. This is
75 To build U-Boot as an EFI application (32-bit EFI required), enable CONFIG_EFI
92 u-boot-app.efi - U-Boot EFI application
93 u-boot-payload.efi - U-Boot EFI payload application
108 run the application. 'bios.bin' is the EFI 'BIOS'. Check [2] to obtain a
116 (or fs0:u-boot-app.efi for the application)
119 that EFI does not support booting a 64-bit application from a 32-bit
129 The application and payload approaches sound similar but are in fact
134 For the application the whole of U-Boot is built as a shared library. The
[all …]
H A DREADME.standalone21 2. The pointer to the jump table is passed to the application in a
29 The application can access the 'global_data' structure in the same
36 3. The application should call the app_startup() function before any
38 application may want to check the version of the ABI provided by
41 typical application startup may look like this:
62 For example, the "hello world" application may be loaded and
80 this is also the name that the standalone application will used.
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-platform-chipidea-usb-otg7 the application running on the A-device wants to use the bus,
8 and to be 0 when the application no longer wants to use
15 Reading: returns 1 if the application running on the A-device
24 application running on the A-device wants to power down
39 that the application running on the B-device wants to use the
40 bus as host, and is 0 when the application no longer wants to
45 Reading: returns if the application running on the B device
H A Dsysfs-driver-w1_therm13 Users: any user space application which wants to communicate with
29 Users: any user space application which wants to communicate with
43 Users: any user space application which wants to communicate with
65 Users: any user space application which wants to communicate with
86 Users: any user space application which wants to communicate with
107 Users: any user space application which wants to communicate with
135 Users: any user space application which wants to communicate with
163 Users: An application using the w1_term device
190 Users: An application using the w1_term device
/OK3568_Linux_fs/kernel/Documentation/arm/
H A Dmarvel.rst262 Dove family (application processor)
269 http://www.marvell.com/application-processors/armada-500/assets/Marvell_Armada510_SoC.pdf
272 http://www.marvell.com/application-processors/armada-500/assets/Armada-510-Hardware-Spec.pdf
275 http://www.marvell.com/application-processors/armada-500/assets/Armada-510-Functional-Spec.pdf
278 http://www.marvell.com/application-processors/armada-500/
295 …- Product Brief : http://www.marvell.com/application-processors/pxa-family/assets/pxa_27x_…
296 …- Design guide : http://www.marvell.com/application-processors/pxa-family/assets/pxa_27x_…
297 …- Developers manual : http://www.marvell.com/application-processors/pxa-family/assets/pxa_27x_…
298 …- Specification : http://www.marvell.com/application-processors/pxa-family/assets/pxa_27x_…
299 …- Specification update : http://www.marvell.com/application-processors/pxa-family/assets/pxa_27x_…
[all …]
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/
H A Dgenerate.php113 $application["main_menu"]["apps"][] = $top;
115 $application[$category]["apps"][] = $top;
130 foreach ($application as $key => $value) {
131 usort($application[$key]["apps"], "cmp");
136 fwrite($ourFileHandle,json_encode($application));
/OK3568_Linux_fs/buildroot/package/libkcapi/
H A DConfig.in12 bool "build enc application"
15 bool "build hasher application"
18 comment "hasher application needs a toolchain w/ dynamic library"
22 bool "build rng read application"
/OK3568_Linux_fs/buildroot/docs/website/
H A D.htaccess17 ExpiresByType application/x-shockwave-flash "access plus 2592000 seconds"
20 ExpiresByType application/javascript "access plus 216000 seconds"
21 ExpiresByType application/x-javascript "access plus 216000 seconds"
23 ExpiresByType application/xhtml+xml "access plus 600 seconds"
58 mod_gzip_item_include mime ^application/x-javascript.*
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dkcm.rst8 interface over TCP for generic application protocols. With KCM an application
9 can efficiently send and receive application protocol messages over TCP using
73 Messages are sent over a TCP stream with some application protocol message
75 of a received message can be deduced from the application protocol header
93 using the socket. When the application gets the error notification for a
195 if an application thread knows that it will be doing a lot of
223 KCM accelerates application layer protocols. Specifically, it allows
228 application layer messages a unit of work in the kernel for the purposes of
238 parallelized). In an application, a KCM socket can be opened for each
255 On transmit, there are three ways an application can batch (pipeline)
[all …]
/OK3568_Linux_fs/kernel/Documentation/misc-devices/
H A Dibmvmc.rst38 In the management partition, a management application exists which enables
43 The management application runs on a Linux logical partition on a
47 application using a combination of HMC to hypervisor interfaces and
51 application component are passed to the hypervisor over a VMC interface,
68 for communicating between the management application and the hypervisor. It
107 This section provides an example for the management application
122 which will be used for management application session initialization.
146 connection can be established. The application layer performs an open() to
177 During normal runtime, the management application and the hypervisor
179 sending data to the hypervisor, the management application performs a
[all …]
/OK3568_Linux_fs/buildroot/package/qt5/qt5webchannel/
H A DConfig.in5 Qt is a cross-platform application and UI framework for
9 a server (QML/C++ application) and a client
10 (HTML/JavaScript or QML application).
/OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/Resources/English.lproj/
H A DLocalizable.strings11application has requested X11 to change the resolution of your display. X11 will restore the disp…
47 "The application X11 could not be opened." = "The application X11 could not be opened.";
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/satelliteinfo/doc/src/
H A Dsatelliteinfo.qdoc51 The application operates in three different modes:
59 \li The application continuously queries the system for satellite updates. When new data
63 \li The application stops updating the satellite information.
66 \li The application makes a single update request with a timeout of 10s. The display
70 If the platform does not provide satellite information the application automatically

12345678910>>...57