/linux-6.8/Documentation/ABI/testing/ |
D | sysfs-driver-qat | 24 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 …]
|
/linux-6.8/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-6.8/arch/x86/coco/tdx/ |
D | tdcall.S | 13 * __tdcall() - Used by TDX guests to request services from the TDX 14 * module (does not include VMM services) using TDCALL instruction. 30 * __tdcall_ret() - Used by TDX guests to request services from the TDX 31 * module (does not include VMM services) using TDCALL instruction, with 48 * __tdcall_saved_ret() - Used by TDX guests to request services from the 49 * TDX module (including VMM services) using TDCALL instruction, with
|
/linux-6.8/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()
|
D | Kconfig | 58 Use DXE services to check and alter memory protection 157 Say Y here to enable the runtime services support via /dev/efi_test. 243 bool "Disable EFI runtime services support by default" 246 Allow to disable the EFI runtime services support by default. This can 250 The EFI runtime services are disabled by default when PREEMPT_RT is 314 Enabling this will change the EFI runtime services from the firmware
|
/linux-6.8/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-6.8/drivers/pci/pcie/ |
D | portdrv.c | 54 * services are enabled in "mask". Return the number of MSI/MSI-X vectors 170 * pcie_init_service_irqs - initialize irqs for PCI Express port services 221 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() [all …]
|
/linux-6.8/arch/x86/platform/efi/ |
D | quirks.c | 235 * free to do whatever it wants with boot services code after 238 * services code (SetVirtualAddressMap). In order to work around such 239 * buggy implementations we reserve boot services region during EFI 243 * However, some boot services regions contain data that is required 284 pr_err("Could not allocate boot services memmap\n"); in efi_arch_mem_reserve() 291 pr_err("Failed to map new boot services memmap\n"); in efi_arch_mem_reserve() 353 * contain boot services code/data but is marked in efi_reserve_boot_services() 371 * Setting this bit for a boot services region really in efi_reserve_boot_services() 382 * Apart from having VA mappings for EFI boot services code/data regions, 394 * EFI runtime calls, hence don't unmap EFI boot services code/data in efi_unmap_pages() [all …]
|
/linux-6.8/drivers/crypto/intel/qat/qat_common/ |
D | adf_cfg_services.c | 27 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()
|
D | adf_init.c | 56 * adf_dev_init() - Init data structures and services for the given accel device 60 * services. 152 * This is to facilitate any ordering dependencies between services in adf_dev_init() 172 * Function notifies all the registered services that the acceleration device 274 * Function notifies all the registered services that the acceleration device 338 * adf_dev_shutdown() - shutdown acceleration services and data strucutures 342 * services. 438 char services[ADF_CFG_MAX_VAL_LEN_IN_BYTES] = {0}; in adf_dev_shutdown_cache_cfg() local 442 ADF_SERVICES_ENABLED, services); in adf_dev_shutdown_cache_cfg() 454 services, ADF_STR); in adf_dev_shutdown_cache_cfg()
|
D | adf_sysfs.c | 93 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()
|
/linux-6.8/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-6.8/Documentation/arch/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-6.8/drivers/misc/mei/pxp/ |
D | Kconfig | 5 tristate "Intel PXP services of ME Interface" 9 MEI Support for PXP Services on Intel platforms. 11 Enables the ME FW services required for PXP support through
|
/linux-6.8/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-6.8/drivers/misc/mei/gsc_proxy/ |
D | Kconfig | 5 tristate "Intel GSC Proxy services of ME Interface" 9 MEI Support for GSC Proxy Services on Intel platforms. 12 Intel graphics card and services on CSE (MEI) firmware
|
/linux-6.8/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-6.8/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-6.8/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 verification of the 16 eNVM contents etc. More information on these services can be found online, at
|
/linux-6.8/Documentation/arch/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-6.8/Documentation/usb/ |
D | linux.inf | 45 ; DDInstal.Services section 46 [RNDIS.NT.5.1.Services] 48 needs = Usb_Rndis.ndi.Services
|
/linux-6.8/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
|
/linux-6.8/arch/arm64/include/asm/ |
D | efi.h | 109 * On ARM systems, virtually remapped UEFI runtime services are set up in two 116 * and the virtual remapping of the UEFI Runtime Services regions is loaded 118 * Services are enabled and the EFI_RUNTIME_SERVICES bit set. 132 * exception when invoking the EFI run-time services. in efi_set_pgd()
|