Home
last modified time | relevance | path

Searched full:services (Results 1 – 25 of 4701) sorted by relevance

12345678910>>...189

/kernel/linux/linux-4.19/Documentation/isdn/
DREADME.diversion1 The isdn diversion services are a supporting module working together with
5 document. The diversion services may be used with all cards supported by
28 1. Features of the i4l diversion services
29 (Or what can the i4l diversion services do for me)
41 1. Features of the i4l diversion services
42 (Or what can the i4l diversion services do for me)
44 The i4l diversion services offers call forwarding and logging normally
51 forwarding reason is met. Activated static services may also be
53 The i4l diversion services additionally offers a dynamic version of
75 For using the i4l diversion services the isdn line must be of a EURO/DSS1
[all …]
/kernel/linux/linux-4.19/Documentation/media/uapi/v4l/
Dvidioc-g-sliced-vbi-cap.rst35 To find out which data services are supported by a sliced VBI capture or
59 - :cspan:`2` A set of all data services supported by the driver.
65 services the hardware can look for or insert into a particular
66 scan line. Data services are defined in :ref:`vbi-services`.
97 output per frame, or the number of services it can identify on a
130 .. _vbi-services:
132 .. flat-table:: Sliced VBI services
177 - :cspan:`2` Set of services applicable to 525 line systems.
180 - :cspan:`2` Set of services applicable to 625 line systems.
Ddev-sliced-vbi.rst58 To find out which data services are supported by the hardware
65 services it can identify on a given line are limited. For example on PAL
69 To determine the currently selected services applications set the
84 all services may be supported by the hardware on all lines (this is
86 other services can only be inserted in one specific line). In many
88 to the required services and let the driver fill the ``service_lines``
130 array will be filled by the driver according to the services
140 services than requested, perhaps just one, if the hardware cannot
141 handle more services simultaneously. It may be empty (zero) if
142 none of the requested services are supported by the hardware.
[all …]
/kernel/linux/linux-5.10/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
174 - :cspan:`2` Set of services applicable to 525 line systems.
177 - :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 …]
/kernel/linux/linux-5.10/drivers/firmware/efi/
Driscv-runtime.c62 * Enable the UEFI Runtime Services if all prerequisites are in place, i.e.,
71 pr_info("EFI services will not be available.\n"); in riscv_enable_runtime_services()
109 pr_info("EFI runtime services will be disabled.\n"); in riscv_enable_runtime_services()
114 pr_info("EFI runtime services access via paravirt.\n"); in riscv_enable_runtime_services()
118 pr_info("Remapping and enabling EFI services.\n"); in riscv_enable_runtime_services()
121 pr_err("UEFI virtual mapping missing or invalid -- runtime services will not be available\n"); in riscv_enable_runtime_services()
125 /* Set up runtime services function pointers */ in riscv_enable_runtime_services()
Darm-runtime.c84 * Enable the UEFI Runtime Services if all prerequisites are in place, i.e.,
93 pr_info("EFI services will not be available.\n"); in arm_enable_runtime_services()
131 pr_info("EFI runtime services will be disabled.\n"); in arm_enable_runtime_services()
136 pr_info("EFI runtime services access via paravirt.\n"); in arm_enable_runtime_services()
140 pr_info("Remapping and enabling EFI services.\n"); in arm_enable_runtime_services()
143 pr_err("UEFI virtual mapping missing or invalid -- runtime services will not be available\n"); in arm_enable_runtime_services()
147 /* Set up runtime services function pointers */ in arm_enable_runtime_services()
/kernel/linux/linux-4.19/drivers/firmware/efi/
Darm-runtime.c105 * Enable the UEFI Runtime Services if all prerequisites are in place, i.e.,
114 pr_info("EFI services will not be available.\n"); in arm_enable_runtime_services()
128 pr_info("EFI runtime services will be disabled.\n"); in arm_enable_runtime_services()
133 pr_info("EFI runtime services access via paravirt.\n"); in arm_enable_runtime_services()
137 pr_info("Remapping and enabling EFI services.\n"); in arm_enable_runtime_services()
140 pr_err("UEFI virtual mapping missing or invalid -- runtime services will not be available\n"); in arm_enable_runtime_services()
144 /* Set up runtime services function pointers */ in arm_enable_runtime_services()
/kernel/linux/linux-5.10/drivers/pci/pcie/
Dportdrv_core.c42 * services are enabled in "mask". Return the number of MSI/MSI-X vectors
158 * pcie_init_service_irqs - initialize irqs for PCI Express port services
209 int services = 0; in get_port_device_capability() local
213 services |= PCIE_PORT_SERVICE_HP; in get_port_device_capability()
226 services |= PCIE_PORT_SERVICE_AER; in get_port_device_capability()
243 services |= PCIE_PORT_SERVICE_PME; in get_port_device_capability()
259 (pcie_ports_dpc_native || (services & PCIE_PORT_SERVICE_AER))) in get_port_device_capability()
260 services |= PCIE_PORT_SERVICE_DPC; in get_port_device_capability()
268 services |= PCIE_PORT_SERVICE_BWNOTIF; in get_port_device_capability()
271 return services; in get_port_device_capability()
[all …]
/kernel/linux/linux-5.10/arch/x86/platform/efi/
Dquirks.c227 * free to do whatever it wants with boot services code after
230 * services code (SetVirtualAddressMap). In order to work around such
231 * buggy implementations we reserve boot services region during EFI
235 * However, some boot services regions contain data that is required
276 pr_err("Could not allocate boot services memmap\n"); in efi_arch_mem_reserve()
282 pr_err("Failed to map new boot services memmap\n"); in efi_arch_mem_reserve()
344 * contain boot services code/data but is marked in efi_reserve_boot_services()
362 * Setting this bit for a boot services region really in efi_reserve_boot_services()
373 * Apart from having VA mappings for EFI boot services code/data regions,
385 * EFI runtime calls, hence don't unmap EFI boot services code/data in efi_unmap_pages()
[all …]
/kernel/linux/linux-4.19/Documentation/device-mapper/
Ddm-io.txt4 Dm-io provides synchronous and asynchronous I/O services. There are three
5 types of I/O services available, and each type has a sync and an async
57 Callers of the asynchronous I/O services must include the name of a completion
67 Before using any of the dm-io services, the user should call dm_io_get()
72 When the user is finished using the dm-io services, they should call
/kernel/linux/linux-4.19/drivers/pci/pcie/
Dportdrv_core.c42 * services are enabled in "mask". Return the number of MSI/MSI-X vectors
154 * pcie_init_service_irqs - initialize irqs for PCI Express port services
205 int services = 0; in get_port_device_capability() local
209 services |= PCIE_PORT_SERVICE_HP; in get_port_device_capability()
222 services |= PCIE_PORT_SERVICE_AER; in get_port_device_capability()
239 services |= PCIE_PORT_SERVICE_PME; in get_port_device_capability()
250 pci_aer_available() && services & PCIE_PORT_SERVICE_AER) in get_port_device_capability()
251 services |= PCIE_PORT_SERVICE_DPC; in get_port_device_capability()
253 return services; in get_port_device_capability()
300 * Allocate the port extension structure and register services associated with
[all …]
/kernel/linux/linux-4.19/Documentation/x86/x86_64/
Duefi.txt22 If EFI runtime services are expected, the following configuration should
34 - If some or all EFI runtime services don't work, you can try following
36 services.
37 noefi turn off all EFI runtime services
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/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
/kernel/linux/linux-5.10/drivers/misc/mei/hdcp/
DKconfig6 tristate "Intel HDCP2.2 services of ME Interface"
10 MEI Support for HDCP2.2 Services on Intel platforms.
12 Enables the ME FW services required for HDCP2.2 support through
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/soc/qcom/
Dqcom,apr.txt5 used for audio/voice services on the QDSP.
25 = APR SERVICES
29 - All APR services MUST contain the following property:
100 dependencies specified. Here some of the apr services are dependent on services
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
Dvidtv_channel.c10 * Their services will be concatenated to populate the SDT.
206 /* Concatenate the services */ in vidtv_channel_sdt_serv_cat_into_new()
224 "No services found for channel %s\n", in vidtv_channel_sdt_serv_cat_into_new()
420 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()
465 /* assemble all services and assign to SDT */ 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()
/kernel/linux/linux-4.19/arch/x86/platform/efi/
Defi.c17 * Borislav Petkov <bp@suse.de> - runtime services VA mapping
22 * All EFI Runtime Services are not implemented yet as EFI only
26 * Implemented EFI runtime services and virtual mode calls. --davidm
412 * EFI runtime service. All other runtime services will be called in efi_runtime_init32()
436 * EFI runtime service. All other runtime services will be called in efi_runtime_init64()
452 * Check out the runtime services table. We need to map in efi_runtime_init()
453 * the runtime services table so that we can grab the physical in efi_runtime_init()
459 * However, runtime services are available through proxy functions in efi_runtime_init()
531 * Note: We currently don't support runtime services on an EFI in efi_init()
754 * reserve boot services regions, and mixed mode support in should_map_region()
[all …]
Dquirks.c225 * free to do whatever it wants with boot services code after
228 * services code (SetVirtualAddressMap). In order to work around such
229 * buggy implementations we reserve boot services region during EFI
233 * However, some boot services regions contain data that is required
277 pr_err("Could not allocate boot services memmap\n"); in efi_arch_mem_reserve()
283 pr_err("Failed to map new boot services memmap\n"); in efi_arch_mem_reserve()
342 * contain boot services code/data but is marked in efi_reserve_boot_services()
360 * Setting this bit for a boot services region really in efi_reserve_boot_services()
396 * services, we can get here without having allocated the in efi_free_boot_services()
397 * real mode trampoline. It's too late to hand boot services in efi_free_boot_services()
[all …]
/kernel/linux/linux-4.19/Documentation/scsi/
Dbfa.txt36 http://www.brocade.com/services-support/drivers-downloads/adapters/Linux.page
51 http://www.brocade.com/services-support/drivers-downloads/adapters/Linux.page
67 http://www.brocade.com/services-support/drivers-downloads/adapters/Linux.page
82 http://www.brocade.com/services-support/index.page
/kernel/linux/linux-4.19/drivers/crypto/qat/qat_common/
Dadf_init.c41 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
95 * adf_dev_init() - Init data structures and services for the given accel device
99 * services.
159 * This is to facilitate any ordering dependencies between services in adf_dev_init()
184 * Function notifies all the registered services that the acceleration device
239 * Function notifies all the registered services that the acceleration device
290 * adf_dev_shutdown() - shutdown acceleration services and data strucutures
294 * services.
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
Dadf_init.c51 * adf_dev_init() - Init data structures and services for the given accel device
55 * services.
116 * This is to facilitate any ordering dependencies between services in adf_dev_init()
141 * Function notifies all the registered services that the acceleration device
196 * Function notifies all the registered services that the acceleration device
247 * adf_dev_shutdown() - shutdown acceleration services and data strucutures
251 * services.
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/soc/qcom/
Dqcom,apr.txt5 used for audio/voice services on the QDSP.
25 = APR SERVICES
29 - All APR services MUST contain the following property:
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Defi.h101 * On ARM systems, virtually remapped UEFI runtime services are set up in two
108 * and the virtual remapping of the UEFI Runtime Services regions is loaded
110 * Services are enabled and the EFI_RUNTIME_SERVICES bit set.
124 * exception when invoking the EFI run-time services. in efi_set_pgd()

12345678910>>...189