/linux-5.19.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 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-5.19.10/drivers/pci/pcie/ |
D | portdrv_core.c | 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() 240 services |= PCIE_PORT_SERVICE_PME; in get_port_device_capability() 256 (pcie_ports_dpc_native || (services & PCIE_PORT_SERVICE_AER))) in get_port_device_capability() 257 services |= PCIE_PORT_SERVICE_DPC; in get_port_device_capability() 265 services |= PCIE_PORT_SERVICE_BWNOTIF; in get_port_device_capability() 268 return services; in get_port_device_capability()
|
/linux-5.19.10/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-5.19.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-5.19.10/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-5.19.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-5.19.10/drivers/misc/mei/pxp/ |
D | Kconfig | 6 tristate "Intel PXP services of ME Interface" 12 Enables the ME FW services required for PXP support through
|
/linux-5.19.10/drivers/misc/mei/hdcp/ |
D | Kconfig | 5 tristate "Intel HDCP2.2 services of ME Interface" 11 Enables the ME FW services required for HDCP2.2 support through
|
/linux-5.19.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-5.19.10/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-5.19.10/drivers/crypto/qat/qat_common/ |
D | adf_sriov.c | 125 char services[ADF_CFG_MAX_VAL_LEN_IN_BYTES] = {0}; in adf_sriov_prepare_restart() local 129 ADF_SERVICES_ENABLED, services); in adf_sriov_prepare_restart() 141 services, ADF_STR); in adf_sriov_prepare_restart()
|
/linux-5.19.10/drivers/media/test-drivers/vidtv/ |
D | vidtv_channel.c | 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() 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-5.19.10/Documentation/devicetree/bindings/soc/bcm/ |
D | brcm,bcm2835-vchiq.yaml | 7 title: Broadcom VCHIQ firmware services 14 to communicate with the VPU-side OS services.
|
/linux-5.19.10/drivers/crypto/qat/qat_4xxx/ |
D | adf_4xxx_hw_data.c | 55 char services[ADF_CFG_MAX_VAL_LEN_IN_BYTES] = {0}; in get_service_enabled() local 59 ADF_SERVICES_ENABLED, services); in get_service_enabled() 67 services); in get_service_enabled() 71 services); in get_service_enabled()
|
/linux-5.19.10/Documentation/virt/acrn/ |
D | introduction.rst | 13 hypervisor services to the ACRN userspace. 38 ioctls to communicate with the HSM. HSM implements hypervisor services by
|
/linux-5.19.10/Documentation/ABI/testing/ |
D | sysfs-firmware-efi-runtime-map | 4 Description: Switching efi runtime services to virtual mode requires 8 The efi runtime services can only be switched to virtual
|
/linux-5.19.10/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
D | dpio-driver.rst | 32 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-5.19.10/drivers/pnp/pnpbios/ |
D | Kconfig | 15 ISAPNP services) are not currently implemented. 32 allocation, ESCD, and other PNPBIOS services. Using this
|
/linux-5.19.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-5.19.10/drivers/staging/vc04_services/vchiq-mmal/ |
D | Kconfig | 6 majority of the multimedia services on VideoCore.
|
/linux-5.19.10/Documentation/devicetree/bindings/sound/ |
D | qcom,q6afe.txt | 5 used by all apr services. Must contain the following properties.
|
/linux-5.19.10/Documentation/power/regulator/ |
D | regulator.rst | 6 regulator drivers to register their services with the core framework.
|
/linux-5.19.10/drivers/net/ethernet/fungible/ |
D | Kconfig | 23 A service module offering basic common services to Fungible
|
/linux-5.19.10/drivers/firmware/xilinx/ |
D | Kconfig | 15 various platform management services.
|