| /kernel/linux/linux-5.10/Documentation/fb/ |
| D | viafb.modes | 10 # 640x480, 60 Hz, Non-Interlaced (25.175 MHz dotclock) 25 # Polarity negative negative 28 mode "640x480-60" 31 timings 39722 48 16 33 10 96 2 endmode mode "480x640-60" 35 # 640x480, 75 Hz, Non-Interlaced (31.50 MHz dotclock) 50 # Polarity negative negative 52 mode "640x480-75" 56 # 640x480, 85 Hz, Non-Interlaced (36.000 MHz dotclock) 71 # Polarity negative negative 73 mode "640x480-85" [all …]
|
| /kernel/linux/linux-4.19/Documentation/fb/ |
| D | viafb.modes | 10 # 640x480, 60 Hz, Non-Interlaced (25.175 MHz dotclock) 25 # Polarity negative negative 28 mode "640x480-60" 31 timings 39722 48 16 33 10 96 2 endmode mode "480x640-60" 35 # 640x480, 75 Hz, Non-Interlaced (31.50 MHz dotclock) 50 # Polarity negative negative 52 mode "640x480-75" 56 # 640x480, 85 Hz, Non-Interlaced (36.000 MHz dotclock) 71 # Polarity negative negative 73 mode "640x480-85" [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/eed1_8/ |
| D | ia_css_eed1_8_types.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 20 * CSS-API header file for Edge Enhanced Demosaic parameters. 31 /* parameter list is based on ISP261 CSS API public parameter list_all.xlsx from 28-01-2015 */ 53 s32 aerel_thres0; /** Threshold for Non-Directional Reliability at dark region. */ 54 s32 aerel_gain0; /** Gain for Non-Directional Reliability at dark region. */ 55 s32 aerel_thres1; /** Threshold for Non-Directional Reliability at bright region. */ 56 s32 aerel_gain1; /** Gain for Non-Directional Reliability at bright region. */ 65 s32 coring_neg0; /** Negative Edge Coring Threshold in dark region. */ 66 s32 coring_neg1; /** Negative Edge Coring Threshold in bright region. */ 71 s32 gain_neg0; /** Gain for Negative Edge in dark region. */ [all …]
|
| /kernel/liteos_m/arch/risc-v/nuclei/gcc/nmsis/Core/Include/ |
| D | core_feature_eclic.h | 4 * SPDX-License-Identifier: Apache-2.0 10 * www.apache.org/licenses/LICENSE-2.0 31 * Valid number is 1 - 8. 57 uint8_t _reserved2:1; /*!< bit: 31 Negative condition code flag */ 122 #define ECLIC_NON_VECTOR_INTERRUPT 0x0 /*!< Non-Ve… 139 /* Define __ECLIC_INTCTLBITS to get via ECLIC->INFO if not defined */ 161 * - Interrupt ID(IRQn) from 0 to 18 are reserved for core internal interrupts. 162 * - Interrupt ID(IRQn) start from 19 represent device-specific external interrupts. 163 * - The first device-specific interrupt has the IRQn value 19. 200 * eg.: Interrupt for Timer#1 eclic_tim1_handler -> TIM1_IRQn */ [all …]
|
| /kernel/linux/linux-5.10/include/uapi/linux/usb/ |
| D | raw_gadget.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 5 * See Documentation/usb/raw-gadget.rst for more details. 19 * struct usb_raw_init - argument for USB_RAW_IOCTL_INIT ioctl. 51 * struct usb_raw_event - argument for USB_RAW_IOCTL_EVENT_FETCH ioctl. 80 * struct usb_raw_ep_io - argument for USB_RAW_IOCTL_EP0/EP_WRITE/READ ioctls. 96 /* Maximum number of non-control endpoints in struct usb_raw_eps_info. */ 106 * struct usb_raw_ep_caps - exposes endpoint capabilities from struct usb_ep 119 * struct usb_raw_ep_limits - exposes endpoint limits from struct usb_ep. 132 * struct usb_raw_ep_info - stores information about a gadget endpoint. 147 * struct usb_raw_eps_info - argument for USB_RAW_IOCTL_EPS_INFO ioctl. [all …]
|
| /kernel/linux/linux-5.10/include/media/davinci/ |
| D | vpbe_types.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 14 /* vpbe_timing_type - Timing types used in vpbe device */ 25 * @std: standard or non-standard mode. 1 - standard, 0 - nonstandard 26 * @interlaced: 1 - interlaced, 0 - non interlaced/progressive 34 * @hsync_len: h-sync length 35 * @vsync_len: v-sync length 40 * Used by vpbe_device to set required non-standard timing in the 48 * ------ 51 * b0 (LSB) - hsync polarity, 0 - negative, 1 - positive 52 * b1 - vsync polarity, 0 - negative, 1 - positive [all …]
|
| /kernel/linux/linux-4.19/include/media/davinci/ |
| D | vpbe_types.h | 22 /* vpbe_timing_type - Timing types used in vpbe device */ 33 * @std: standard or non-standard mode. 1 - standard, 0 - nonstandard 34 * @interlaced: 1 - interlaced, 0 - non interlaced/progressive 42 * @hsync_len: h-sync length 43 * @vsync_len: v-sync length 48 * Used by vpbe_device to set required non-standard timing in the 56 * ------ 59 * b0 (LSB) - hsync polarity, 0 - negative, 1 - positive 60 * b1 - vsync polarity, 0 - negative, 1 - positive 61 * b2 - field id polarity, 0 - negative, 1 - positive
|
| /kernel/linux/linux-4.19/drivers/staging/comedi/ |
| D | comedi_pcmcia.c | 1 // SPDX-License-Identifier: GPL-2.0+ 6 * COMEDI - Linux Control and Measurement Device Interface 7 * Copyright (C) 1997-2000 David A. Schleef <ds@schleef.org> 16 * comedi_to_pcmcia_dev() - Return PCMCIA device attached to COMEDI device 19 * Assuming @dev->hw_dev is non-%NULL, it is assumed to be pointing to a 22 * Return: Attached PCMCIA device if @dev->hw_dev is non-%NULL. 23 * Return %NULL if @dev->hw_dev is %NULL. 27 return dev->hw_dev ? to_pcmcia_dev(dev->hw_dev) : NULL; in comedi_to_pcmcia_dev() 34 if (link->config_index == 0) in comedi_pcmcia_conf_check() 35 return -EINVAL; in comedi_pcmcia_conf_check() [all …]
|
| D | comedi_pci.c | 1 // SPDX-License-Identifier: GPL-2.0+ 6 * COMEDI - Linux Control and Measurement Device Interface 7 * Copyright (C) 1997-2000 David A. Schleef <ds@schleef.org> 16 * comedi_to_pci_dev() - Return PCI device attached to COMEDI device 19 * Assuming @dev->hw_dev is non-%NULL, it is assumed to be pointing to a 22 * Return: Attached PCI device if @dev->hw_dev is non-%NULL. 23 * Return %NULL if @dev->hw_dev is %NULL. 27 return dev->hw_dev ? to_pci_dev(dev->hw_dev) : NULL; in comedi_to_pci_dev() 32 * comedi_pci_enable() - Enable the PCI device and request the regions 35 * Assuming @dev->hw_dev is non-%NULL, it is assumed to be pointing to a [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/comedi/ |
| D | comedi_pcmcia.c | 1 // SPDX-License-Identifier: GPL-2.0+ 6 * COMEDI - Linux Control and Measurement Device Interface 7 * Copyright (C) 1997-2000 David A. Schleef <ds@schleef.org> 16 * comedi_to_pcmcia_dev() - Return PCMCIA device attached to COMEDI device 19 * Assuming @dev->hw_dev is non-%NULL, it is assumed to be pointing to a 22 * Return: Attached PCMCIA device if @dev->hw_dev is non-%NULL. 23 * Return %NULL if @dev->hw_dev is %NULL. 27 return dev->hw_dev ? to_pcmcia_dev(dev->hw_dev) : NULL; in comedi_to_pcmcia_dev() 34 if (link->config_index == 0) in comedi_pcmcia_conf_check() 35 return -EINVAL; in comedi_pcmcia_conf_check() [all …]
|
| D | comedi_pci.c | 1 // SPDX-License-Identifier: GPL-2.0+ 6 * COMEDI - Linux Control and Measurement Device Interface 7 * Copyright (C) 1997-2000 David A. Schleef <ds@schleef.org> 16 * comedi_to_pci_dev() - Return PCI device attached to COMEDI device 19 * Assuming @dev->hw_dev is non-%NULL, it is assumed to be pointing to a 22 * Return: Attached PCI device if @dev->hw_dev is non-%NULL. 23 * Return %NULL if @dev->hw_dev is %NULL. 27 return dev->hw_dev ? to_pci_dev(dev->hw_dev) : NULL; in comedi_to_pci_dev() 32 * comedi_pci_enable() - Enable the PCI device and request the regions 35 * Assuming @dev->hw_dev is non-%NULL, it is assumed to be pointing to a [all …]
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | sbitmap.h | 5 * Copyright (C) 2013-2014 Jens Axboe 29 * struct sbitmap_word - Word in a &struct sbitmap. 44 * struct sbitmap - Scalable bitmap. 46 * A &struct sbitmap is spread over multiple cachelines to avoid ping-pong. This 75 * struct sbq_wait_state - Wait queue in a &struct sbitmap_queue. 90 * struct sbitmap_queue - Scalable bitmap with the added ability to wait on free 107 * This is per-cpu, which allows multiple users to stick to different 129 * @round_robin: Allocate bits in strict round-robin order. 141 * sbitmap_init_node() - Initialize a &struct sbitmap on a specific memory node. 144 * @shift: Use 2^@shift bits per word in the bitmap; if a negative number if [all …]
|
| D | scif.h | 99 * struct scif_range - SCIF registered range used in kernel mode 119 * struct scif_pollepd - SCIF endpoint to be monitored via scif_poll 131 * scif_peer_dev - representation of a peer SCIF device 140 * @dnode - The destination node which this device will communicate with. 148 * scif_client - representation of a SCIF client 150 * @probe - client method called when a peer device is registered 151 * @remove - client method called when a peer device is unregistered 152 * @si - subsys_interface used internally for implementing SCIF clients 161 #define SCIF_OPEN_FAILED ((scif_epd_t)-1) 162 #define SCIF_REGISTER_FAILED ((off_t)-1) [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | sbitmap.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 6 * Copyright (C) 2013-2014 Jens Axboe 18 * struct sbitmap_word - Word in a &struct sbitmap. 37 * @swap_lock: Held while swapping word <-> cleared 43 * struct sbitmap - Scalable bitmap. 45 * A &struct sbitmap is spread over multiple cachelines to avoid ping-pong. This 74 * struct sbq_wait_state - Wait queue in a &struct sbitmap_queue. 89 * struct sbitmap_queue - Scalable bitmap with the added ability to wait on free 106 * This is per-cpu, which allows multiple users to stick to different 133 * @round_robin: Allocate bits in strict round-robin order. [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/ |
| D | ena_com.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */ 3 * Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All rights reserved. 11 #include <linux/dma-mapping.h> 366 /* ena_com_mmio_reg_read_request_init - Init the mmio reg read mechanism 373 * @return - 0 on success, negative value on failure. 377 /* ena_com_set_mmio_read_mode - Enable/disable the indirect mmio reg read mechanism 384 /* ena_com_mmio_reg_read_request_write_dev_addr - Write the mmio reg read return 390 /* ena_com_mmio_reg_read_request_destroy - Destroy the mmio reg read mechanism 395 /* ena_com_admin_init - Init the admin and the async queues 402 * @return - 0 on success, negative value on failure. [all …]
|
| /kernel/linux/linux-4.19/arch/m68k/fpsp040/ |
| D | decbin.S | 5 | register A6 to extended-precision value in FP0. 9 | Output: Exact floating-point representation of the packed bcd value. 11 | Saves and Modifies: D2-D5 20 | Expected is a normal bcd (i.e. non-exceptional; all inf, zero, 33 | assumed following the least-significant digit. 38 | if negative, count the trailing zeros. Set the adjusted 43 | SM = 0 a non-zero digit in the integer position 44 | SM = 1 a non-zero digit in Mant0, lsd of the fraction 47 | representation (ex. 0.1E2, 1E1, 10E0, 100E-1), is converted 60 | it is negative. [all …]
|
| /kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
| D | decbin.S | 5 | register A6 to extended-precision value in FP0. 9 | Output: Exact floating-point representation of the packed bcd value. 11 | Saves and Modifies: D2-D5 20 | Expected is a normal bcd (i.e. non-exceptional; all inf, zero, 33 | assumed following the least-significant digit. 38 | if negative, count the trailing zeros. Set the adjusted 43 | SM = 0 a non-zero digit in the integer position 44 | SM = 1 a non-zero digit in Mant0, lsd of the fraction 47 | representation (ex. 0.1E2, 1E1, 10E0, 100E-1), is converted 60 | it is negative. [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
| D | vio.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 16 #include <linux/dma-mapping.h> 23 * Architecture-specific constants for drivers to 26 #define VETH_MAC_ADDR "local-mac-address" 27 #define VETH_MCAST_FILTER_SIZE "ibm,mac-address-filters" 29 /* End architecture-specific constants */ 47 * Platform Facilities Option (PFO)-specific data 54 * vio_pfo_op - PFO operation parameters 58 * @inlen: If non-negative, the length of the input data block. If negative, 61 * @outlen: If non-negative, the length of the input data block. If negative, [all …]
|
| /kernel/linux/linux-4.19/arch/powerpc/include/asm/ |
| D | vio.h | 20 #include <linux/dma-mapping.h> 27 * Architecture-specific constants for drivers to 30 #define VETH_MAC_ADDR "local-mac-address" 31 #define VETH_MCAST_FILTER_SIZE "ibm,mac-address-filters" 33 /* End architecture-specific constants */ 51 * Platform Facilities Option (PFO)-specific data 58 * vio_pfo_op - PFO operation parameters 62 * @inlen: If non-negative, the length of the input data block. If negative, 65 * @outlen: If non-negative, the length of the input data block. If negative, 67 * @csbcpb: Logical real address of the 4k naturally-aligned storage block [all …]
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/amazon/ena/ |
| D | ena_com.h | 14 * - Redistributions of source code must retain the above 18 * - Redistributions in binary form must reproduce the above 38 #include <linux/dma-mapping.h> 369 /* ena_com_mmio_reg_read_request_init - Init the mmio reg read mechanism 376 * @return - 0 on success, negative value on failure. 380 /* ena_com_set_mmio_read_mode - Enable/disable the mmio reg read mechanism 387 /* ena_com_mmio_reg_read_request_write_dev_addr - Write the mmio reg read return 393 /* ena_com_mmio_reg_read_request_destroy - Destroy the mmio reg read mechanism 398 /* ena_com_admin_init - Init the admin and the async queues 407 * @return - 0 on success, negative value on failure. [all …]
|
| /kernel/linux/linux-4.19/fs/nfsd/ |
| D | nfsctl.c | 96 ino_t ino = file_inode(file)->i_ino; in nfsctl_transaction_write() 101 return -EINVAL; in nfsctl_transaction_write() 117 if (! file->private_data) { in nfsctl_transaction_read() 119 * causes a 0-byte write so that the file can return in nfsctl_transaction_read() 146 seq = file->private_data; in exports_net_open() 147 seq->private = nn->svc_export_cache; in exports_net_open() 153 return exports_net_open(current->nsproxy->net_ns, file); in exports_proc_open() 165 return exports_net_open(inode->i_sb->s_fs_info, file); in exports_nfsd_open() 227 /*----------------------------------------------------------------------------*/ 229 * payload - write methods [all …]
|
| /kernel/linux/linux-4.19/arch/mips/include/asm/octeon/ |
| D | cvmx-helper-sgmii.h | 7 * Copyright (c) 2003-2008 Cavium Networks 14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 57 * Returns Zero on success, negative on failure 82 * Returns Zero on success, negative on failure 94 * Non zero if you want internal loopback 96 * Non zero if you want external loopback 98 * Returns Zero on success, negative on failure.
|
| D | cvmx-helper-xaui.h | 7 * Copyright (c) 2003-2008 Cavium Networks 14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 57 * Returns Zero on success, negative on failure 82 * Returns Zero on success, negative on failure 94 * Non zero if you want internal loopback 96 * Non zero if you want external loopback 98 * Returns Zero on success, negative on failure.
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-class-mtd | 4 Contact: linux-mtd@lists.infradead.org 12 Contact: linux-mtd@lists.infradead.org 22 Contact: linux-mtd@lists.infradead.org 24 These directories provide the corresponding read-only device 30 Contact: linux-mtd@lists.infradead.org 34 read-write device so <minor> will be even. 39 Contact: linux-mtd@lists.infradead.org 42 to the read-only variant of thie MTD device (in 48 Contact: linux-mtd@lists.infradead.org 58 Contact: linux-mtd@lists.infradead.org [all …]
|
| /kernel/linux/linux-4.19/Documentation/ABI/testing/ |
| D | sysfs-class-mtd | 4 Contact: linux-mtd@lists.infradead.org 12 Contact: linux-mtd@lists.infradead.org 22 Contact: linux-mtd@lists.infradead.org 24 These directories provide the corresponding read-only device 30 Contact: linux-mtd@lists.infradead.org 34 read-write device so <minor> will be even. 39 Contact: linux-mtd@lists.infradead.org 42 to the read-only variant of thie MTD device (in 48 Contact: linux-mtd@lists.infradead.org 58 Contact: linux-mtd@lists.infradead.org [all …]
|