| /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-4.19/drivers/media/pci/cx23885/ |
| D | altera-ci.c | 2 * altera-ci.c 4 * CI driver in conjunction with NetUp Dual DVB-T/C RF CI card 23 * GPIO-0 ~INT in 24 * GPIO-1 TMS out 25 * GPIO-2 ~reset chips out 26 * GPIO-3 to GPIO-10 data/addr for CA in/out 27 * GPIO-11 ~CS out 28 * GPIO-12 AD_RG out 29 * GPIO-13 ~WR out 30 * GPIO-14 ~RD out [all …]
|
| /kernel/linux/linux-4.19/drivers/firmware/tegra/ |
| D | Kconfig | 7 IVC (Inter-VM Communication) protocol is part of the IPC 8 (Inter Processor Communication) framework on Tegra. It maintains the 9 data and the different commuication channels in SysRAM or RAM and 17 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-4.19/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/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-4.19/kernel/ |
| D | latencytop.c | 24 * The latency is stored in fixed sized data structures in an accumulated form; 26 * in the data structure. Both the count, total accumulated latency and maximum 27 * latency are tracked in this data structure. When the fixed size structure is 41 * | | | +----> the stringified backtrace 42 * | | +---------> The maximum latency for this entry in microseconds 43 * | +--------------> The accumulated latency for this entry (microseconds) 44 * +-------------------> The number of times this entry is hit 78 memset(&p->latency_record, 0, sizeof(p->latency_record)); in clear_all_latency_tracing() 79 p->latency_record_count = 0; in clear_all_latency_tracing() 103 if (!tsk->mm) in account_global_scheduler_latency() [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-4.19/drivers/media/pci/cx18/ |
| D | cx18-scb.h | 21 #include "cx18-mailbox.h" 23 /* NOTE: All ACK interrupts are in the SW2 register. All non-ACK interrupts 74 between SCB_OFFSET and SCB_OFFSET+SCB_RESERVED_SIZE-1 inclusive */ 86 for localizing the IPC data as well as the code positions for all 89 /* Offset where to find the Inter-Processor Communication data */ 105 /* These fields form Inter-Processor Communication data which is used
|
| /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-4.19/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-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-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)
|
| D | cache.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 18 * updated cachelines. Its use should be reserved for data that is used 20 * this. You want __read_mostly data to be tightly packed, so that in the 32 * __ro_after_init is used to mark things that are read-only after init (i.e. 33 * after mark_rodata_ro() has been called). These are effectively read-only, 37 #define __ro_after_init __section(".data..ro_after_init") 55 __section__(".data..cacheline_aligned"))) 68 * These could be inter-node cacheline sizes/L3 cacheline
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | tfrc.h | 4 * TFRC - Data Structures for the TCP-Friendly Rate Control congestion 10 * Copyright (c) 2003 Nils-Erik Mattsson, Joacim Haggmark, Magnus Erixzon 19 /** tfrc_rx_info - TFRC Receiver Data Structure 22 * @tfrcrx_rtt: round-trip-time (communicated by sender) 31 /** tfrc_tx_info - TFRC Sender Data Structure 39 * @tfrctx_ipi: inter-packet interval (4.6)
|
| D | cache.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 26 * __ro_after_init is used to mark things that are read-only after init (i.e. 27 * after mark_rodata_ro() has been called). These are effectively read-only, 31 #define __ro_after_init __attribute__((__section__(".data..ro_after_init"))) 49 __section__(".data..cacheline_aligned"))) 62 * These could be inter-node cacheline sizes/L3 cacheline
|
| /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");
|
| 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");
|
| 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");
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/apple/ |
| D | bmac.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * mace.h - definitions for the registers in the "Big Mac" 17 #define XIFC 0x000 /* low-level interface control */ 19 # define XIFLoopback 0x0002 /* Loopback-mode XIF enable */ 20 # define MIILoopback 0x0004 /* Loopback-mode MII enable */ 34 #define MEMDATAHI 0x140 /* memory data high, presently unused in driver */ 35 #define MEMDATALO 0x150 /* memory data low, presently unused in driver */ 48 #define STATUS 0x200 /* status--reading this clears it */ 53 # define RxAlignCntExp 0x00000004 /* Align-error counter expired */ 54 # define RxCRCCntExp 0x00000008 /* CRC-error counter expired */ [all …]
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/apple/ |
| D | bmac.h | 2 * mace.h - definitions for the registers in the "Big Mac" 21 #define XIFC 0x000 /* low-level interface control */ 23 # define XIFLoopback 0x0002 /* Loopback-mode XIF enable */ 24 # define MIILoopback 0x0004 /* Loopback-mode MII enable */ 38 #define MEMDATAHI 0x140 /* memory data high, presently unused in driver */ 39 #define MEMDATALO 0x150 /* memory data low, presently unused in driver */ 52 #define STATUS 0x200 /* status--reading this clears it */ 57 # define RxAlignCntExp 0x00000004 /* Align-error counter expired */ 58 # define RxCRCCntExp 0x00000008 /* CRC-error counter expired */ 59 # define RxLenCntExp 0x00000010 /* Length-error counter expired */ [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/sound/ |
| D | sun4i-i2s.txt | 3 The I2S bus (Inter-IC sound bus) is a serial link for digital 4 audio data transfer between devices in the system. 8 - compatible: should be one of the following: 9 - "allwinner,sun4i-a10-i2s" 10 - "allwinner,sun6i-a31-i2s" 11 - "allwinner,sun8i-a83t-i2s" 12 - "allwinner,sun8i-h3-i2s" 13 - reg: physical base address of the controller and length of memory mapped 15 - interrupts: should contain the I2S interrupt. 16 - dmas: DMA specifiers for tx and rx dma. See the DMA client binding, [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/mailbox/ |
| D | stm32-ipcc.txt | 1 * STMicroelectronics STM32 IPCC (Inter-Processor Communication Controller) 9 - compatible: Must be "st,stm32mp1-ipcc" 10 - reg: Register address range (base address and length) 11 - st,proc-id: Processor id using the mailbox (0 or 1) 12 - clocks: Input clock 13 - interrupt-names: List of names for the interrupts described by the interrupt 15 - "rx" 16 - "tx" 17 - "wakeup" 18 - interrupts: Interrupt specifiers for "rx channel occupied", "tx channel [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/spi/ |
| D | spi-stm32.txt | 4 the Serial Peripheral Interface. It supports full-duplex, half-duplex and 6 from 4 to 32-bit data size. Although it can be configured as master or slave, 10 - compatible: Must be "st,stm32h7-spi". 11 - reg: Offset and length of the device's register set. 12 - interrupts: Must contain the interrupt id. 13 - clocks: Must contain an entry for spiclk (which feeds the internal clock 15 - #address-cells: Number of cells required to define a chip select address. 16 - #size-cells: Should be zero. 19 - resets: Must contain the phandle to the reset controller. 20 - A pinctrl state named "default" may be defined to set pins in mode of [all …]
|