/Linux-v5.10/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 174 - :cspan:`2` Set of services applicable to 525 line systems. 177 - :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-v5.10/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-v5.10/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() 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() 264 services |= PCIE_PORT_SERVICE_BWNOTIF; in get_port_device_capability() 266 return services; in get_port_device_capability() [all …]
|
/Linux-v5.10/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() 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 …]
|
/Linux-v5.10/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-v5.10/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-v5.10/drivers/misc/mei/hdcp/ |
D | Kconfig | 6 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
|
/Linux-v5.10/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,apr.txt | 5 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
|
/Linux-v5.10/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-v5.10/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. 115 * This is to facilitate any ordering dependencies between services in adf_dev_init() 140 * Function notifies all the registered services that the acceleration device 195 * Function notifies all the registered services that the acceleration device 246 * adf_dev_shutdown() - shutdown acceleration services and data strucutures 250 * services.
|
/Linux-v5.10/arch/arm64/include/asm/ |
D | efi.h | 101 * 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()
|
/Linux-v5.10/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-v5.10/Documentation/usb/ |
D | linux.inf | 45 ; DDInstal.Services section 46 [RNDIS.NT.5.1.Services] 48 needs = Usb_Rndis.ndi.Services
|
/Linux-v5.10/drivers/s390/char/ |
D | diag_ftp.c | 3 * DIAGNOSE X'2C4' instruction based HMC FTP services, useable on z/VM 70 * diag_ftp_handler() - FTP services IRQ handler 80 return; /* not a FTP services sub-code */ in diag_ftp_handler() 217 * diag_ftp_startup() - startup of FTP services, when running on z/VM 234 * 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 47 * sclp_ftp_rxcb() - Diagnostic Test FTP services receiver event callback 238 * sclp_ftp_startup() - startup of FTP services, when running on LPAR 271 * sclp_ftp_shutdown() - shutdown of FTP services, when running on LPAR
|
/Linux-v5.10/drivers/firmware/efi/libstub/ |
D | efi-stub.c | 20 * for UEFI Runtime Services. 30 * entire footprint of the UEFI runtime services memory regions) 35 * services on both RV32/RV64. Keep the same runtime virtual address for RISC-V 244 * relative placement of runtime services code and data regions, as in efi_pe_entry() 256 * Randomize the base of the UEFI runtime services region. in efi_pe_entry() 289 efi_err("Failed to update FDT and exit boot services\n"); in efi_pe_entry()
|
D | fdt.c | 111 /* Add FDT entries for EFI runtime services in chosen node. */ in update_fdt() 232 * EFI boot services are exited at the end of this function. 235 * boot services is very tightly tied to the creation of the FDT 275 efi_info("Exiting boot services and installing virtual address map...\n"); in allocate_new_fdt_and_exit_boot() 343 efi_err("Exit boot services failed.\n"); in allocate_new_fdt_and_exit_boot()
|
/Linux-v5.10/drivers/staging/vc04_services/ |
D | Kconfig | 8 Support for Broadcom VideoCore services including 19 Defaults to Y when the Broadcom Videocore services
|
/Linux-v5.10/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
|
/Linux-v5.10/Documentation/networking/device_drivers/wifi/ |
D | ray_cs.rst | 39 Information on card services is available at: 44 Card services user programs are still required for PCMCIA devices. 48 Currently, ray_cs is not part of David Hinds card services package, 53 This will make card services read the ray_cs.opts file
|
/Linux-v5.10/Documentation/powerpc/ |
D | cxlflash.rst | 18 On Linux, Coherent Accelerator (CXL) kernel services present CAPI 50 by special translation services provided by the Flash AFU. 119 The block library can be thought of as a 'user' of services, 135 device (LUN) via user space access need to use the services provided 136 by the cxlflash driver. As these services are implemented as ioctls, 154 kernel services. These services specify a context id (u16) by which 156 services additionally provide a second file descriptor (herein 160 this driver and not the CXL kernel services to allow for intermediary
|
/Linux-v5.10/Documentation/hwmon/ |
D | ftsteutates.rst | 32 - ftp://ftp.ts.fujitsu.com/pub/Mainboard-OEM-Sales/Services/Software&Tools/Linux_SystemMonitoring&W… 33 - ftp://ftp.ts.fujitsu.com/pub/Mainboard-OEM-Sales/Services/Software&Tools/Linux_SystemMonitoring&W…
|
/Linux-v5.10/drivers/pnp/pnpbios/ |
D | Kconfig | 15 ISAPNP services) are not currently implemented. 32 allocation, ESCD, and other PNPBIOS services. Using this
|