| /kernel/linux/linux-6.6/drivers/media/pci/cx23885/ |
| D | altera-ci.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * altera-ci.c 5 * CI driver in conjunction with NetUp Dual DVB-T/C RF CI card 13 * GPIO-0 ~INT in 14 * GPIO-1 TMS out 15 * GPIO-2 ~reset chips out 16 * GPIO-3 to GPIO-10 data/addr for CA in/out 17 * GPIO-11 ~CS out 18 * GPIO-12 AD_RG out 19 * GPIO-13 ~WR out [all …]
|
| /kernel/linux/linux-5.10/drivers/media/pci/cx23885/ |
| D | altera-ci.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * altera-ci.c 5 * CI driver in conjunction with NetUp Dual DVB-T/C RF CI card 13 * GPIO-0 ~INT in 14 * GPIO-1 TMS out 15 * GPIO-2 ~reset chips out 16 * GPIO-3 to GPIO-10 data/addr for CA in/out 17 * GPIO-11 ~CS out 18 * GPIO-12 AD_RG out 19 * GPIO-13 ~WR out [all …]
|
| /kernel/linux/linux-6.6/Documentation/networking/ |
| D | tipc.rst | 1 .. SPDX-License-Identifier: GPL-2.0 10 TIPC (Transparent Inter Process Communication) is a protocol that is specially 11 designed for intra-cluster communication. It can be configured to transmit 18 ------------- 20 - Cluster wide IPC service 23 transmitting data between cluster nodes? Where you yourself determine the 29 Welcome to the Transparent Inter Process Communication service, TIPC in short, 32 - Service Addressing 38 - Service Tracking 45 i.e., subscribing for availability/non-availability of cluster nodes. [all …]
|
| /kernel/linux/linux-6.6/drivers/firmware/tegra/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 8 IVC (Inter-VM Communication) protocol is part of the IPC 9 (Inter Processor Communication) framework on Tegra. It maintains the 10 data and the different communication channels in SysRAM or RAM and 19 BPMP (Boot and Power Management Processor) is designed to off-loading
|
| /kernel/linux/linux-5.10/drivers/firmware/tegra/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 8 IVC (Inter-VM Communication) protocol is part of the IPC 9 (Inter Processor Communication) framework on Tegra. It maintains the 10 data and the different communication channels in SysRAM or RAM and 18 BPMP (Boot and Power Management Processor) is designed to off-loading
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/amdzen4/ |
| D | data-fabric.json | 4 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 0.", 12 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 1.", 20 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 2.", 28 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 3.", 36 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 4.", 44 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 5.", 52 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 6.", 60 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 7.", 68 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 8.", 76 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 9.", [all …]
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/ |
| D | ext-ctrls-codec-stateless.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _codec-stateless-controls: 18 .. _codec-stateless-control-id: 23 .. _v4l2-codec-stateless-h264: 27 bitstream) for the associated H264 slice data. This includes the 30 to :ref:`h264`, section 7.4.2.1.1 "Sequence Parameter Set Data 43 .. flat-table:: struct v4l2_ctrl_h264_sps 44 :header-rows: 0 45 :stub-columns: 0 48 * - __u8 [all …]
|
| /kernel/linux/linux-6.6/include/linux/can/ |
| D | length.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Copyright (C) 2020 Marc Kleine-Budde <kernel@pengutronix.de> 19 * --------------------------------------------------------- 27 * Data Length Code (DLC) 4 29 * including all fields preceding the data field, ignoring bitstuffing 37 * --------------------------------------------------------- 48 * Data length code (DLC) 4 50 * including all fields preceding the data field, ignoring bitstuffing 55 * Size of a CAN-FD Standard Frame in bits 58 * --------------------------------------------------------- [all …]
|
| /kernel/linux/linux-5.10/net/ife/ |
| D | ife.c | 2 * net/ife/ife.c - Inter-FE protocol based on ForCES WG InterFE LFB 6 * Refer to: draft-ietf-forces-interfelfb-03 and netdev01 paper: 7 * "Distributing Linux Traffic Control Classifier-Action Subsystem" 40 int total_push = hdrm + skb->dev->hard_header_len; in ife_encode() 50 iethh = (struct ethhdr *) skb->data; in ife_encode() 53 memcpy(skb->data, iethh, skb->dev->hard_header_len); in ife_encode() 55 skboff += skb->dev->hard_header_len; in ife_encode() 58 ifehdr = (struct ifeheadr *) (skb->data + skboff); in ife_encode() 60 ifehdr->metalen = htons(metalen); in ife_encode() 62 return ifehdr->tlv_data; in ife_encode() [all …]
|
| /kernel/linux/linux-6.6/net/ife/ |
| D | ife.c | 2 * net/ife/ife.c - Inter-FE protocol based on ForCES WG InterFE LFB 6 * Refer to: draft-ietf-forces-interfelfb-03 and netdev01 paper: 7 * "Distributing Linux Traffic Control Classifier-Action Subsystem" 40 int total_push = hdrm + skb->dev->hard_header_len; in ife_encode() 50 iethh = (struct ethhdr *) skb->data; in ife_encode() 53 memcpy(skb->data, iethh, skb->dev->hard_header_len); in ife_encode() 55 skboff += skb->dev->hard_header_len; in ife_encode() 58 ifehdr = (struct ifeheadr *) (skb->data + skboff); in ife_encode() 60 ifehdr->metalen = htons(metalen); in ife_encode() 62 return ifehdr->tlv_data; in ife_encode() [all …]
|
| /kernel/linux/linux-5.10/kernel/ |
| D | latencytop.c | 1 // SPDX-License-Identifier: GPL-2.0-only 20 * The latency is stored in fixed sized data structures in an accumulated form; 22 * in the data structure. Both the count, total accumulated latency and maximum 23 * latency are tracked in this data structure. When the fixed size structure is 37 * | | | +----> the stringified backtrace 38 * | | +---------> The maximum latency for this entry in microseconds 39 * | +--------------> The accumulated latency for this entry (microseconds) 40 * +-------------------> The number of times this entry is hit 71 memset(&p->latency_record, 0, sizeof(p->latency_record)); in clear_tsk_latency_tracing() 72 p->latency_record_count = 0; in clear_tsk_latency_tracing() [all …]
|
| /kernel/linux/linux-6.6/kernel/ |
| D | latencytop.c | 1 // SPDX-License-Identifier: GPL-2.0-only 20 * The latency is stored in fixed sized data structures in an accumulated form; 22 * in the data structure. Both the count, total accumulated latency and maximum 23 * latency are tracked in this data structure. When the fixed size structure is 37 * | | | +----> the stringified backtrace 38 * | | +---------> The maximum latency for this entry in microseconds 39 * | +--------------> The accumulated latency for this entry (microseconds) 40 * +-------------------> The number of times this entry is hit 83 .data = &latencytop_enabled, 97 memset(&p->latency_record, 0, sizeof(p->latency_record)); in clear_tsk_latency_tracing() [all …]
|
| /kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
| D | cx18-scb.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 12 #include "cx18-mailbox.h" 14 /* NOTE: All ACK interrupts are in the SW2 register. All non-ACK interrupts 65 between SCB_OFFSET and SCB_OFFSET+SCB_RESERVED_SIZE-1 inclusive */ 77 for localizing the IPC data as well as the code positions for all 80 /* Offset where to find the Inter-Processor Communication data */ 96 /* These fields form Inter-Processor Communication data which is used
|
| /kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
| D | cx18-scb.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 12 #include "cx18-mailbox.h" 14 /* NOTE: All ACK interrupts are in the SW2 register. All non-ACK interrupts 65 between SCB_OFFSET and SCB_OFFSET+SCB_RESERVED_SIZE-1 inclusive */ 77 for localizing the IPC data as well as the code positions for all 80 /* Offset where to find the Inter-Processor Communication data */ 96 /* These fields form Inter-Processor Communication data which is used
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/powerpc/nintendo/ |
| D | wii.txt | 11 - model : Should be "nintendo,wii" 12 - compatible : Should be "nintendo,wii" 16 This node represents the multi-function "Hollywood" chip, which packages 21 - compatible : Should be "nintendo,hollywood" 30 - compatible : should be "nintendo,hollywood-vi","nintendo,flipper-vi" 31 - reg : should contain the VI registers location and length 32 - interrupts : should contain the VI interrupt 36 Represents the data and control interface between the main processor 41 - compatible : should be "nintendo,hollywood-pi","nintendo,flipper-pi" 42 - reg : should contain the PI registers location and length [all …]
|
| /kernel/linux/linux-6.6/fs/nfsd/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 20 You may choose to use a user-space NFS server instead, in which 24 user space programs which can be found in the Linux nfs-utils 25 package, available from http://linux-nfs.org/. More detail about 41 NFSv2 (RFC 1094) was the first publicly-released version of NFS. 68 To store ACLs on your NFS server, you also need to enable ACL- 88 space programs which can be found in the Linux nfs-utils package, 89 available from http://linux-nfs.org/. 118 the server and the clients. See draft-ietf-nfsv4-scsi-layout for 132 draft-ietf-nfsv4-flex-files for more details. [all …]
|
| /kernel/linux/linux-5.10/fs/nfsd/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 18 You may choose to use a user-space NFS server instead, in which 22 user space programs which can be found in the Linux nfs-utils 23 package, available from http://linux-nfs.org/. More detail about 65 To store ACLs on your NFS server, you also need to enable ACL- 85 space programs which can be found in the Linux nfs-utils package, 86 available from http://linux-nfs.org/. 116 the server and the clients. See draft-ietf-nfsv4-scsi-layout for 130 draft-ietf-nfsv4-flex-files for more details. 133 to be a flex file server - it is for testing the client, [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/powerpc/nintendo/ |
| D | wii.txt | 11 - model : Should be "nintendo,wii" 12 - compatible : Should be "nintendo,wii" 16 This node represents the multi-function "Hollywood" chip, which packages 21 - compatible : Should be "nintendo,hollywood" 30 - compatible : should be "nintendo,hollywood-vi","nintendo,flipper-vi" 31 - reg : should contain the VI registers location and length 32 - interrupts : should contain the VI interrupt 36 Represents the data and control interface between the main processor 41 - compatible : should be "nintendo,hollywood-pi","nintendo,flipper-pi" 42 - reg : should contain the PI registers location and length [all …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | tfrc.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 * TFRC - Data Structures for the TCP-Friendly Rate Control congestion 11 * Copyright (c) 2003 Nils-Erik Mattsson, Joacim Haggmark, Magnus Erixzon 15 /** tfrc_rx_info - TFRC Receiver Data Structure 18 * @tfrcrx_rtt: round-trip-time (communicated by sender) 27 /** tfrc_tx_info - TFRC Sender Data Structure 35 * @tfrctx_ipi: inter-packet interval (4.6)
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | tfrc.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 * TFRC - Data Structures for the TCP-Friendly Rate Control congestion 11 * Copyright (c) 2003 Nils-Erik Mattsson, Joacim Haggmark, Magnus Erixzon 15 /** tfrc_rx_info - TFRC Receiver Data Structure 18 * @tfrcrx_rtt: round-trip-time (communicated by sender) 27 /** tfrc_tx_info - TFRC Sender Data Structure 35 * @tfrctx_ipi: inter-packet interval (4.6)
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/ |
| D | resource.h | 37 #define IS_PIPE_SYNCD_VALID(pipe) ((((pipe)->pipe_idx_syncd) & 0x80)?1:0) 38 #define GET_PIPE_SYNCD_FROM_PIPE(pipe) ((pipe)->pipe_idx_syncd & 0x7F) 39 #define SET_PIPE_SYNCD_TO_PIPE(pipe, pipe_syncd) ((pipe)->pipe_idx_syncd = (0x80 | pipe_syncd)) 152 #define FREE_PIPE_INDEX_NOT_FOUND -1 191 * | Blank Pixel Data | 200 * Inter-pipe Relation 204 * | 0 | -------------MPC---------ODM----------- | 206 * | 1 | ------------- | | | | 208 * | 2 | -------------MPC--------- | | 210 * | 3 | ------------- | | | [all …]
|
| /kernel/linux/linux-5.10/net/sched/ |
| D | act_meta_skbprio.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * net/sched/act_meta_prio.c IFE skb->priority metadata module 23 return ife_check_meta_u32(skb->priority, e); in skbprio_check() 29 u32 ifeprio = skb->priority; /* avoid having to cast skb->priority*/ in skbprio_encode() 34 static int skbprio_decode(struct sk_buff *skb, void *data, u16 len) in skbprio_decode() argument 36 u32 ifeprio = *(u32 *)data; in skbprio_decode() 38 skb->priority = ntohl(ifeprio); in skbprio_decode() 69 MODULE_DESCRIPTION("Inter-FE skb prio metadata action");
|
| /kernel/linux/linux-6.6/net/sched/ |
| D | act_meta_skbprio.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * net/sched/act_meta_prio.c IFE skb->priority metadata module 23 return ife_check_meta_u32(skb->priority, e); in skbprio_check() 29 u32 ifeprio = skb->priority; /* avoid having to cast skb->priority*/ in skbprio_encode() 34 static int skbprio_decode(struct sk_buff *skb, void *data, u16 len) in skbprio_decode() argument 36 u32 ifeprio = *(u32 *)data; in skbprio_decode() 38 skb->priority = ntohl(ifeprio); in skbprio_decode() 69 MODULE_DESCRIPTION("Inter-FE skb prio metadata action");
|
| D | act_meta_skbtcindex.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * net/sched/act_meta_tc_index.c IFE skb->tc_index metadata module 24 u32 ifetc_index = skb->tc_index; in skbtcindex_encode() 29 static int skbtcindex_decode(struct sk_buff *skb, void *data, u16 len) in skbtcindex_decode() argument 31 u16 ifetc_index = *(u16 *)data; in skbtcindex_decode() 33 skb->tc_index = ntohs(ifetc_index); in skbtcindex_decode() 39 return ife_check_meta_u16(skb->tc_index, e); in skbtcindex_check() 71 MODULE_DESCRIPTION("Inter-FE skb tc_index metadata module");
|
| D | act_meta_mark.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * net/sched/act_meta_mark.c IFE skb->mark metadata module 24 u32 ifemark = skb->mark; in skbmark_encode() 29 static int skbmark_decode(struct sk_buff *skb, void *data, u16 len) in skbmark_decode() argument 31 u32 ifemark = *(u32 *)data; in skbmark_decode() 33 skb->mark = ntohl(ifemark); in skbmark_decode() 39 return ife_check_meta_u32(skb->mark, e); in skbmark_check() 71 MODULE_DESCRIPTION("Inter-FE skb mark metadata module");
|