/linux/net/bluetooth/cmtp/ |
H A D | capi.c | 77 BT_DBG("session %p application %p appl %u", session, app, appl); in cmtp_application_add() 92 BT_DBG("session %p application %p", session, app); in cmtp_application_del() 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() [all …]
|
/linux/arch/arm/mach-pxa/ |
H A D | pxa3xx-regs.h | 40 #define ASCR __REG(0x40f40000) /* Application Subsystem Power Status/Configuration */ 41 #define ARSR __REG(0x40f40004) /* Application Subsystem Reset Status */ 42 #define AD3ER __REG(0x40f40008) /* Application Subsystem Wake-Up from D3 Enable */ 43 #define AD3SR __REG(0x40f4000c) /* Application Subsystem Wake-Up from D3 Status */ 44 #define AD2D0ER __REG(0x40f40010) /* Application Subsystem Wake-Up from D2 to D0 Enable */ 45 #define AD2D0SR __REG(0x40f40014) /* Application Subsystem Wake-Up from D2 to D0 Status */ 46 #define AD2D1ER __REG(0x40f40018) /* Application Subsystem Wake-Up from D2 to D1 Enable */ 47 #define AD2D1SR __REG(0x40f4001c) /* Application Subsystem Wake-Up from D2 to D1 Status */ 48 #define AD1D0ER __REG(0x40f40020) /* Application Subsystem Wake-Up from D1 to D0 Enable */ 49 #define AD1D0SR __REG(0x40f40024) /* Application Subsystem Wake-Up from D1 to D0 Status */ [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 103 :param application: the application used to report the values 109 f"button {i} is not part of this {self.application}" 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 [all …]
|
H A D | base_device.py | 239 self: "EvdevDevice", application: str, matches: Dict[str, EvdevMatch] 244 if application in matches: 245 return matches[application].is_a_match(self.libevdev) 248 f"application '{application}' is unknown, please update/fix hid-tools" 281 application, argument 299 self.application = application 345 def match_evdev_rule(self, application, evdev): argument 378 def next_sync_events(self, application=None): argument 379 evdev = self.get_evdev(application) 392 def get_evdev(self, application=None): argument [all …]
|
H A D | test_ite_keyboard.py | 33 0xa1, 0x01, # Collection (Application) 5 44 0xa1, 0x01, # Collection (Application) 27 77 0xa1, 0x01, # Collection (Application) 94 89 0xa1, 0x01, # Collection (Application) 119 102 0xa1, 0x01, # Collection (Application) 144 114 0xa1, 0x01, # Collection (Application) 169 135 def event(self, keys, reportID=None, application=None): argument 136 application = application or "Keyboard" 137 return super().event(keys, reportID, application)
|
/linux/net/netlabel/ |
H A D | netlabel_unlabeled.h | 25 * This message is sent from an application to add a new static label for 44 * This message is sent from an application to remove an existing static 62 * This message can be sent either from an application or by the kernel in 63 * response to an application generated STATICLIST message. When sent by an 64 * application there is no payload and the NLM_F_DUMP flag should be set. 83 * This message is sent from an application to set the default static 101 * This message is sent from an application to remove the existing default 115 * This message can be sent either from an application or by the kernel in 116 * response to an application generated STATICLISTDEF message. When sent by 117 * an application there is no payload and the NLM_F_DUMP flag should be set. [all …]
|
H A D | netlabel_mgmt.h | 26 * Sent by an application to add a domain mapping to the NetLabel system. 53 * Sent by an application to remove a domain mapping from the NetLabel 61 * This message can be sent either from an application or by the kernel in 62 * response to an application generated LISTALL message. When sent by an 63 * application there is no payload and the NLM_F_DUMP flag should be set. 90 * Sent by an application to set the default domain mapping for the NetLabel 107 * Sent by an application to remove the default domain mapping from the 111 * This message can be sent either from an application or by the kernel in 112 * response to an application generated LISTDEF message. When sent by an 113 * application there may be an optional payload. [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 | 47 - 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 D | vidioc-enum-fmt.rst | 87 - 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 213 The application can ask to configure the Y'CbCr encoding of the capture device 218 - The driver allows the application to try to change the default [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.
|
/linux/drivers/iio/accel/ |
H A D | mma9551_core.c | 33 /* GPIO Application */ 37 /* Sleep/Wake application */ 43 /* AFE application */ 48 /* Reset/Suspend/Clear application */ 202 * @app_id: Application ID 203 * @reg: Application register 227 * @app_id: Application ID 228 * @reg: Application register 252 * @app_id: Application ID 253 * @reg: Application register [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… 338 - Application processor only 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-… [all …]
|
/linux/drivers/usb/host/ |
H A D | octeon-hcd.h | 110 * The application must program this register as part of the O2P USB core 142 * The application uses this bit to mask or unmask the interrupt 145 * * 1'b0: Mask the interrupt assertion to the application. 146 * * 1'b1: Unmask the interrupt assertion to the application. 195 * The application uses this bit to indicate the O2P USB core's 236 * application. When an interrupt bit is masked, the interrupt associated with 324 * This register interrupts the application for system-level events in the 329 * type R_SS_WC, the application must write 1'b1 into the bit. The FIFO status 368 * application must read the Host All Channels Interrupt (HAINT) 372 * cause of the interrupt. The application must clear the [all …]
|
/linux/drivers/hid/ |
H A D | wacom_wac.h | 174 ((f)->application == HID_DG_PEN) || \ 175 ((f)->application == HID_DG_DIGITIZER) || \ 176 ((f)->application == WACOM_HID_WD_PEN) || \ 177 ((f)->application == WACOM_HID_WD_DIGITIZER) || \ 178 ((f)->application == WACOM_HID_G9_PEN) || \ 179 ((f)->application == WACOM_HID_G11_PEN)) 182 ((f)->application == HID_DG_TOUCHSCREEN) || \ 183 ((f)->application == WACOM_HID_G9_TOUCHSCREEN) || \ 184 ((f)->application == WACOM_HID_G11_TOUCHSCREEN) || \ 185 ((f)->application == WACOM_HID_WT_TOUCHPAD) || \ [all …]
|
H A D | hid-multitouch.c | 109 unsigned int application; member 155 struct mt_application *application; member 234 static int cypress_compute_slot(struct mt_application *application, in cypress_compute_slot() argument 237 if (*slot->contactid != 0 || application->num_received == 0) in cypress_compute_slot() 424 struct mt_application *application; in mt_set_quirks() local 433 list_for_each_entry(application, &td->applications, list) { in mt_set_quirks() 434 application->quirks = val; in mt_set_quirks() 435 if (!application->have_contact_count) in mt_set_quirks() 436 application->quirks &= ~MT_QUIRK_CONTACT_CNT_ACCURATE; in mt_set_quirks() 533 struct mt_application *application) in mt_allocate_usage() argument [all …]
|
/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 46 /dev/wwan0mbim0 character device. Application shall use this interface for 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
|
H A D | t7xx.rst | 13 application (e.g. Modem Manager) could easily manage the MBIM interface to enable 22 application to detect port enumeration and enable MBIM & AT functionalities. 70 Management application development 82 /dev/wwan0mbim0 character device. Application shall use this interface for 87 The userspace application is responsible for all control message fragmentation 92 The MBIM control messages from the management application must not exceed the 97 The management application must accept control messages of up the negotiated 109 The userspace management application is responsible for creating new IP link 126 device. Application shall use this interface to issue AT commands. 135 /dev/wwan0fastboot0 character device. Application shall use this interface for
|
/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/misc-devices/ |
H A D | ibmvmc.rst | 35 Management Application 38 In the management partition, a management application exists which enables 41 State Transfer Application (REST API's). 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 [all …]
|
/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 …]
|
/linux/net/ipv4/netfilter/ |
H A D | nf_nat_snmp_basic.asn1 | 30 application-wide 68 [APPLICATION 0] 72 [APPLICATION 1] 76 [APPLICATION 2] 82 [APPLICATION 3] 86 [APPLICATION 4] 90 [APPLICATION 6]
|