Home
last modified time | relevance | path

Searched +full:documentation +full:- +full:service (Results 1 – 25 of 187) sorted by relevance

12345678

/linux/net/rxrpc/
H A DKconfig1 # 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.
88 Provide the GSSAPI-based RxGK security class for AFS. Keys are added
91 See Documentation/networkin
[all...]
/linux/Documentation/devicetree/bindings/net/
H A Dhisilicon-hns-nic.txt4 - 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 …]
/linux/drivers/gpu/drm/amd/display/dc/gpio/
H A Dgpio_service.h2 * 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,
H A Dgpio_base.c2 * 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 …]
/linux/drivers/watchdog/
H A Ds32g_wdt.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Copyright 2017-2019, 2021-2025 NXP.
18 #define DRIVER_NAME "s32g-swt"
21 #define S32G_SWT_CR_SM (BIT(9) | BIT(10)) /* -> Service Mode */
22 #define S32G_SWT_CR_STP BIT(2) /* -> Stop Mode Control */
23 #define S32G_SWT_CR_FRZ BIT(1) /* -> Debug Mode Control */
24 #define S32G_SWT_CR_WEN BIT(0) /* -> Watchdog Enable */
28 #define S32G_SWT_SR(__base) ((__base) + 0x10) /* Service Register offset */
29 #define S32G_WDT_SEQ1 0xA602 /* -> service sequence number 1 */
30 #define S32G_WDT_SEQ2 0xB480 /* -> service sequence number 2 */
[all …]
/linux/Documentation/tee/
H A Dts-tee.rst1 .. SPDX-License-Identifier: GPL-2.0
4 TS-TEE (Trusted Services project)
10 for developing and deploying device Root of Trust services in FF-A [2] S-EL0
12 Platform Security Architecture [3] for Arm A-profile devices.
14 The FF-A Secure Partitions (SP) are accessible through the FF-A driver [4] which
20 All Trusted Services (TS) SPs have the same FF-A UUID; it identifies the TS RPC
22 A service is identified by its service UUID; the same type of service cannot be
23 present twice in the same SP. During SP boot each service in the SP is assigned
28 OS. However, in case of FF-A, memory sharing works on an endpoint level, i.e.
33 services. Opening a service corresponds to opening a session in the given
[all …]
/linux/drivers/firmware/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
4 # see Documentation/kbuild/kconfig-language.rst.
19 provides a mechanism for inter-processor communication between SCP
61 bool "Add firmware-provided memory map to sysfs" if EXPERT
64 Add the firmware-provided (unmodified) memory map to /sys/firmware/memmap.
68 See also Documentation/ABI/testing/sysfs-firmware-memmap.
77 DMI-based module auto-loading.
143 tristate "Intel Stratix10 Service Layer"
147 Intel Stratix10 service layer runs at privileged exception level,
148 interfaces with the service providers (FPGA manager is one of them)
[all …]
/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Ddpio-driver.rst7 :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 …]
/linux/Documentation/admin-guide/cgroup-v1/
H A Dblkio-controller.rst22 -----------------------------
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 …]
/linux/include/uapi/linux/
H A Dtipc.h1 /* 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 …]
/linux/net/core/
H A Dieee8021q_helpers.c1 // SPDX-License-Identifier: GPL-2.0
17 * IEEE 802.1Q-2022 in Annex I "I.3 Traffic type to traffic class mapping" and
18 * Table I-1 "Traffic type to traffic class mapping".
87 * ieee8021q_tt_to_tc - Map IEEE 802.1Q Traffic Type to Traffic Class
93 * example provided by IEEE 802.1Q-2022 in Annex I "I.3 Traffic type to traffic
94 * class mapping" and Table I-1 "Traffic type to traffic class mapping".
104 return -EINVAL; in ieee8021q_tt_to_tc()
136 return -EINVAL; in ieee8021q_tt_to_tc()
141 * ietf_dscp_to_ieee8021q_tt - Map IETF DSCP to IEEE 802.1Q Traffic Type
146 * Type, this function is inspired by the RFC8325 documentation which describe
[all …]
/linux/net/netfilter/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
71 and is also scheduled to replace the old syslog-based ipt_LOG
107 If both are enabled the backend to use can be configured at run-time
108 by means of per-address-family sysctl tunables.
182 This allows you to store the flow start-time and to obtain
183 the flow-stop time (once it has been destroyed) via Connection
191 This option enables support for assigning user-defined flag bits
213 bool 'UDP-Lite protocol connection tracking support'
218 tracking code will be able to do state tracking on UDP-Lite
232 connection tracking and natting code to allow the sub-channels that
[all …]
/linux/arch/arm/boot/dts/amazon/
H A Dalpine.dtsi17 * the documentation and/or other materials provided with the
27 #include <dt-bindings/interrupt-controller/arm-gic.h>
30 #address-cells = <2>;
31 #size-cells = <2>;
42 #address-cells = <1>;
43 #size-cells = <0>;
44 enable-method = "al,alpine-smp";
47 compatible = "arm,cortex-a15";
50 clock-frequency = <1700000000>;
54 compatible = "arm,cortex-a15";
[all …]
/linux/Documentation/devicetree/bindings/arm/omap/
H A Dcrossbar.txt1 Some socs have a large number of interrupts requests to service
4 time, so they have to be muxed to the irq-controller appropriately.
10 - compatible : Should be "ti,irq-crossbar"
11 - reg: Base address and the size of the crossbar registers.
12 - interrupt-controller: indicates that this block is an interrupt controller.
13 - ti,max-irqs: Total number of irqs available at the parent interrupt controller.
14 - ti,max-crossbar-sources: Maximum number of crossbar sources that can be routed.
15 - ti,reg-size: Size of a individual register in bytes. Every individual
17 - ti,irqs-reserved: List of the reserved irq lines that are not muxed using
23 - ti,irqs-skip: This is similar to "ti,irqs-reserved", but these are for
[all …]
/linux/Documentation/security/keys/
H A Drequest-key.rst2 Key Request Service
5 The key request service is part of the key retention service (refer to
6 Documentation/security/keys/core.rst). This document explains more fully how
9 The process starts by either the kernel requesting a service by calling
45 The main difference between the access points is that the in-kernel interface
50 The request_key_tag() call is like the in-kernel request_key(), except that it
57 mechanism rather than using /sbin/request-key.
70 forking and execution of /sbin/request-key.
95 4) request_key() then forks and executes /sbin/request-key with a new session
98 5) /sbin/request-key assumes the authority associated with key U.
[all …]
/linux/net/lapb/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
11 connection service to exchange data frames with one other host, and
18 <file:Documentation/networking/lapb-module.rst> for technical
/linux/net/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
14 when running on a stand-alone machine that isn't connected to any
20 contained in the package net-tools, the location and version number
21 of which are given in <file:Documentation/Changes>.
24 recommended to read the NET-HOWTO, available from
42 achieve this, you need to set skb_shinfo(skb)->frag_list to the
47 compat-independen
[all...]
/linux/net/tipc/
H A Dsubscr.c2 * net/tipc/subscr.c: TIPC network topology service
4 * Copyright (c) 2000-2017, Ericsson AB
5 * Copyright (c) 2005-2007, 2010-2013, Wind River Systems
6 * Copyright (c) 2020-2021, Red Hat Inc
16 * documentation and/or other materials provided with the distribution.
46 struct tipc_subscr *s = &sub->evt.s; in tipc_sub_send_event()
47 struct tipc_event *evt = &sub->evt; in tipc_sub_send_event()
49 if (sub->inactive) in tipc_sub_send_event()
53 tipc_evt_write(evt, found_lower, p->sr.lower); in tipc_sub_send_event()
54 tipc_evt_write(evt, found_upper, p->sr.upper); in tipc_sub_send_event()
[all …]
/linux/fs/resctrl/
H A DKconfig11 Platform Quality of Service (AMD QoS).
24 See <file:Documentation/filesystems/resctrl.rst> for more information.
31 micro-architecture specific knowledge.
/linux/fs/cachefiles/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
8 filesystems - primarily networking filesystems - thus allowing fast
11 See Documentation/filesystems/caching/cachefiles.rst for more
28 cache is in service.
31 bool "Support for on-demand read"
35 This permits userspace to enable the cachefiles on-demand read mode.
/linux/Documentation/networking/
H A Dcdc_mbim.rst1 .. SPDX-License-Identifier: GPL-2.0
4 cdc_mbim - Driver for CDC MBIM Mobile Broadband modems
24 -----------
26 :Valid Range: N/Y (0-1)
51 - mbimcli (included with the libmbim [3] library), and
52 - ModemManager [4]
57 - open the control channel
58 - configure network connection settings
59 - connect to network
60 - configure IP interface
[all …]
/linux/Documentation/ABI/stable/
H A Dsysfs-driver-ib_srp1 What: /sys/class/infiniband_srp/srp-<hca>-<port_number>/add_target
4 Contact: linux-rdma@vger.kernel.org
7 a comma-separated list of login parameters to this sysfs
10 * id_ext, a 16-digit hexadecimal number specifying the eight
11 byte identifier extension in the 16-byte SRP target port
14 * ioc_guid, a 16-digit hexadecimal number specifying the eight
15 byte I/O controller GUID portion of the 16-byte target port
17 * dgid, a 32-digit hexadecimal number specifying the
19 * pkey, a four-digit hexadecimal number specifying the
21 * service_id, a 16-digit hexadecimal number specifying the
[all …]
/linux/net/ipv6/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
17 Documentation/networking/ipv6.rst and read the HOWTO at
18 <https://www.tldp.org/HOWTO/Linux+IPv6-HOWTO/>
31 are placed in a multi-homed network.
140 "ip -6 route" command. ILA is described in
141 https://tools.ietf.org/html/draft-herbert-nvo
[all...]
/linux/drivers/scsi/csiostor/
H A Dcsio_lnode.h4 * Copyright (c) 2008-2012 Chelsio Communications, Inc. All rights reserved.
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
22 * disclaimer in the documentation and/or other materials
125 struct fc_els_csp csp; /* Common service parms */
128 struct fc_els_cssp clsp[4]; /* Class service params */
150 struct csio_service_parms ln_sparm; /* Service parms */
191 #define csio_lnode_to_hw(ln) ((ln)->hwp)
192 #define csio_root_lnode(ln) (csio_lnode_to_hw((ln))->rln)
193 #define csio_parent_lnode(ln) ((ln)->pln)
[all …]
/linux/Documentation/block/
H A Dbfq-iosched.rst5 BFQ is a proportional-share I/O scheduler, with some extra
6 low-latency capabilities. In addition to cgroups support (blkio or io
9 - BFQ guarantees a high system and application responsiveness, and a
10 low latency for time-sensitive applications, such as audio or video
12 - BFQ distributes bandwidth, not just time, among processes or
19 goal, for a given device, is to achieve the maximum-possible
20 throughput at all times, then do switch off all low-latency heuristics
25 As every I/O scheduler, BFQ adds some overhead to per-I/O-request
27 single-lock-protected, per-request processing time of BFQ---i.e., the
29 completion hooks---is, e.g., 1.9 us on an Intel Core i7-2760QM@2.40GHz
[all …]

12345678