| /kernel/linux/linux-6.6/net/rxrpc/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 22 See Documentation/networking/rxrpc.rst. 54 See Documentation/networking/rxrpc.rst. 66 through the use of the key retention service. 68 See Documentation/networking/rxrpc.rst. 71 tristate "RxRPC test service" 73 Provide an rxperf service tester. This listens on UDP port 7009 for
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/firmware/ |
| D | intel,stratix10-svc.txt | 1 Intel Service Layer Driver for Stratix10 SoC 3 Intel Stratix10 SoC is composed of a 64 bit quad-core ARM Cortex A53 hard 13 service from SDM. 15 Intel Stratix10 service layer driver, running at privileged exception level 16 (EL1, Exception Layer 1), interfaces with the service providers and provides 17 the services for FPGA configuration, QSPI, Crypto and warm reset. Service layer 22 ------------------- 26 - compatible: "intel,stratix10-svc" or "intel,agilex-svc" 27 - method: smc or hvc 28 smc - Secure Monitor Call [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/firmware/ |
| D | intel,stratix10-svc.txt | 1 Intel Service Layer Driver for Stratix10 SoC 3 Intel Stratix10 SoC is composed of a 64 bit quad-core ARM Cortex A53 hard 13 service from SDM. 15 Intel Stratix10 service layer driver, running at privileged exception level 16 (EL1, Exception Layer 1), interfaces with the service providers and provides 17 the services for FPGA configuration, QSPI, Crypto and warm reset. Service layer 22 ------------------- 26 - compatible: "intel,stratix10-svc" or "intel,agilex-svc" 27 - method: smc or hvc 28 smc - Secure Monitor Call [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/include/ |
| D | gpio_service_interface.h | 2 * Copyright 2012-15 Advanced Micro Devices, Inc. 5 * copy of this software and associated documentation files (the "Software"), 36 struct gpio_service *service, 50 struct gpio_service *service, 55 struct gpio_service *service, 67 struct gpio_service *service, 72 struct gpio_service *service, 94 struct gpio_service *service,
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/include/ |
| D | gpio_service_interface.h | 2 * Copyright 2012-15 Advanced Micro Devices, Inc. 5 * copy of this software and associated documentation files (the "Software"), 36 struct gpio_service *service, 50 struct gpio_service *service, 55 struct gpio_service *service, 67 struct gpio_service *service, 72 struct gpio_service *service, 94 struct gpio_service *service,
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
| D | hisilicon-hns-nic.txt | 4 - compatible: "hisilicon,hns-nic-v1" or "hisilicon,hns-nic-v2". 5 "hisilicon,hns-nic-v1" is for hip05. 6 "hisilicon,hns-nic-v2" is for Hi1610 and Hi1612. 7 - ae-handle: accelerator engine handle for hns, 9 see Documentation/devicetree/bindings/net/hisilicon-hns-dsaf.txt 10 - port-id: is the index of port provided by DSAF (the accelerator). DSAF can 17 port-id can be 2 to 7. Here is the diagram: 18 +-----+---------------+ 20 +-+-+-+---+-+-+-+-+-+-+ 22 debug service [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/ |
| D | hisilicon-hns-nic.txt | 4 - compatible: "hisilicon,hns-nic-v1" or "hisilicon,hns-nic-v2". 5 "hisilicon,hns-nic-v1" is for hip05. 6 "hisilicon,hns-nic-v2" is for Hi1610 and Hi1612. 7 - ae-handle: accelerator engine handle for hns, 9 see Documentation/devicetree/bindings/net/hisilicon-hns-dsaf.txt 10 - port-id: is the index of port provided by DSAF (the accelerator). DSAF can 17 port-id can be 2 to 7. Here is the diagram: 18 +-----+---------------+ 20 +-+-+-+---+-+-+-+-+-+-+ 22 debug service [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/ |
| D | gpio_service.h | 2 * Copyright 2012-15 Advanced Micro Devices, Inc. 5 * copy of this software and associated documentation files (the "Software"), 48 struct gpio_service *service, 52 struct gpio_service *service, 57 struct gpio_service *service,
|
| D | gpio_base.c | 2 * Copyright 2012-15 Advanced Micro Devices, Inc. 5 * copy of this software and associated documentation files (the "Software"), 27 * Pre-requisites: headers required by header of this unit 42 * Post-requisites: headers required by this unit 65 if (gpio->pin) { in dal_gpio_open_ex() 71 if (!gpio->hw_container.ddc) { in dal_gpio_open_ex() 75 gpio->mode = mode; in dal_gpio_open_ex() 84 if (!gpio->pin) { in dal_gpio_get_value() 89 return gpio->pin->funcs->get_value(gpio->pin, value); in dal_gpio_get_value() 96 if (!gpio->pin) { in dal_gpio_set_value() [all …]
|
| D | gpio_service.c | 2 * Copyright 2012-15 Advanced Micro Devices, Inc. 5 * copy of this software and associated documentation files (the "Software"), 27 * Pre-requisites: headers required by header of this unit 45 * Post-requisites: headers required by this unit 60 struct gpio_service *service; in dal_gpio_service_create() local 63 service = kzalloc(sizeof(struct gpio_service), GFP_KERNEL); in dal_gpio_service_create() 65 if (!service) { in dal_gpio_service_create() 70 if (!dal_hw_translate_init(&service->translate, dce_version, in dal_gpio_service_create() 76 if (!dal_hw_factory_init(&service->factory, dce_version, in dal_gpio_service_create() 85 service->ctx = ctx; in dal_gpio_service_create() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/gpio/ |
| D | gpio_service.h | 2 * Copyright 2012-15 Advanced Micro Devices, Inc. 5 * copy of this software and associated documentation files (the "Software"), 48 struct gpio_service *service, 52 struct gpio_service *service, 57 struct gpio_service *service,
|
| D | gpio_base.c | 2 * Copyright 2012-15 Advanced Micro Devices, Inc. 5 * copy of this software and associated documentation files (the "Software"), 27 * Pre-requisites: headers required by header of this unit 40 * Post-requisites: headers required by this unit 63 if (gpio->pin) { in dal_gpio_open_ex() 69 if (!gpio->hw_container.ddc) { in dal_gpio_open_ex() 73 gpio->mode = mode; in dal_gpio_open_ex() 82 if (!gpio->pin) { in dal_gpio_get_value() 87 return gpio->pin->funcs->get_value(gpio->pin, value); in dal_gpio_get_value() 94 if (!gpio->pin) { in dal_gpio_set_value() [all …]
|
| D | gpio_service.c | 2 * Copyright 2012-15 Advanced Micro Devices, Inc. 5 * copy of this software and associated documentation files (the "Software"), 27 * Pre-requisites: headers required by header of this unit 43 * Post-requisites: headers required by this unit 58 struct gpio_service *service; in dal_gpio_service_create() local 61 service = kzalloc(sizeof(struct gpio_service), GFP_KERNEL); in dal_gpio_service_create() 63 if (!service) { in dal_gpio_service_create() 68 if (!dal_hw_translate_init(&service->translate, dce_version, in dal_gpio_service_create() 74 if (!dal_hw_factory_init(&service->factory, dce_version, in dal_gpio_service_create() 83 service->ctx = ctx; in dal_gpio_service_create() [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/unisys/Documentation/ |
| D | overview.txt | 2 ----------- 5 (s-Par(R)). 7 s-Par is firmware that provides hardware partitioning capabilities for 8 splitting large-scale Intel x86 servers into multiple isolated 9 partitions. s-Par provides a set of para-virtualized device drivers to 13 * visornic - network interface 14 * visorhba - scsi disk adapter 15 * visorinput - keyboard and mouse 18 within Documentation/driver-api/driver-model/, and utilize a driver named 25 The back-end for each device is owned and managed by a small, [all …]
|
| /kernel/linux/linux-6.6/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
| D | dpio-driver.rst | 7 :Copyright: |copy| 2016-2018 NXP 24 Documentation/networking/device_drivers/ethernet/freescale/dpaa2/overview.rst 29 --------------- 31 The DPIO driver is bound to DPIO objects discovered on the fsl-mc bus and 40 The Linux DPIO driver consists of 3 primary components-- 41 DPIO object driver-- fsl-mc driver that manages the DPIO object 43 DPIO service-- provides APIs to other Linux drivers for services 45 QBman portal interface-- sends portal commands, gets responses:: 47 fsl-mc other 50 +---+----+ +------+-----+ [all …]
|
| /kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
| D | dpio-driver.rst | 6 :Copyright: |copy| 2016-2018 NXP 23 Documentation/networking/device_drivers/ethernet/freescale/dpaa2/overview.rst 28 --------------- 30 The DPIO driver is bound to DPIO objects discovered on the fsl-mc bus and 39 The Linux DPIO driver consists of 3 primary components-- 40 DPIO object driver-- fsl-mc driver that manages the DPIO object 42 DPIO service-- provides APIs to other Linux drivers for services 44 QBman portal interface-- sends portal commands, gets responses:: 46 fsl-mc other 49 +---+----+ +------+-----+ [all …]
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | tipc.h | 1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */ 5 * Copyright (c) 2003-2006, 2015-2016 Ericsson AB 6 * Copyright (c) 2005, 2010-2011, Wind River Systems 16 * documentation and/or other materials provided with the distribution. 65 * Application-accessible service types 68 #define TIPC_NODE_STATE 0 /* node state service type */ 69 #define TIPC_TOP_SRV 1 /* topology server service type */ 70 #define TIPC_LINK_STATE 2 /* link state service type */ 71 #define TIPC_RESERVED_TYPES 64 /* lowest user-allowed service type */ 74 * Publication scopes when binding service / service range [all …]
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | tipc.h | 1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */ 5 * Copyright (c) 2003-2006, 2015-2016 Ericsson AB 6 * Copyright (c) 2005, 2010-2011, Wind River Systems 16 * documentation and/or other materials provided with the distribution. 65 * Application-accessible service types 68 #define TIPC_NODE_STATE 0 /* node state service type */ 69 #define TIPC_TOP_SRV 1 /* topology server service type */ 70 #define TIPC_LINK_STATE 2 /* link state service type */ 71 #define TIPC_RESERVED_TYPES 64 /* lowest user-allowed service type */ 74 * Publication scopes when binding service / service range [all …]
|
| /kernel/linux/linux-6.6/drivers/firmware/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 4 # see Documentation/kbuild/kconfig-language.rst. 19 provides a mechanism for inter-processor communication between SCP 71 bool "Add firmware-provided memory map to sysfs" if EXPERT 74 Add the firmware-provided (unmodified) memory map to /sys/firmware/memmap. 78 See also Documentation/ABI/testing/sysfs-firmware-memmap. 111 DMI-based module auto-loading. 177 tristate "Intel Stratix10 Service Layer" 181 Intel Stratix10 service layer runs at privileged exception level, 182 interfaces with the service providers (FPGA manager is one of them) [all …]
|
| /kernel/linux/linux-5.10/drivers/firmware/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 4 # see Documentation/kbuild/kconfig-language.rst. 15 set of operating system-independent software interfaces that are 17 interfaces for: Discovery and self-description of the interfaces 19 a given device or domain into the various power-saving states that 51 provides a mechanism for inter-processor communication between SCP 103 bool "Add firmware-provided memory map to sysfs" if EXPERT 106 Add the firmware-provided (unmodified) memory map to /sys/firmware/memmap. 110 See also Documentation/ABI/testing/sysfs-firmware-memmap. 143 DMI-based module auto-loading. [all …]
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/cgroup-v1/ |
| D | blkio-controller.rst | 22 ----------------------------- 33 mount -t cgroup -o blkio none /sys/fs/cgroup/blkio 98 -------------------------------- 106 see Documentation/block/bfq-iosched.rst. 110 weight. For more details, see Documentation/block/bfq-iosched.rst. 152 are further divided by the type of operation - read or write, sync 159 are further divided by the type of operation - read or write, sync 168 this time represents the actual service time. When queue_depth > 1, 170 may cause the service time for a given IO to include the service time 173 the type of operation - read or write, sync or async. First two fields [all …]
|
| /kernel/linux/linux-5.10/net/rxrpc/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 21 See Documentation/networking/rxrpc.rst. 44 See Documentation/networking/rxrpc.rst. 57 through the use of the key retention service. 59 See Documentation/networking/rxrpc.rst.
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dmub/ |
| D | dmub_srv.h | 5 * copy of this software and associated documentation files (the "Software"), 36 * This interface is not thread-safe. Ensure that all access to the interface 39 * Initialization and usage of the DMUB service should be done in the 60 * Destroying the DMUB service can be done by calling dmub_srv_destroy(). 77 /* enum dmub_status - return code for dmcub functions */ 86 /* enum dmub_asic - dmub asic identifier */ 97 /* enum dmub_window_id - dmub window identifier */ 111 * struct dmub_region - dmub hw memory region 121 * struct dmub_window - dmub hw cache window 131 * struct dmub_fb - defines a dmub framebuffer memory region [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dmub/ |
| D | dmub_srv.h | 5 * copy of this software and associated documentation files (the "Software"), 36 * This interface is not thread-safe. Ensure that all access to the interface 39 * Initialization and usage of the DMUB service should be done in the 60 * Destroying the DMUB service can be done by calling dmub_srv_destroy(). 80 /* enum dmub_status - return code for dmcub functions */ 90 /* enum dmub_asic - dmub asic identifier */ 109 /* enum dmub_window_id - dmub window identifier */ 122 /* enum dmub_notification_type - dmub outbox notification identifier */ 145 * struct dmub_region - dmub hw memory region 155 * struct dmub_window - dmub hw cache window [all …]
|
| /kernel/linux/linux-5.10/net/netfilter/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 47 and is also scheduled to replace the old syslog-based ipt_LOG 153 This allows you to store the flow start-time and to obtain 154 the flow-stop time (once it has been destroyed) via Connection 162 This option enables support for assigning user-defined flag bits 191 bool 'UDP-Lite protocol connection tracking support' 196 tracking code will be able to do state tracking on UDP-Lite 210 connection tracking and natting code to allow the sub-channels that 233 H.323 is a VoIP signalling protocol from ITU-T. As one of the most 252 There is a commonly-used extension to IRC called [all …]
|