Home
last modified time | relevance | path

Searched refs:services (Results 1 – 25 of 179) sorted by relevance

12345678

/linux-6.12.1/drivers/soc/qcom/
Dqcom_pd_mapper.c28 const char * services[]; member
46 struct list_head services; member
57 list_for_each_entry(service, &data->services, list) { in qcom_pdm_find()
87 list_add_tail(&service->list, &data->services); in qcom_pdm_add_service_domain()
120 for (i = 0; domain->services[i]; i++) { in qcom_pdm_add_domain()
122 domain->services[i], in qcom_pdm_add_domain()
138 list_for_each_entry_safe(service, tservice, &data->services, list) { in qcom_pdm_free_domains()
257 .services = {
266 .services = { NULL },
272 .services = { NULL },
[all …]
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/
Dadf_cfg_services.c27 char services[ADF_CFG_MAX_VAL_LEN_IN_BYTES] = {0}; in adf_get_service_enabled() local
31 ADF_SERVICES_ENABLED, services); in adf_get_service_enabled()
39 services); in adf_get_service_enabled()
43 services); in adf_get_service_enabled()
Dadf_sysfs.c93 char services[ADF_CFG_MAX_VAL_LEN_IN_BYTES] = {0}; in cfg_services_show() local
102 ADF_SERVICES_ENABLED, services); in cfg_services_show()
106 return sysfs_emit(buf, "%s\n", services); in cfg_services_show()
110 const char *services) in adf_sysfs_update_dev_config() argument
113 ADF_SERVICES_ENABLED, services, in adf_sysfs_update_dev_config()
Dadf_gen4_config.c216 char services[ADF_CFG_MAX_VAL_LEN_IN_BYTES] = {0}; in adf_gen4_dev_config() local
228 ADF_SERVICES_ENABLED, services); in adf_gen4_dev_config()
232 ret = sysfs_match_string(adf_cfg_services, services); in adf_gen4_dev_config()
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dvidioc-g-sliced-vbi-cap.rst34 To find out which data services are supported by a sliced VBI capture or
57 - :cspan:`2` A set of all data services supported by the driver.
63 services the hardware can look for or insert into a particular
64 scan line. Data services are defined in :ref:`vbi-services`.
95 output per frame, or the number of services it can identify on a
127 .. _vbi-services:
129 .. flat-table:: Sliced VBI services
168 - :cspan:`2` Set of services applicable to 525 line systems.
171 - :cspan:`2` Set of services applicable to 625 line systems.
Ddev-sliced-vbi.rst56 To find out which data services are supported by the hardware
63 services it can identify on a given line are limited. For example on PAL
67 To determine the currently selected services applications set the
82 all services may be supported by the hardware on all lines (this is
84 other services can only be inserted in one specific line). In many
86 to the required services and let the driver fill the ``service_lines``
127 array will be filled by the driver according to the services
137 services than requested, perhaps just one, if the hardware cannot
138 handle more services simultaneously. It may be empty (zero) if
139 none of the requested services are supported by the hardware.
[all …]
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-driver-qat24 Write to the file to change the configured services.
29 services
31 * dc: the device is configured for running compression services
35 services
37 services
39 crypto services and compression services
42 services and compression services
49 a device configured for running crypto services in order to
117 * dc: the ring pair is configured for running compression services
119 services
[all …]
Dsysfs-firmware-efi-runtime-map4 Description: Switching efi runtime services to virtual mode requires
8 The efi runtime services can only be switched to virtual
/linux-6.12.1/Documentation/tee/
Dts-tee.rst7 This driver provides access to secure services implemented by Trusted Services.
10 for developing and deploying device Root of Trust services in FF-A [2] S-EL0
21 protocol. A TS SP can host one or more services (e.g. PSA Crypto, PSA ITS, etc).
33 services. Opening a service corresponds to opening a session in the given
59 [1] https://www.trustedfirmware.org/projects/trusted-services/
67 [5] https://trusted-services.readthedocs.io/en/v1.0.0/developer/service-access-protocols.html#abi
69 [6] https://git.trustedfirmware.org/TS/trusted-services.git/tree/components/rpc/ts_rpc/caller/linux…
71 [7] https://git.trustedfirmware.org/TS/trusted-services.git/tree/deployments/libts/arm-linux/CMakeL…
/linux-6.12.1/Documentation/virt/kvm/arm/
Dfw-pseudo-registers.rst7 KVM handles the hypercall services as requested by the guests. New hypercall
8 services are regularly made available by the ARM specification or by KVM (as
9 vendor services) if they make sense from a virtualization point of view.
27 specification in order to provide services such as CPU on/off, reset
82 hypercall services in the form of a feature-bitmap to the userspace. This
83 bitmap is translated to the services that are available to the guest.
89 hypercall services via GET_ONE_REG. The user-space can write-back the
106 The bit represents the services offered under v1.0 of ARM True Random
/linux-6.12.1/Documentation/arch/x86/x86_64/
Duefi.rst28 If EFI runtime services are expected, the following configuration should
44 - If some or all EFI runtime services don't work, you can try following
46 services.
49 turn off all EFI runtime services
/linux-6.12.1/Documentation/scsi/
Dbfa.rst41 http://www.brocade.com/services-support/drivers-downloads/adapters/Linux.page
58 http://www.brocade.com/services-support/drivers-downloads/adapters/Linux.page
76 http://www.brocade.com/services-support/drivers-downloads/adapters/Linux.page
92 http://www.brocade.com/services-support/index.page
/linux-6.12.1/drivers/pci/pcie/
Dportdrv.c221 int services = 0; in get_port_device_capability() local
227 services |= PCIE_PORT_SERVICE_HP; in get_port_device_capability()
242 services |= PCIE_PORT_SERVICE_AER; in get_port_device_capability()
249 services |= PCIE_PORT_SERVICE_PME; in get_port_device_capability()
265 (pcie_ports_dpc_native || (services & PCIE_PORT_SERVICE_AER))) in get_port_device_capability()
266 services |= PCIE_PORT_SERVICE_DPC; in get_port_device_capability()
274 services |= PCIE_PORT_SERVICE_BWNOTIF; in get_port_device_capability()
277 return services; in get_port_device_capability()
/linux-6.12.1/Documentation/admin-guide/device-mapper/
Ddm-io.rst5 Dm-io provides synchronous and asynchronous I/O services. There are three
6 types of I/O services available, and each type has a sync and an async
58 Callers of the asynchronous I/O services must include the name of a completion
68 Before using any of the dm-io services, the user should call dm_io_get()
73 When the user is finished using the dm-io services, they should call
/linux-6.12.1/drivers/misc/mei/hdcp/
DKconfig5 tristate "Intel HDCP2.2 services of ME Interface"
11 Enables the ME FW services required for HDCP2.2 support through
/linux-6.12.1/drivers/misc/mei/pxp/
DKconfig5 tristate "Intel PXP services of ME Interface"
11 Enables the ME FW services required for PXP support through
/linux-6.12.1/drivers/misc/mei/gsc_proxy/
DKconfig5 tristate "Intel GSC Proxy services of ME Interface"
12 Intel graphics card and services on CSE (MEI) firmware
/linux-6.12.1/drivers/staging/vc04_services/
DKconfig8 Support for Broadcom VideoCore services including
25 API, which is in turn used by several multimedia services on the
28 Defaults to Y when the Broadcom Videocore services are included
/linux-6.12.1/Documentation/misc-devices/
Dmrvl_cn10k_dpi.rst14 DPI PF function is an administrative function which services the mailbox
18 mrvl_cn10k_dpi.ko misc driver loads on DPI PF device and services the
50 how applications use mailbox and ioctl services from DPI PF kernel driver.
/linux-6.12.1/drivers/media/test-drivers/vidtv/
Dvidtv_channel.c420 struct vidtv_psi_table_sdt_service *services = NULL; in vidtv_channel_si_init() local
435 services = vidtv_channel_sdt_serv_cat_into_new(m); in vidtv_channel_si_init()
436 if (!services) in vidtv_channel_si_init()
444 service_list = vidtv_channel_build_service_list(services); in vidtv_channel_si_init()
466 vidtv_psi_sdt_service_assign(m->si.sdt, services); in vidtv_channel_si_init()
493 vidtv_psi_sdt_service_destroy(services); in vidtv_channel_si_init()
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/amd/
Dpds_vdpa.rst18 services. It depends on the ``pds_core`` driver and hardware for the PF
19 and VF PCI handling as well as for device configuration services.
47 # Find the vDPA services/devices available
/linux-6.12.1/Documentation/virt/acrn/
Dintroduction.rst13 hypervisor services to the ACRN userspace.
38 ioctls to communicate with the HSM. HSM implements hypervisor services by
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
Ddpio-driver.rst32 provides services that:
43 DPIO service-- provides APIs to other Linux drivers for services
111 management services to DPAA2 drivers, such as the Ethernet driver. A system
/linux-6.12.1/drivers/pnp/pnpbios/
DKconfig15 ISAPNP services) are not currently implemented.
32 allocation, ESCD, and other PNPBIOS services. Using this
/linux-6.12.1/drivers/staging/vc04_services/vchiq-mmal/
DKconfig6 majority of the multimedia services on VideoCore.

12345678