Home
last modified time | relevance | path

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

12345678910>>...25

/linux/net/bluetooth/cmtp/
A Dcapi.c206 if (application) { in cmtp_recv_interopmsg()
208 application->msgnum = 0; in cmtp_recv_interopmsg()
219 if (application) { in cmtp_recv_interopmsg()
221 application->msgnum = 0; in cmtp_recv_interopmsg()
343 if (application) { in cmtp_recv_capimsg()
344 appl = application->appl; in cmtp_recv_capimsg()
392 if (!application) { in cmtp_register_appl()
425 err = -application->err; in cmtp_register_appl()
456 if (!application) { in cmtp_release_appl()
463 cmtp_send_interopmsg(session, CAPI_REQ, application->mapping, application->msgnum, in cmtp_release_appl()
[all …]
/linux/drivers/hid/
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) || \
182 ((f)->application == WACOM_HID_WT_TOUCHPAD) || \
183 ((f)->application == HID_DG_TOUCHPAD))
187 ((f)->application == HID_DG_PEN) || \
[all …]
A Dhid-multitouch.c108 unsigned int application; member
418 application->quirks = val; in mt_set_quirks()
547 unsigned int application = report->application; in mt_allocate_application() local
555 mt_application->application = application; in mt_allocate_application()
582 unsigned int application = report->application; in mt_find_application() local
586 if (application == tmp->application) { in mt_find_application()
615 if (!rdata->application) { in mt_allocate_report_data()
1323 application = rdata->application; in mt_input_mapping()
1369 application); in mt_input_mapping()
1588 switch (hi->application) { in mt_input_configured()
[all …]
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()
A Dhid-input.c635 switch (field->application) { in hidinput_configure_usage()
722 if (field->application == HID_GD_SYSTEM_CONTROL) in hidinput_configure_usage()
1241 if (field->application == HID_GD_GAMEPAD || field->application == HID_GD_JOYSTICK) in hidinput_configure_usage()
1724 unsigned int application) in hidinput_allocate() argument
1736 switch (application) { in hidinput_allocate()
1801 hidinput->application = application; in hidinput_allocate()
1897 if (hidinput->application == report->application) in hidinput_match_application()
1906 hidinput->application == HID_GD_KEYBOARD) { in hidinput_match_application()
1936 unsigned int application; in hidinput_connect() local
1969 application = report->application; in hidinput_connect()
[all …]
/linux/Documentation/userspace-api/media/v4l/
A Dvidioc-subdev-enum-mbus-code.rst63 - Number of the format in the enumeration, set by the application.
97 - The driver allows the application to try to change the default colorspace
98 encoding. The application can ask to configure the colorspace of the
104 - The driver allows the application to try to change the default transform function.
105 The application can ask to configure the transform function of
111 - The driver allows the application to try to change the default Y'CbCr
112 encoding. The application can ask to configure the Y'CbCr encoding of the
118 - The driver allows the application to try to change the default HSV
119 encoding. The application can ask to configure the HSV encoding of the
125 - The driver allows the application to try to change the default
[all …]
A Dpixfmt-v4l2.rst69 the value requested by the application, returning ``width`` times
111 by the driver for capture streams and by the application for
113 flag ``V4L2_PIX_FMT_FLAG_SET_CSC`` then the application can set
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
171 ``V4L2_PIX_FMT_FLAG_SET_CSC`` then the application can set this
185 the driver for capture streams and by the application for output
187 ``V4L2_PIX_FMT_FLAG_SET_CSC`` then the application can set
[all …]
A Dvidioc-enum-fmt.rst87 - Number of the format in the enumeration, set by the application.
91 - Type of the data stream, set by the application. Only these types
131 application. Only applicable to drivers that advertise the
197 - The driver allows the application to try to change the default
199 The application can ask to configure the colorspace of the capture device
204 - The driver allows the application to try to change the default
206 The application can ask to configure the transfer function of the capture
211 - The driver allows the application to try to change the default
218 - The driver allows the application to try to change the default
225 - The driver allows the application to try to change the default
[all …]
A Duserp.rst19 methods. Buffers (planes) are allocated by the application itself, and
55 area of memory. This happens transparently to the application in the
69 the application's free list and subsequently reused for other purposes,
74 application waits until a filled buffer can be dequeued, and re-enqueues
77 started. In the write loop, when the application runs out of free
79 Two methods exist to suspend execution of the application until one or
97 application needs to synchronize with another event it should examine
117 because an application may share them with other processes.
A Dvidioc-enum-framesizes.rst48 (zero-based) is valid. The application should increase the index by
67 When the application calls the function with index zero, it must check
79 without any interaction from the application itself. This means that the
80 enumeration data is consistent if the application does not perform any
87 the application, *OUT* denotes values that the driver fills in. The
88 application should zero out all members except for the *IN* fields.
A Dvidioc-enum-frameintervals.rst47 (zero-based) is valid. The application should increase the index by
66 When the application calls the function with index zero, it must check
79 without any interaction from the application itself. This means that the
80 enumeration data is consistent if the application does not perform any
97 the application, *OUT* denotes values that the driver fills in. The
98 application should zero out all members except for the *IN* fields.
A Dvidioc-g-fmt.rst43 format) exchanged between driver and application.
49 ``V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE``. When the application calls the
63 application. When the application calls the :ref:`VIDIOC_S_FMT <VIDIOC_G_FMT>` ioctl with
68 parameters acceptable for both the application and driver. On success
74 application must implement the :ref:`VIDIOC_G_FMT <VIDIOC_G_FMT>` and :ref:`VIDIOC_S_FMT <VIDIOC_G_…
/linux/Documentation/ABI/testing/
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
A Dsysfs-class-fc5 This interface allows an admin to set an FC application
8 an application or logical entity such as a virtual
9 machine or container group. The application or logical
13 entities can utilize the application id and FC traffic
25 If an admin wants to remove an FC application identifier
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
/linux/Documentation/networking/device_drivers/wwan/
A Diosm.rst13 MBIM protocol [1]. Any front end application ( eg: Modem Manager) could easily
21 application to detect port enumeration and enable MBIM functionality.
23 Examples of few such userspace application are:
34 Management application development
51 The userspace application is responsible for all control message fragmentation
56 The MBIM control messages from the management application must not exceed the
61 The management application must accept control messages of up the negotiated
74 The userspace management application is responsible for creating new IP link
/linux/Documentation/networking/
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
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
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)
272 An application should include a thread to monitor errors raised on
276 on the socket thus waking up the application thread. When the application
[all …]
A Dcdc_mbim.rst46 userspace MBIM management application always is required to enable a
55 management application:
62 Management application development
79 application. It is therefore up to this application to ensure that it
101 The userspace application can access the CDC MBIM functional
110 The userspace application is responsible for all control message
116 The MBIM control messages from the management application *must not*
122 The management application *must* accept control messages of up the
183 The userspace management application is responsible for adding new
210 assumption is that a userspace application initiating a DSS session
[all …]
A Dtcp-thin.rst9 that the application sends data with such a low rate that the
15 dependency on the arrival of new data from the application to trigger
25 In order to reduce application-layer latency when packets are lost,
40 they must be specifically activated by the application using the
/linux/Documentation/misc-devices/
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.
177 During normal runtime, the management application and the hypervisor
179 sending data to the hypervisor, the management application performs a
188 and passes the data up to the appropriate management application via a
[all …]
/linux/Documentation/arm/
A Dmarvell.rst304 Dove family (application processor)
311 …https://web.archive.org/web/20111102020643/http://www.marvell.com/application-processors/armada-50…
314 …https://web.archive.org/web/20160428160231/http://www.marvell.com/application-processors/armada-50…
317 …https://web.archive.org/web/20120130172443/http://www.marvell.com/application-processors/armada-50…
320 …https://web.archive.org/web/20160822232651/http://www.marvell.com/application-processors/armada-50…
337 … : https://web.archive.org/web/20150927135510/http://www.marvell.com/application-processors/pxa-…
340 … : https://web.archive.org/web/20140211221535/http://www.marvell.com/application-processors/pxa-…
350 … : https://web.archive.org/web/20130727144559/http://www.marvell.com/application-processors/pxa-…
383 … : https://web.archive.org/web/20110926014256/http://www.marvell.com/application-processors/arma…
384 … : https://web.archive.org/web/20111102030100/http://www.marvell.com/application-processors/arma…
[all …]
/linux/Documentation/admin-guide/cgroup-v1/
A Dnet_prio.rst9 Nominally, an application would set the priority of its traffic via the
12 1) The application may not have been coded to set this value
13 2) The priority of application traffic is often a site-specific administrative
14 decision rather than an application defined one.
52 One usage for the net_prio cgroup is with mqprio qdisc allowing application
/linux/Documentation/driver-api/serial/
A Dmoxa-smartio.rst156 application, for example, sending AT command to a modem connected to the
172 spd_hi Use 57.6kb when the application requests 38.4kb.
173 spd_vhi Use 115.2kb when the application requests 38.4kb.
174 spd_shi Use 230.4kb when the application requests 38.4kb.
175 spd_warp Use 460.8kb when the application requests 38.4kb.
176 spd_normal Use 38.4kb when the application requests 38.4kb.
178 application requests 38.4kb.
/linux/Documentation/core-api/
A Dprotection-keys.rst18 when an application changes protection domains. It works by
44 pkey_alloc(). An application calls the WRPKRU instruction
54 ... application runs here
56 Now, if the application needs to update the data at 'ptr', it can
93 or when the kernel does the access on the application's behalf like
/linux/Documentation/admin-guide/
A Dsysfs-rules.rst35 application's behavior, but never try to search for sysfs. Never try
60 is a bug in the application
82 bug in the application
89 like the "device"-link, is a bug in the application
130 the application.
137 a bug in the application.
147 a device in ``/sys/devices/`` is a bug in the application.
148 Accessing ``/sys/class/net/eth0/device`` is a bug in the application.
158 the application.
170 access the chain of parents is a bug in the application.

Completed in 43 milliseconds

12345678910>>...25