Home
last modified time | relevance | path

Searched full:application (Results 1 – 25 of 3089) sorted by relevance

12345678910>>...124

/kernel/linux/linux-5.10/net/bluetooth/cmtp/
Dcapi.c77 BT_DBG("session %p application %p appl %d", 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 …]
/kernel/linux/linux-6.6/net/bluetooth/cmtp/
Dcapi.c77 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 …]
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
Dpxa3xx-regs.h40 #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 …]
/kernel/linux/linux-5.10/Documentation/arm/
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/
292 - Application processor only
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_…
[all …]
/kernel/linux/linux-6.6/net/netlabel/
Dnetlabel_unlabeled.h25 * 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 …]
Dnetlabel_mgmt.h26 * 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 …]
/kernel/linux/linux-5.10/net/netlabel/
Dnetlabel_mgmt.h26 * 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 …]
Dnetlabel_unlabeled.h25 * 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 …]
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/
Dpxa3xx-regs.h40 #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 …]
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
Dvidioc-subdev-enum-mbus-code.rst34 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 …]
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 …]
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
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 …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
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 …]
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 …]
/kernel/linux/linux-6.6/drivers/iio/accel/
Dmma9551_core.c33 /* 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 …]
/kernel/linux/linux-5.10/drivers/iio/accel/
Dmma9551_core.c33 /* 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 …]
/kernel/linux/linux-6.6/Documentation/arch/arm/
Dmarvell.rst308 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 …]
/kernel/linux/linux-5.10/drivers/hid/
Dwacom_wac.h172 ((f)->application == HID_DG_PEN) || \
173 ((f)->application == HID_DG_DIGITIZER) || \
174 ((f)->application == WACOM_HID_WD_PEN) || \
175 ((f)->application == WACOM_HID_WD_DIGITIZER) || \
176 ((f)->application == WACOM_HID_G9_PEN) || \
177 ((f)->application == WACOM_HID_G11_PEN))
180 ((f)->application == HID_DG_TOUCHSCREEN) || \
181 ((f)->application == WACOM_HID_G9_TOUCHSCREEN) || \
182 ((f)->application == WACOM_HID_G11_TOUCHSCREEN) || \
183 ((f)->application == WACOM_HID_WT_TOUCHPAD) || \
[all …]
/kernel/linux/linux-6.6/drivers/hid/
Dwacom_wac.h173 ((f)->application == HID_DG_PEN) || \
174 ((f)->application == HID_DG_DIGITIZER) || \
175 ((f)->application == WACOM_HID_WD_PEN) || \
176 ((f)->application == WACOM_HID_WD_DIGITIZER) || \
177 ((f)->application == WACOM_HID_G9_PEN) || \
178 ((f)->application == WACOM_HID_G11_PEN))
181 ((f)->application == HID_DG_TOUCHSCREEN) || \
182 ((f)->application == WACOM_HID_G9_TOUCHSCREEN) || \
183 ((f)->application == WACOM_HID_G11_TOUCHSCREEN) || \
184 ((f)->application == WACOM_HID_WT_TOUCHPAD) || \
[all …]
/kernel/linux/linux-5.10/net/ipv4/netfilter/
Dnf_nat_snmp_basic.asn122 application-wide
60 [APPLICATION 0]
64 [APPLICATION 1]
68 [APPLICATION 2]
74 [APPLICATION 3]
78 [APPLICATION 4]
82 [APPLICATION 6]
/kernel/linux/linux-6.6/net/ipv4/netfilter/
Dnf_nat_snmp_basic.asn122 application-wide
60 [APPLICATION 0]
64 [APPLICATION 1]
68 [APPLICATION 2]
74 [APPLICATION 3]
78 [APPLICATION 4]
82 [APPLICATION 6]
/kernel/linux/linux-6.6/drivers/usb/host/
Docteon-hcd.h110 * 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 …]
/kernel/linux/linux-5.10/drivers/staging/octeon-usb/
Docteon-hcd.h110 * 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 …]
/kernel/linux/linux-6.6/Documentation/ABI/testing/
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
/kernel/linux/linux-5.10/Documentation/ABI/testing/
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

12345678910>>...124