/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | vidioc-g-sliced-vbi-cap.rst | 34 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.
|
D | dev-sliced-vbi.rst | 56 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-v6.1/drivers/firmware/efi/ |
D | riscv-runtime.c | 62 * 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()
|
D | arm-runtime.c | 84 * 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()
|
/Linux-v6.1/Documentation/virt/kvm/arm/ |
D | hypercalls.rst | 7 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-v6.1/drivers/pci/pcie/ |
D | portdrv_core.c | 42 * 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() 233 services |= PCIE_PORT_SERVICE_PME; in get_port_device_capability() 249 (pcie_ports_dpc_native || (services & PCIE_PORT_SERVICE_AER))) in get_port_device_capability() 250 services |= PCIE_PORT_SERVICE_DPC; in get_port_device_capability() 258 services |= PCIE_PORT_SERVICE_BWNOTIF; in get_port_device_capability() 261 return services; in get_port_device_capability() [all …]
|
/Linux-v6.1/arch/x86/platform/efi/ |
D | quirks.c | 227 * 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() 283 pr_err("Failed to map new boot services memmap\n"); in efi_arch_mem_reserve() 345 * contain boot services code/data but is marked in efi_reserve_boot_services() 363 * Setting this bit for a boot services region really in efi_reserve_boot_services() 374 * Apart from having VA mappings for EFI boot services code/data regions, 386 * EFI runtime calls, hence don't unmap EFI boot services code/data in efi_unmap_pages() [all …]
|
/Linux-v6.1/drivers/crypto/qat/qat_common/ |
D | adf_init.c | 51 * adf_dev_init() - Init data structures and services for the given accel device 55 * services. 133 * This is to facilitate any ordering dependencies between services in adf_dev_init() 155 * Function notifies all the registered services that the acceleration device 220 * Function notifies all the registered services that the acceleration device 271 * adf_dev_shutdown() - shutdown acceleration services and data strucutures 275 * services. 369 char services[ADF_CFG_MAX_VAL_LEN_IN_BYTES] = {0}; in adf_dev_shutdown_cache_cfg() local 373 ADF_SERVICES_ENABLED, services); in adf_dev_shutdown_cache_cfg() 385 services, ADF_STR); in adf_dev_shutdown_cache_cfg()
|
D | adf_sysfs.c | 103 char services[ADF_CFG_MAX_VAL_LEN_IN_BYTES] = {0}; in cfg_services_show() local 112 ADF_SERVICES_ENABLED, services); in cfg_services_show() 116 return sysfs_emit(buf, "%s\n", services); in cfg_services_show() 120 const char *services) in adf_sysfs_update_dev_config() argument 123 ADF_SERVICES_ENABLED, services, in adf_sysfs_update_dev_config()
|
/Linux-v6.1/Documentation/admin-guide/device-mapper/ |
D | dm-io.rst | 5 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-v6.1/Documentation/x86/x86_64/ |
D | uefi.rst | 28 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-v6.1/Documentation/ABI/testing/ |
D | sysfs-driver-qat | 24 Write to the file to change the configured services. 29 services 30 * dc: the device is configured for running compression services 36 a device configured for running crypto services in order to
|
/Linux-v6.1/drivers/misc/mei/pxp/ |
D | Kconfig | 6 tristate "Intel PXP services of ME Interface" 10 MEI Support for PXP Services on Intel platforms. 12 Enables the ME FW services required for PXP support through
|
/Linux-v6.1/drivers/misc/mei/hdcp/ |
D | Kconfig | 5 tristate "Intel HDCP2.2 services of ME Interface" 9 MEI Support for HDCP2.2 Services on Intel platforms. 11 Enables the ME FW services required for HDCP2.2 support through
|
/Linux-v6.1/drivers/media/test-drivers/vidtv/ |
D | vidtv_channel.c | 10 * 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()
|
/Linux-v6.1/Documentation/devicetree/bindings/soc/microchip/ |
D | microchip,mpfs-sys-controller.yaml | 14 which provides "services" to the main processor and to the FPGA fabric. These 15 services include hardware rng, reprogramming of the FPGA and verfification of the 16 eNVM contents etc. More information on these services can be found online, at
|
/Linux-v6.1/drivers/staging/vc04_services/ |
D | Kconfig | 8 Support for Broadcom VideoCore services including 24 API, which is in turn used by several multimedia services on the BCM2835 26 Defaults to Y when the Broadcom Videocore services are included in
|
/Linux-v6.1/arch/arm64/include/asm/ |
D | efi.h | 88 * On ARM systems, virtually remapped UEFI runtime services are set up in two 95 * and the virtual remapping of the UEFI Runtime Services regions is loaded 97 * Services are enabled and the EFI_RUNTIME_SERVICES bit set. 111 * exception when invoking the EFI run-time services. in efi_set_pgd()
|
/Linux-v6.1/Documentation/sparc/oradax/ |
D | dax-hv-api.txt | 12 Chapter 36. Coprocessor services 66 Coprocessor services 120 Device interrupt services). Sysino interrupts are not available for DAX devices. 128 Coprocessor services 176 Coprocessor services 228 Coprocessor services 284 Coprocessor services 342 Coprocessor services 397 Coprocessor services 454 Coprocessor services [all …]
|
/Linux-v6.1/Documentation/usb/ |
D | linux.inf | 45 ; DDInstal.Services section 46 [RNDIS.NT.5.1.Services] 48 needs = Usb_Rndis.ndi.Services
|
/Linux-v6.1/drivers/s390/char/ |
D | diag_ftp.c | 3 * DIAGNOSE X'2C4' instruction based HMC FTP services, useable on z/VM 71 * diag_ftp_handler() - FTP services IRQ handler 81 return; /* not a FTP services sub-code */ in diag_ftp_handler() 218 * diag_ftp_startup() - startup of FTP services, when running on z/VM 235 * diag_ftp_shutdown() - shutdown of FTP services, when running on z/VM
|
D | sclp_ftp.c | 3 * SCLP Event Type (ET) 7 - Diagnostic Test FTP Services, useable on LPAR 33 * sclp_ftp_txcb() - Diagnostic Test FTP services SCLP command callback 49 * sclp_ftp_rxcb() - Diagnostic Test FTP services receiver event callback 240 * sclp_ftp_startup() - startup of FTP services, when running on LPAR 273 * sclp_ftp_shutdown() - shutdown of FTP services, when running on LPAR
|
/Linux-v6.1/drivers/firmware/efi/libstub/ |
D | fdt.c | 95 /* Add FDT entries for EFI runtime services in chosen node. */ in update_fdt() 217 * should succeed. EFI boot services are exited at the end of this function. 219 * exit_boot_services() call, so the exiting of boot services is very tightly 274 efi_info("Exiting boot services...\n"); in allocate_new_fdt_and_exit_boot() 331 efi_err("Exit boot services failed.\n"); in allocate_new_fdt_and_exit_boot() 353 efi_err("Failed to update FDT and exit boot services\n"); in efi_boot_kernel()
|
/Linux-v6.1/arch/x86/include/asm/shared/ |
D | tdx.h | 20 * the TDCALL instruction when requesting services from the VMM. 33 /* Used to request services from the VMM */
|
/Linux-v6.1/Documentation/scsi/ |
D | bfa.rst | 41 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
|