Home
last modified time | relevance | path

Searched refs:userspace (Results 1 – 25 of 137) sorted by relevance

123456

/drivers/dma-buf/
DKconfig10 userspace. It enables send/receive 'struct dma_fence' objects to/from
11 userspace via Sync File fds for synchronization between drivers via
12 userspace components. It has been ported from Android.
16 is attached to the buffer and is transferred via userspace, using Sync
31 drivers from userspace. Intended for test and debug only.
34 bool "userspace dmabuf misc driver"
39 A driver to let userspace turn memfd regions into dma-bufs.
49 problem where userspace is able to pin unrestricted amounts of memory
74 allows userspace to allocate dma-bufs that can be shared
/drivers/s390/crypto/
Dzcrypt_api.h76 long (*send_cprb)(bool userspace, struct zcrypt_queue *, struct ica_xcRB *,
78 long (*send_ep11_cprb)(bool userspace, struct zcrypt_queue *, struct ep11_urb *,
163 static inline unsigned long z_copy_from_user(bool userspace, in z_copy_from_user() argument
168 if (likely(userspace)) in z_copy_from_user()
174 static inline unsigned long z_copy_to_user(bool userspace, in z_copy_to_user() argument
179 if (likely(userspace)) in z_copy_to_user()
Dzcrypt_msgtype6.c334 static int xcrb_msg_to_type6cprb_msgx(bool userspace, struct ap_message *ap_msg, in xcrb_msg_to_type6cprb_msgx() argument
409 if (z_copy_from_user(userspace, msg->userdata, in xcrb_msg_to_type6cprb_msgx()
447 z_copy_from_user(userspace, req_data, xcrb->request_data_address, in xcrb_msg_to_type6cprb_msgx()
454 static int xcrb_msg_to_type6_ep11cprb_msgx(bool userspace, struct ap_message *ap_msg, in xcrb_msg_to_type6_ep11cprb_msgx() argument
507 if (z_copy_from_user(userspace, msg->userdata, in xcrb_msg_to_type6_ep11cprb_msgx()
623 static int convert_type86_xcrb(bool userspace, struct zcrypt_queue *zq, in convert_type86_xcrb() argument
637 if (z_copy_to_user(userspace, xcrb->reply_control_blk_addr, in convert_type86_xcrb()
650 if (z_copy_to_user(userspace, xcrb->reply_data_addr, in convert_type86_xcrb()
668 static int convert_type86_ep11_xcrb(bool userspace, struct zcrypt_queue *zq, in convert_type86_ep11_xcrb() argument
683 if (z_copy_to_user(userspace, (char __force __user *)xcrb->resp, in convert_type86_ep11_xcrb()
[all …]
Dzcrypt_msgtype6.h97 int prep_cca_ap_msg(bool userspace, struct ica_xcRB *xcrb,
100 int prep_ep11_ap_msg(bool userspace, struct ep11_urb *xcrb,
/drivers/connector/
DKconfig4 tristate "Connector - unified userspace <-> kernelspace linker"
7 This is unified userspace <-> kernelspace connector working on top
16 bool "Report process events to userspace"
20 Provide a connector that reports process events to userspace. Send
/drivers/uio/
DKconfig6 Enable this to allow the userspace driver core code to be
7 built. This code allows userspace programs easy access to
9 to be written in userspace. Note that a small kernel driver
21 driver requires a userspace component called cif that handles
34 This kernel driver requires that the matching userspace driver
80 Automata GmbH. The userspace part of this driver will be
102 This driver requires a userspace component that comes with the card
123 together with the userspace netX stack from Hilscher.
151 A sample userspace application using this driver is available
165 to network and storage devices from userspace.
[all …]
/drivers/infiniband/
DKconfig19 tristate "InfiniBand userspace MAD support"
23 is the kernel side of the userspace MAD support, which allows
24 userspace processes to send and receive MADs. You will also
29 tristate "InfiniBand userspace access (verbs and CM)"
33 kernel side of userspace verbs and the userspace
34 communication manager (CM). This allows userspace processes
/drivers/vfio/
DKconfig3 tristate "VFIO Non-Privileged userspace driver framework"
11 VFIO provides a framework for secure userspace device drivers.
22 The VFIO device cdev is another way for userspace to get device
35 devices through VFIO and is used by the majority of userspace
68 Only with an IOMMU can userspace access to DMA capable devices be
/drivers/w1/
DKconfig21 This allows to communicate with userspace using connector. For more
23 There are three types of messages between w1 core and userspace:
27 3. Replies to userspace commands.
/drivers/sh/intc/
DKconfig14 This enables support for hardware-assisted userspace hardirq
19 userspace. This is primarily for use by userspace device
/drivers/base/firmware_loader/
DKconfig95 loading to the kernel through userspace as a fallback mechanism
107 available and userspace is informed about this through uevents.
110 If the custom fallback mechanism is used userspace must always
118 relies on or uses a fallback mechanism in userspace. If you need to
124 old userspace may exist which relies upon it, and as such this
128 require a fallback mechanism and have a userspace mechanism ready to
146 during provisioning which is only accessible to userspace, and then
160 facility in userspace.
166 Enabling this option forces a sysfs userspace fallback mechanism
226 userspace. For example, FPGA based PCIe cards load firmware and FPGA
/drivers/gpu/drm/i915/
DKconfig.profile20 to ensure that we are always signaled and our userspace is able to
28 int "Runtime autosuspend delay for userspace GGTT mmaps (ms)"
32 userspace GGTT mmaps and force userspace to take a pagefault on
124 int "Scheduling quantum for userspace batches (ms, jiffy granularity)"
132 interact with each other via userspace semaphores. Each context
/drivers/platform/chrome/wilco_ec/
DKconfig25 tristate "Enable event forwarding from EC to userspace"
29 (such as power state changes) to userspace. The EC sends the events
31 userspace daemon from /dev/wilco_event using read() and poll().
/drivers/gpu/drm/panfrost/
DTODO9 - Support userspace controlled GPU virtual addresses. Needed for Vulkan. (Tomeu)
12 userspace.
/drivers/net/wwan/
DKconfig44 control protocols/ports to userspace, including AT, MBIM, QMI, DIAG
45 and FIREHOSE. These protocols can be accessed directly from userspace
71 userspace with control ports available through the WWAN subsystem
82 different modem protocols/ports to userspace, including AT and QMI.
83 These protocols can be accessed directly from userspace
/drivers/gpu/drm/nouveau/
DKbuild10 #- code also used by various userspace tools/tests
15 #- code also used by various userspace tools/tests
30 nouveau-y += nouveau_usif.o # userspace <-> nvif
/drivers/bus/fsl-mc/
DKconfig19 bool "Management Complex (MC) userspace support"
22 Provides userspace support for interrogating, creating, destroying or
/drivers/media/rc/keymaps/
DKconfig11 tables on userspace, you should disable it.
15 userspace. Its available at
/drivers/staging/media/imx/
DTODO9 removed, userspace should use the subdev-based userspace API instead.
/drivers/md/
DMakefile18 dm-log-userspace-y += dm-log-userspace-base.o dm-log-userspace-transfer.o
73 obj-$(CONFIG_DM_LOG_USERSPACE) += dm-log-userspace.o
/drivers/platform/x86/intel/int1092/
DKconfig6 providing information to userspace application that will inform the Intel
9 to SAR driver. The front end application in userspace will interact with SAR
/drivers/cpufreq/
DKconfig13 (see below) after boot, or use a userspace tool.
71 bool "userspace"
74 Use the CPUFreq governor 'userspace' as default. This allows
75 you to set the CPU frequency manually or when a userspace
77 to enable the userspace governor manually.
140 tristate "'userspace' governor for userspace frequency scaling"
143 CPU frequency manually or when a userspace program shall
/drivers/staging/vc04_services/interface/
DTODO8 This driver is what the vcdbg userspace program uses to set up its
34 kthreads, userspace, limitations) could be very helpful for reviewers.
59 is never disclosed to userspace.
/drivers/staging/fieldbus/anybuss/
DKconfig33 so userspace can interact with it via the fieldbus_dev userspace
/drivers/staging/vc04_services/
DKconfig35 by userspace libraries and testing tools to interact with VideoCore, via
38 userspace but only by other kernel modules (like bcm2835-audio). If not

123456