| /linux/drivers/soc/qcom/ |
| H A D | qcom_pd_mapper.c | 28 const char * services[]; member 46 struct list_head services; member 57 list_for_each_entry(service, &data->services, list) { in qcom_pdm_find() 87 list_add_tail(&service->list, &data->services); in qcom_pdm_add_service_domain() 120 for (i = 0; domain->services[i]; i++) { in qcom_pdm_add_domain() 122 domain->services[i], in qcom_pdm_add_domain() 138 list_for_each_entry_safe(service, tservice, &data->services, list) { in qcom_pdm_free_domains() 257 .services = { 266 .services = { NULL }, 272 .services = { NULL }, [all …]
|
| H A D | qmi_interface.c | 284 list_add(&svc->list_node, &qmi->services); in qmi_add_server() 468 list_for_each_entry(svc, &qmi->services, list_node) in qmi_handle_net_reset() 634 INIT_LIST_HEAD(&qmi->services); in qmi_handle_init() 715 list_for_each_entry_safe(svc, tmp, &qmi->services, list_node) { in qmi_handle_release()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A 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.
|
| /linux/Documentation/tee/ |
| H A D | ts-tee.rst | 7 This driver provides access to secure services implemented by Trusted Services. 10 for developing and deploying device Root of Trust services in FF-A [2] S-EL0 21 protocol. A TS SP can host one or more services (e.g. PSA Crypto, PSA ITS, etc). 33 services. Opening a service corresponds to opening a session in the given 59 [1] https://www.trustedfirmware.org/projects/trusted-services/ 67 [5] https://trusted-services.readthedocs.io/en/v1.0.0/developer/service-access-protocols.html#abi 69 [6] https://git.trustedfirmware.org/TS/trusted-services.git/tree/components/rpc/ts_rpc/caller/linux… 71 [7] https://git.trustedfirmware.org/TS/trusted-services.git/tree/deployments/libts/arm-linux/CMakeL…
|
| /linux/Documentation/scsi/ |
| H A 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/drivers/pci/pcie/ |
| H A D | portdrv.c | 221 int services = 0; in get_port_device_capability() local 227 services |= PCIE_PORT_SERVICE_HP; in get_port_device_capability() 244 services |= PCIE_PORT_SERVICE_AER; in get_port_device_capability() 251 services |= PCIE_PORT_SERVICE_PME; in get_port_device_capability() 267 (pcie_ports_dpc_native || (services & PCIE_PORT_SERVICE_AER))) in get_port_device_capability() 268 services |= PCIE_PORT_SERVICE_DPC; in get_port_device_capability() 278 services |= PCIE_PORT_SERVICE_BWCTRL; in get_port_device_capability() 281 return services; in get_port_device_capability()
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A 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/drivers/media/test-drivers/vidtv/ |
| H A 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() 467 vidtv_psi_sdt_service_assign(m->si.sdt, services); in vidtv_channel_si_init() 468 services = NULL; in vidtv_channel_si_init() 496 vidtv_psi_sdt_service_destroy(services); in vidtv_channel_si_init()
|
| /linux/drivers/platform/raspberrypi/ |
| H A D | Kconfig | 9 Support for Broadcom VideoCore services including 26 API, which is in turn used by several multimedia services on the 29 Defaults to Y when the Broadcom Videocore services are included
|
| /linux/drivers/tee/qcomtee/ |
| H A D | Kconfig | 11 driver. It provides an API to access services offered by QTEE and 13 the export of userspace services provided by supplicants to QTEE.
|
| /linux/Documentation/misc-devices/ |
| H A D | mrvl_cn10k_dpi.rst | 14 DPI PF function is an administrative function which services the mailbox 18 mrvl_cn10k_dpi.ko misc driver loads on DPI PF device and services the 50 how applications use mailbox and ioctl services from DPI PF kernel driver.
|
| /linux/Documentation/networking/device_drivers/ethernet/amd/ |
| H A D | pds_vdpa.rst | 18 services. It depends on the ``pds_core`` driver and hardware for the PF 19 and VF PCI handling as well as for device configuration services. 47 # Find the vDPA services/devices available
|
| /linux/Documentation/ABI/testing/ |
| H A 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/Documentation/virt/acrn/ |
| H A D | introduction.rst | 13 hypervisor services to the ACRN userspace. 38 ioctls to communicate with the HSM. HSM implements hypervisor services by
|
| /linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
| H A 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/drivers/pnp/pnpbios/ |
| H A D | Kconfig | 15 ISAPNP services) are not currently implemented. 32 allocation, ESCD, and other PNPBIOS services. Using this
|
| /linux/drivers/platform/raspberrypi/vchiq-mmal/ |
| H A D | Kconfig | 6 majority of the multimedia services on VideoCore.
|
| /linux/Documentation/networking/ |
| H A D | cdc_mbim.rst | 150 Custom device services 153 services. This is fully supported by the cdc_mbim driver. 155 Support for new MBIM services, including vendor specified services, is 159 New services should be registered in the MBIM Registry [5]. 236 service. Userspace applications supporting specific MBIM DSS services
|
| /linux/drivers/tee/tstee/ |
| H A D | Kconfig | 8 deploying device Root of Trust services in FF-A Secure Partitions.
|
| /linux/drivers/firmware/efi/ |
| H A D | Kconfig | 58 Use DXE services to check and alter memory protection 151 Say Y here to enable the runtime services support via /dev/efi_test. 237 bool "Disable EFI runtime services support by default" 240 Allow to disable the EFI runtime services support by default. This can 244 The EFI runtime services are disabled by default when PREEMPT_RT is 341 Enabling this will change the EFI runtime services from the firmware
|
| /linux/Documentation/arch/sparc/oradax/ |
| H A 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/Documentation/driver-api/ |
| H A D | sm501.rst | 17 The core driver in drivers/mfd provides common services for the 18 drivers which manage the specific hardware blocks. These services
|
| /linux/Documentation/power/regulator/ |
| H A D | regulator.rst | 6 regulator drivers to register their services with the core framework.
|
| /linux/net/tipc/ |
| H A D | name_table.c | 275 hd = &nt->services[hash(ua->sr.type)]; in tipc_service_create() 470 service_head = &nt->services[hash(ua->sr.type)]; in tipc_service_find() 898 INIT_HLIST_HEAD(&nt->services[i]); in tipc_nametbl_init() 945 if (hlist_empty(&nt->services[i])) in tipc_nametbl_stop() 947 service_head = &nt->services[i]; in tipc_nametbl_stop() 1068 head = &tn->nametbl->services[i]; in tipc_nl_service_list()
|
| /linux/drivers/net/ethernet/fungible/ |
| H A D | Kconfig | 23 A service module offering basic common services to Fungible
|