| /linux/net/bluetooth/cmtp/ |
| H A D | capi.c | 187 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 …]
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | base_gamepad.py | 59 def __init__(self, rdesc, application="Game Pad", name=None, input_info=None): argument 61 super().__init__(name, application, input_info=input_info, rdesc=rdesc) 71 if r.application_name == self.application: 88 application="Game Pad", argument 146 gamepad, reportID=reportID, application=application 199 def __init__(self, rdesc, application="Joystick", name=None, input_info=None): argument 200 super().__init__(rdesc, application, name, input_info) 210 application=None, argument 226 if application is None: 227 application = "Joystick" [all …]
|
| H A D | base_device.py | 248 self: "EvdevDevice", application: str, matches: Dict[str, EvdevMatch] 253 if application in matches: 254 return matches[application].is_a_match(self.libevdev) 290 application, argument 308 self.application = application 372 def match_evdev_rule(self, application, evdev): argument 405 def next_sync_events(self, application=None): argument 406 evdev = self.get_evdev(application) 419 def get_evdev(self, application=None): argument 420 if application is None: [all …]
|
| H A D | test_ite_keyboard.py | 136 def event(self, keys, reportID=None, application=None): argument 137 application = application or "Keyboard" 138 return super().event(keys, reportID, application)
|
| /linux/drivers/hid/ |
| H A D | hid-multitouch.c | 119 unsigned int application; member 165 struct mt_application *application; member 251 static int cypress_compute_slot(struct mt_application *application, in cypress_compute_slot() argument 254 if (*slot->contactid != 0 || application->num_received == 0) in cypress_compute_slot() 447 struct mt_application *application; in mt_set_quirks() local 456 list_for_each_entry(application, &td->applications, list) { in mt_set_quirks() 457 application->quirks = val; in mt_set_quirks() 458 if (!application->have_contact_count) in mt_set_quirks() 459 application->quirks &= ~MT_QUIRK_CONTACT_CNT_ACCURATE; in mt_set_quirks() 558 struct mt_application *application) in mt_allocate_usage() argument [all …]
|
| H A D | hid-input.c | 759 switch (field->application) { in hidinput_configure_usage() 876 if (field->application == HID_GD_SYSTEM_CONTROL) in hidinput_configure_usage() 894 if (field->application == HID_DG_PEN || in hidinput_configure_usage() 898 field->application == HID_DG_DIGITIZER) in hidinput_configure_usage() 931 if (field->application == HID_GD_WIRELESS_RADIO_CTLS) { in hidinput_configure_usage() 963 if ((field->application & 0xff) == 0x01) /* Digitizer */ in hidinput_configure_usage() 965 else if ((field->application & 0xff) == 0x02) /* Pen */ in hidinput_configure_usage() 995 switch (field->application) { in hidinput_configure_usage() 1438 if (field->application == HID_GD_GAMEPAD || field->application == HID_GD_JOYSTICK) in hidinput_configure_usage() 2024 unsigned int application) in hidinput_allocate() argument [all …]
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-subdev-enum-mbus-code.rst | 34 This call is used by the application to access the enumeration 74 application. 78 Filled in by the application. 115 - The driver allows the application to try to change the default colorspace 116 encoding. The application can ask to configure the colorspace of the 122 - The driver allows the application to try to change the default transform function. 123 The application can ask to configure the transform function of 129 - The driver allows the application to try to change the default Y'CbCr 130 encoding. The application can ask to configure the Y'CbCr encoding of the 136 - The driver allows the application to try to change the default HSV [all …]
|
| H A D | pixfmt-v4l2.rst | 48 - The pixel format or type of compression, set by the application. 70 the value requested by the application, returning ``width`` times 112 by the driver for capture streams and by the application for 113 output streams, see :ref:`colorspaces`. If the application sets the 114 flag ``V4L2_PIX_FMT_FLAG_SET_CSC`` then the application can set 149 - Flags set by the application or driver, see :ref:`format-flags`. 156 the driver for capture streams and by the application for output 157 streams, see :ref:`colorspaces`. If the application sets the 158 flag ``V4L2_PIX_FMT_FLAG_SET_CSC`` then the application can set 170 the driver for capture streams and by the application for output [all …]
|
| H A D | userp.rst | 19 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.
|
| H A D | vidioc-enum-framesizes.rst | 48 (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.
|
| H A D | vidioc-enum-frameintervals.rst | 47 (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.
|
| H A D | vidioc-g-fmt.rst | 43 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/ |
| H A D | sysfs-platform-chipidea-usb-otg | 7 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 D | sysfs-class-fc | 5 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
|
| H A D | sysfs-driver-w1_therm | 13 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/ |
| H A D | iosm.rst | 13 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/ |
| H A D | kcm.rst | 8 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 …]
|
| H A D | cdc_mbim.rst | 46 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 96 limits the maximum control message size. The management application is 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 [all …]
|
| H A D | tcp-thin.rst | 9 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/ |
| H A D | ibmvmc.rst | 38 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 …]
|
| /linux/Documentation/arch/arm/ |
| H A D | marvell.rst | 308 Dove family (application processor) 315 …https://web.archive.org/web/20111102020643/http://www.marvell.com/application-processors/armada-50… 318 …https://web.archive.org/web/20160428160231/http://www.marvell.com/application-processors/armada-50… 321 …https://web.archive.org/web/20120130172443/http://www.marvell.com/application-processors/armada-50… 324 …https://web.archive.org/web/20160822232651/http://www.marvell.com/application-processors/armada-50… 341 … : https://web.archive.org/web/20150927135510/http://www.marvell.com/application-processors/pxa-… 342 … : https://web.archive.org/web/20120111181937/http://www.marvell.com/application-processors/pxa-… 343 … : https://web.archive.org/web/20150927164805/http://www.marvell.com/application-processors/pxa-… 344 … : https://web.archive.org/web/20140211221535/http://www.marvell.com/application-processors/pxa-… 345 …e : https://web.archive.org/web/20120111104906/http://www.marvell.com/application-processors/pxa-… [all …]
|
| /linux/Documentation/iio/ |
| H A D | iio_tools.rst | 13 * lsiio: example application that provides a list of IIO devices and triggers 14 * iio_event_monitor: example application that reads events from an IIO device 16 * iio_generic_buffer: example application that reads data from buffer
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | net_prio.rst | 9 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/networking/devlink/ |
| H A D | sfc.rst | 44 - SmartNIC application co-processor (APU) first stage boot loader version. 47 - SmartNIC application co-processor (APU) co-operating system loader version. 50 - SmartNIC application co-processor (APU) main operating system version. 53 - SmartNIC application co-processor (APU) recovery operating system version.
|
| /linux/Documentation/driver-api/tty/ |
| H A D | moxa-smartio.rst | 156 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.
|