Home
last modified time | relevance | path

Searched +full:per +full:- +full:device (Results 1 – 25 of 1177) sorted by relevance

12345678910>>...48

/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H A Dblkio-controller.rst16 level logical devices like device mapper.
21 -----------------------------
22 - Enable Block IO controller::
26 - Enable throttling in block layer::
30 - Mount blkio controller (see cgroups.txt, Why are cgroups needed?)::
32 mount -t cgroup -o blkio none /sys/fs/cgroup/blkio
34 - Specify a bandwidth rate on particular device for root group. The format
40 on device having major/minor number 8:16.
42 - Run dd to read a file and see if rate is throttled to 1MB/s or not::
83 - Block IO controller.
[all …]
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dnand.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright 2017 - Free Electrons
6 * Boris Brezillon <boris.brezillon@free-electrons.com>
18 * struct nand_memory_organization - Memory organization structure
19 * @bits_per_cell: number of bits per NAND cell
22 * @pages_per_eraseblock: number of pages per eraseblock
23 * @eraseblocks_per_lun: number of eraseblocks per LUN (Logical Unit Number)
24 * @max_bad_eraseblocks_per_lun: maximum number of eraseblocks per LUN
25 * @planes_per_lun: number of planes per LUN
26 * @luns_per_target: number of LUN per target (target is a synonym for die)
[all …]
/OK3568_Linux_fs/kernel/Documentation/timers/
H A Dhighres.rst8 https://www.kernel.org/doc/ols/2006/ols2006v1-pages-333-346.pdf
11 http://www.cs.columbia.edu/~nahum/w6998/papers/ols2006-hrtimers-slides.pdf
23 - hrtimer base infrastructure
24 - timeofday and clock source management
25 - clock event management
26 - high resolution timer functionality
27 - dynamic ticks
31 ---------------------------
40 - time ordered enqueueing into a rb-tree
41 - independent of ticks (the processing is based on nanoseconds)
[all …]
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dnand.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright 2017 - Free Electrons
6 * Boris Brezillon <boris.brezillon@free-electrons.com>
16 * struct nand_memory_organization - Memory organization structure
17 * @bits_per_cell: number of bits per NAND cell
20 * @pages_per_eraseblock: number of pages per eraseblock
21 * @eraseblocks_per_lun: number of eraseblocks per LUN (Logical Unit Number)
22 * @planes_per_lun: number of planes per LUN
23 * @luns_per_target: number of LUN per target (target is a synonym for die)
24 * @ntargets: total number of targets exposed by the NAND device
[all …]
/OK3568_Linux_fs/kernel/include/drm/
H A Di915_mei_hdcp_interface.h1 /* SPDX-License-Identifier: (GPL-2.0+) */
3 * Copyright © 2017-2019 Intel Corporation
13 #include <linux/device.h>
17 * enum hdcp_port_type - HDCP port implementation type defined by ME FW
19 * @HDCP_PORT_TYPE_INTEGRATED: In-Host HDCP2.x port
33 * enum hdcp_wired_protocol - HDCP adaptation used on the port
57 * enum mei_fw_tc - ME Firmware defined index for transcoders
79 * struct hdcp_port_data - intel specific HDCP port data
80 * @fw_ddi: ddi index as per ME FW
81 * @fw_tc: transcoder index as per ME FW
[all …]
H A Ddrm_device.h30 * enum drm_switch_power - power state of drm device
48 * struct drm_device - DRM device structure
57 * List of devices per driver for stealth attach cleanup
64 /** @ref: Object ref-count */
67 /** @dev: Device structure of bus-device */
68 struct device *dev;
85 /** @driver: DRM driver managing the device */
96 * per-device structure.
116 * Currently active master for this device.
122 * @driver_features: per-device driver features
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c5 * Copyright (C) 2012-2014 LSI Corporation
6 * Copyright (C) 2013-2014 Avago Technologies
7 * (mailto: MPT-FusionLinux.pdl@avagotech.com)
22 * LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT,
41 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
93 static u8 scsi_io_cb_idx = -1;
94 static u8 tm_cb_idx = -1;
95 static u8 ctl_cb_idx = -1;
96 static u8 base_cb_idx = -1;
97 static u8 port_enable_cb_idx = -1;
[all …]
/OK3568_Linux_fs/buildroot/package/sysstat/
H A DConfig.in11 * Input / Output and transfer rate statistics (global, per
12 device, per partition, per network filesystem and per
14 * CPU statistics (global, per CPU and per Linux task /
18 * Per-task (per-PID) memory and page fault statistics
22 * Interrupt statistics (global, per CPU and per interrupt,
25 (number of packets and kB received and transmitted per
29 IPv6-related protocols.
34 * System and per Linux task switching activity
36 * TTY device activity
39 http://pagesperso-orange.fr/sebastien.godard/
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Drdma.c1 // SPDX-License-Identifier: GPL-2.0-only
21 * Protects list of resource pools maintained on per cgroup basis
22 * and rdma device list.
49 * resource pool object which represents per cgroup, per device
50 * resources. There are multiple instances of this object per cgroup,
55 struct rdmacg_device *device; member
74 return css_rdmacg(cg->css.parent); in parent_rdmacg()
86 if (rpool->resources[index].max != S32_MAX) in set_resource_limit()
87 rpool->num_max_cnt++; in set_resource_limit()
89 if (rpool->resources[index].max == S32_MAX) in set_resource_limit()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/remoteproc/
H A Dti,keystone-rproc.txt5 sub-systems that are used to offload some of the processor-intensive tasks or
8 These processor sub-systems usually contain additional sub-modules like L1
13 DSP Device Node:
15 Each DSP Core sub-system is represented as a single DT node, and should also
18 CorePac) to perform the device management of the remote processor and to
22 --------------------
25 - compatible: Should be one of the following,
26 "ti,k2hk-dsp" for DSPs on Keystone 2 66AK2H/K SoCs
27 "ti,k2l-dsp" for DSPs on Keystone 2 66AK2L SoCs
28 "ti,k2e-dsp" for DSPs on Keystone 2 66AK2E SoCs
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A DKconfig.aic79xx1 # SPDX-License-Identifier: GPL-2.0-only
4 # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic79xx#4 $
11 This driver supports all of Adaptec's Ultra 320 PCI-X
15 int "Maximum number of TCQ commands per device"
19 Specify the number of commands you would like to allocate per SCSI
20 device when Tagged Command Queueing (TCQ) is enabled on that device.
23 to be used for any device. The aic7xxx driver will automatically
24 vary this number based on device behavior. For devices with a
28 Due to resource allocation issues in the Linux SCSI mid-layer, using
29 a high number of commands per device may result in memory allocation
[all …]
H A DKconfig.aic7xxx1 # SPDX-License-Identifier: GPL-2.0-only
4 # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic7xxx#7 $
7 tristate "Adaptec AIC7xxx Fast -> U160 support"
20 int "Maximum number of TCQ commands per device"
24 Specify the number of commands you would like to allocate per SCSI
25 device when Tagged Command Queueing (TCQ) is enabled on that device.
28 to be used for any device. The aic7xxx driver will automatically
29 vary this number based on device behavior. For devices with a
33 Due to resource allocation issues in the Linux SCSI mid-layer, using
34 a high number of commands per device may result in memory allocation
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_sysfs.c3 * Copyright (c) 2006 - 2012 QLogic Corporation. All rights reserved.
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
39 /* start of per-port functions */
45 struct qib_devdata *dd = ppd->dd; in show_hrtbt_enb()
48 ret = dd->f_get_ib_cfg(ppd, QIB_IB_CFG_HRTBT); in show_hrtbt_enb()
56 struct qib_devdata *dd = ppd->dd; in store_hrtbt_enb()
67 * Set the "intentional" heartbeat enable per either of in store_hrtbt_enb()
73 ret = dd->f_set_ib_cfg(ppd, QIB_IB_CFG_HRTBT, val); in store_hrtbt_enb()
80 struct qib_devdata *dd = ppd->dd; in store_loopback()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-mdp/
H A Dmtk_mdp_core.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2015-2016 MediaTek Inc.
12 #include <media/v4l2-ctrls.h>
13 #include <media/v4l2-device.h>
14 #include <media/v4l2-mem2mem.h>
15 #include <media/videobuf2-core.h>
16 #include <media/videobuf2-dma-contig.h>
22 #define MTK_MDP_MODULE_NAME "mtk-mdp"
34 * struct mtk_mdp_pix_align - alignment of image
48 * struct mtk_mdp_fmt - the driver's internal color format data
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/c6x/
H A Ddscr.txt1 Device State Configuration Registers
2 ------------------------------------
8 In general, the Device State Configuration Registers (DSCR) will provide one or
14 write once or the individual bits are write once. In addition to device config,
16 provide device ID information, provide ethernet MAC addresses, as well as other
19 For device state control (enable/disable), each device control is assigned an
20 id which is used by individual device drivers to control the state as needed.
24 - compatible: must be "ti,c64x+dscr"
25 - reg: register area base and size
31 device tree will result in reduced functionality or possibly driver
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/
H A Dhpilo.h1 /* SPDX-License-Identifier: GPL-2.0 */
5 * Copyright (C) 2008 Hewlett-Packard Development Company, L.P.
13 /* max number of open channel control blocks per device, hw limited to 32 */
15 /* min number of open channel control blocks per device, hw limited to 32 */
23 /* per spin wait time in usec */
29 * Per device, used to track global memory allocations.
32 /* mmio registers on device */
35 /* doorbell registers on device */
38 /* shared memory on device used for channel control blocks */
41 /* files corresponding to this device */
[all …]
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dmtdnand.rst10 The generic NAND driver supports almost all NAND and AG-AND based chips
31 --------------------------
37 - [MTD Interface]
43 - [NAND Interface]
48 - [GENERIC]
53 - [DEFAULT]
65 -------------------------------
71 - [INTERN]
77 - [REPLACEABLE]
86 - [BOARDSPECIFIC]
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/neterion/vxge/
H A Dvxge-config.h10 * vxge-config.h: Driver for Exar Corp's X3100 Series 10GbE PCIe I/O
12 * Copyright(c) 2002-2010 Exar Corp.
27 (((size) - (((u64)adrs) & ((size)-1))) & ((size)-1))
46 * @test: C-condition to check
145 VXGE_HW_EOF_TRACE_BUF = -1
149 * enum enum vxge_hw_device_link_state - Link state enumeration.
162 * enum enum vxge_hw_fw_upgrade_code - FW upgrade return codes.
177 * enum enum vxge_hw_fw_upgrade_err_code - FW upgrade error codes.
203 * struct vxge_hw_device_date - Date Format
228 * struct vxge_hw_fifo_config - Configuration of fifo.
[all …]
/OK3568_Linux_fs/kernel/Documentation/power/
H A Dpm_qos_interface.rst11 * The per-device PM QoS framework provides the API to manage the
12 per-device latency constraints and PM QoS flags.
65 The infrastructure exposes one device node, /dev/cpu_dma_latency, for the CPU
75 As long as the device node is held open that process has a registered
79 the open device node. Alternatively, it can write a hex string for the value
83 To remove the user mode request for a target value simply close the device
87 2. PM QoS per-device latency and flags framework
90 For each device, there are three lists of PM QoS requests. Two of them are
98 values. One device PM QoS flag is defined currently: PM_QOS_FLAG_NO_POWER_OFF.
106 int dev_pm_qos_add_request(device, handle, type, value):
[all …]
/OK3568_Linux_fs/kernel/kernel/dma/
H A Dcoherent.c1 // SPDX-License-Identifier: GPL-2.0
3 * Coherent per-device memory handling.
10 #include <linux/dma-direct.h>
11 #include <linux/dma-map-ops.h>
25 static inline struct dma_coherent_mem *dev_get_coherent_memory(struct device *dev) in dev_get_coherent_memory()
27 if (dev && dev->dma_mem) in dev_get_coherent_memory()
28 return dev->dma_mem; in dev_get_coherent_memory()
32 static inline dma_addr_t dma_get_device_base(struct device *dev, in dma_get_device_base()
35 if (mem->use_dev_dma_pfn_offset) in dma_get_device_base()
36 return phys_to_dma(dev, PFN_PHYS(mem->pfn_base)); in dma_get_device_base()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_dev.h1 /* SPDX-License-Identifier: GPL-2.0 */
10 #include <linux/device.h>
93 * initialize &komeda_dev->format_table, this function should be called
103 /** @cleanup: call to chip to cleanup komeda_dev->chip data */
139 * passed to CHIP by &komeda_dev_funcs->change_opmode(), then CHIP can do the
141 * - KOMEDA_MODE_DISP0: Only one display enabled, pipeline-0 work as master.
142 * - KOMEDA_MODE_DISP1: Only one display enabled, pipeline-0 work as master.
143 * - KOMEDA_MODE_DUAL_DISP: Dual display mode, both display has been enabled.
158 * komeda_device is for describing the whole view of the device, and the
159 * control-abilites of device.
[all …]
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dsht3x.c1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /* Sensirion SHT3x-DIS humidity and temperature sensor driver.
16 #include <linux/hwmon-sysfs.h>
45 /* delays for non-blocking i2c commands, both in us */
55 #define SHT3X_MIN_TEMPERATURE -45000
76 /* 0.5 measurements per second */
78 /* 1 measurements per second */
80 /* 2 measurements per second */
82 /* 4 measurements per second */
84 /* 10 measurements per second */
[all …]
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Dauthorization.rst5 Copyright (C) 2007 Inaky Perez-Gonzalez <inaky@linux.intel.com> Intel Corporation
7 This feature allows you to control if a USB device can be used (or
8 not) in a system. This feature will allow you to implement a lock-down
11 As of now, when a USB device is connected it is configured and
13 modification, only if root authorizes the device to be configured will
19 Authorize a device to connect::
21 $ echo 1 > /sys/bus/usb/devices/DEVICE/authorized
23 De-authorize a device::
25 $ echo 0 > /sys/bus/usb/devices/DEVICE/authorized
45 ------------------------------
[all …]
/OK3568_Linux_fs/kernel/drivers/slimbus/
H A Dslimbus.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (c) 2011-2017, The Linux Foundation
9 #include <linux/device.h>
14 /* Standard values per SLIMbus spec needed by controllers and devices */
43 /* Device management messages used by this framework */
64 /* Clock pause values per SLIMbus spec */
74 /* Standard values per SLIMbus spec needed by controllers and devices */
82 /* Standard values per SLIMbus spec needed by controllers and devices */
86 /* Manager's logical address is set to 0xFF per spec */
91 * struct slim_framer - Represents SLIMbus framer.
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/devlink/
H A Ddevlink-info.rst1 .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
7 The ``devlink-info`` mechanism enables device drivers to report device
10 The original motivation for the ``devlink-info`` API was twofold:
12 - making it possible to automate device and firmware management in a fleet
13 of machines in a vendor-independent fashion (see also
14 :ref:`Documentation/networking/devlink/devlink-flash.rst <devlink_flash>`);
15 - name the per component FW versions (as opposed to the crowded ethtool
18 ``devlink-info`` supports reporting multiple types of objects. Reporting driver
19 versions is generally discouraged - here, and via any other Linux API.
21 .. list-table:: List of top level info objects
[all …]

12345678910>>...48