Home
last modified time | relevance | path

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

12345678910>>...43

/kernel/linux/linux-4.19/Documentation/ABI/testing/
Dsysfs-module1 What: /sys/module/pch_phub/drivers/.../pch_mac
4 Contact: masa-korg@dsn.okisemi.com
7 What: /sys/module/pch_phub/drivers/.../pch_firmware
10 Contact: masa-korg@dsn.okisemi.com
14 What: /sys/module/ehci_hcd/drivers/.../uframe_periodic_max
18 Description: Maximum time allowed for periodic transfers per microframe (μs)
20 [ USB 2.0 sets maximum allowed time for periodic transfers per
26 microseconds of isochronous bandwidth per microframe to work
31 microseconds of periodic bandwidth per microframe.
33 Beware, non-standard modes are usually not thoroughly tested by
[all …]
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-module1 What: /sys/module/pch_phub/drivers/.../pch_mac
4 Contact: masa-korg@dsn.okisemi.com
7 What: /sys/module/pch_phub/drivers/.../pch_firmware
10 Contact: masa-korg@dsn.okisemi.com
14 What: /sys/module/ehci_hcd/drivers/.../uframe_periodic_max
18 Description: Maximum time allowed for periodic transfers per microframe (μs)
21 USB 2.0 sets maximum allowed time for periodic transfers per
27 microseconds of isochronous bandwidth per microframe to work
32 microseconds of periodic bandwidth per microframe.
34 Beware, non-standard modes are usually not thoroughly tested by
[all …]
/kernel/linux/linux-5.10/Documentation/virt/
Dguest-halt-polling.rst15 2) The VM-exit cost can be avoided.
25 ("per-cpu guest_halt_poll_ns"), which is adjusted by the algorithm
28 Module Parameters
31 The haltpoll governor has 5 tunable module parameters:
42 Division factor used to shrink per-cpu guest_halt_poll_ns when
49 Multiplication factor used to grow per-cpu guest_halt_poll_ns
50 when event occurs after per-cpu guest_halt_poll_ns
57 The per-cpu guest_halt_poll_ns eventually reaches zero
59 per-cpu guest_halt_poll_ns when growing. This can
70 to avoid it (per-cpu guest_halt_poll_ns will remain
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
Dcm_common.c1 // SPDX-License-Identifier: GPL-2.0-only
25 * cm_ll_data: function pointers to SoC-specific implementations of
41 * omap2_set_globals_cm - set the CM/CM2 base addresses (for early use)
54 * cm_split_idlest_reg - split CM_IDLEST reg addr into its components
61 * via the @prcm_inst and @idlest_reg_id. Returns -EINVAL upon error,
69 if (!cm_ll_data->split_idlest_reg) { in cm_split_idlest_reg()
70 WARN_ONCE(1, "cm: %s: no low-level function defined\n", in cm_split_idlest_reg()
72 return -EINVAL; in cm_split_idlest_reg()
75 ret = cm_ll_data->split_idlest_reg(idlest_reg, prcm_inst, in cm_split_idlest_reg()
77 *prcm_inst -= cm_base.offset; in cm_split_idlest_reg()
[all …]
/kernel/linux/linux-4.19/arch/arm/mach-omap2/
Dcm_common.c28 * cm_ll_data: function pointers to SoC-specific implementations of
44 * omap2_set_globals_cm - set the CM/CM2 base addresses (for early use)
57 * cm_split_idlest_reg - split CM_IDLEST reg addr into its components
64 * via the @prcm_inst and @idlest_reg_id. Returns -EINVAL upon error,
72 if (!cm_ll_data->split_idlest_reg) { in cm_split_idlest_reg()
73 WARN_ONCE(1, "cm: %s: no low-level function defined\n", in cm_split_idlest_reg()
75 return -EINVAL; in cm_split_idlest_reg()
78 ret = cm_ll_data->split_idlest_reg(idlest_reg, prcm_inst, in cm_split_idlest_reg()
80 *prcm_inst -= cm_base.offset; in cm_split_idlest_reg()
85 * omap_cm_wait_module_ready - wait for a module to leave idle or standby
[all …]
/kernel/linux/linux-4.19/include/uapi/sound/
Dsnd_sst_tokens.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * snd_sst_tokens.h - Intel SST tokens definition
22 * %SKL_TKN_UUID: Module UUID
44 * %SKL_TKN_U8_CORE_ID: Stores module affinity value.Can take
50 * %SKL_TKN_U8_MOD_TYPE: Module type value.
52 * %SKL_TKN_U8_CONN_TYPE: Module connection type can be a FE,
58 * %SKL_TKN_U8_DEV_TYPE: Type of device to which the module is
70 * module is connected
79 * %SKL_TKN_U32_MAX_MCPS: Module max mcps value
81 * %SKL_TKN_U32_MEM_PAGES: Module resource pages
[all …]
/kernel/linux/linux-5.10/include/uapi/sound/
Dsnd_sst_tokens.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * snd_sst_tokens.h - Intel SST tokens definition
22 * %SKL_TKN_UUID: Module UUID
44 * %SKL_TKN_U8_CORE_ID: Stores module affinity value.Can take
50 * %SKL_TKN_U8_MOD_TYPE: Module type value.
52 * %SKL_TKN_U8_CONN_TYPE: Module connection type can be a FE,
58 * %SKL_TKN_U8_DEV_TYPE: Type of device to which the module is
70 * module is connected
79 * %SKL_TKN_U32_MAX_MCPS: Module max mcps value
81 * %SKL_TKN_U32_MEM_PAGES: Module resource pages
[all …]
/kernel/linux/linux-5.10/drivers/crypto/allwinner/
DKconfig24 To compile this driver as a module, choose M here: the module
25 will be called sun4i-ss.
32 Select this option if you want to provide kernel-side support for
33 the Pseudo-Random Number Generator found in the Security System.
50 To compile this driver as a module, choose M here: the module
51 will be called sun8i-ce.
54 bool "Enable sun8i-ce stats"
58 Say y to enable sun8i-ce debug stats.
59 This will create /sys/kernel/debug/sun8i-ce/stats for displaying
60 the number of requests per flow and per algorithm.
[all …]
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/goldmontplus/
Dcache.json28 …from the intra-die interconnect (IDI) fabric. The XQ may reject transactions from the L2Q (non-cac…
72 "BriefDescription": "Cycles code-fetch stalled due to an outstanding ICache miss."
107 "BriefDescription": "Load uops retired that split a cache-line (Precise event capable)"
119 "BriefDescription": "Stores uops retired that split a cache-line (Precise event capable)"
131 "BriefDescription": "Memory uops retired that split a cache-line (Precise event capable)"
227 …"BriefDescription": "Memory uop retired where cross core or cross module HITM occurred (Precise ev…
285 …ines true miss for the L2 cache with a snoop miss in the other processor module. Requires MSR_OFF…
295 … of full cache lines true miss for the L2 cache with a snoop miss in the other processor module. ",
300 …ll cache lines miss the L2 cache with a snoop hit in the other processor module, data forwarding i…
310 …ll cache lines miss the L2 cache with a snoop hit in the other processor module, data forwarding i…
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/goldmontplus/
Dcache.json28 …from the intra-die interconnect (IDI) fabric. The XQ may reject transactions from the L2Q (non-cac…
72 "BriefDescription": "Cycles code-fetch stalled due to an outstanding ICache miss."
108 "BriefDescription": "Load uops retired that split a cache-line (Precise event capable)",
121 "BriefDescription": "Stores uops retired that split a cache-line (Precise event capable)",
134 "BriefDescription": "Memory uops retired that split a cache-line (Precise event capable)",
238 …"BriefDescription": "Memory uop retired where cross core or cross module HITM occurred (Precise ev…
299 …ines true miss for the L2 cache with a snoop miss in the other processor module. Requires MSR_OFF…
309 …s of full cache lines true miss for the L2 cache with a snoop miss in the other processor module.",
314 …ll cache lines miss the L2 cache with a snoop hit in the other processor module, data forwarding i…
324 …ll cache lines miss the L2 cache with a snoop hit in the other processor module, data forwarding i…
[all …]
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/goldmont/
Dcache.json24 …from the intra-die interconnect (IDI) fabric. The XQ may reject transactions from the L2Q (non-cac…
60 "BriefDescription": "Cycles code-fetch stalled due to an outstanding ICache miss."
91 "BriefDescription": "Load uops retired that split a cache-line (Precise event capable)"
102 "BriefDescription": "Stores uops retired that split a cache-line (Precise event capable)"
113 "BriefDescription": "Memory uops retired that split a cache-line (Precise event capable)"
201 …"BriefDescription": "Memory uop retired where cross core or cross module HITM occurred (Precise ev…
227 …ead for ownership (RFO) requests (demand & prefetch) that are outstanding, per cycle, from the tim…
235 …ead for ownership (RFO) requests (demand & prefetch) that are outstanding, per cycle, from the tim…
253 …prefetch) that miss the L2 cache with a snoop hit in the other processor module, data forwarding i…
261 …prefetch) that miss the L2 cache with a snoop hit in the other processor module, data forwarding i…
[all …]
/kernel/linux/linux-4.19/Documentation/
Dlsm.txt17 about Security-Enhanced Linux (SELinux) at the 2.5 Linux Kernel Summit.
18 SELinux is an implementation of flexible and fine-grained
35 migrating the Linux capabilities code into such a module.
40 individuals, including Greg Kroah-Hartman and James Morris, to develop a
44 of the framework and the example capabilities security module provided
57 module, with the system defaulting to the traditional superuser logic.
58 This capabilities module is discussed further in
59 `LSM Capabilities Module <#cap>`__.
66 for security-aware applications.
93 object (e.g. task, inode, file, sk_buff, etc) as well as some top-level
[all …]
/kernel/linux/linux-5.10/drivers/usb/usbip/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
16 To compile this as a module, choose M here: the module will
17 be called usbip-core.
28 To compile this driver as a module, choose M here: the
29 module will be called vhci-hcd.
32 int "Number of ports per USB/IP virtual host controller"
38 host controller driver, this defines number of ports per
59 To compile this driver as a module, choose M here: the
60 module will be called usbip-host.
70 To compile this driver as a module, choose M here: the
[all …]
/kernel/linux/linux-4.19/drivers/usb/usbip/
DKconfig6 ---help---
14 To compile this as a module, choose M here: the module will
15 be called usbip-core.
22 ---help---
26 To compile this driver as a module, choose M here: the
27 module will be called vhci-hcd.
30 int "Number of ports per USB/IP virtual host controller"
34 ---help---
36 host controller driver, this defines number of ports per
44 ---help---
[all …]
/kernel/linux/linux-5.10/drivers/mmc/core/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
10 This selects Hardware reset support aka pwrseq-emmc for eMMC
13 This driver can also be built as a module. If so, the module
17 tristate "HW reset support for SD8787 BT + Wifi module"
21 module. By default this option is set to n.
23 This driver can also be built as a module. If so, the module
31 This selects simple hardware reset support aka pwrseq-simple for MMC
34 This driver can also be built as a module. If so, the module
48 int "Number of minors per block device"
53 Number of minors per block device. One is needed for every
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
38 TFT-LCD modules. The panel has a 1200x1920 resolution and uses
39 24 bit RGB per pixel. It provides a MIPI DSI interface to
40 the host and has a built-in LED backlight.
57 This driver supports LVDS panels that don't require device-specific
79 KD35T133 controller for 320x480 LCD panels with MIPI-DSI
89 4-lane 800x1280 MIPI DSI panel.
92 tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel"
98 Feiyang FY07024DI26A30-D MIPI-DSI interface.
106 QVGA (320x240) RGB, YUV and ITU-T BT.656 panels.
[all …]
/kernel/linux/linux-4.19/drivers/mmc/core/
DKconfig9 This selects Hardware reset support aka pwrseq-emmc for eMMC
12 This driver can also be built as a module. If so, the module
16 tristate "HW reset support for SD8787 BT + Wifi module"
20 module. By default this option is set to n.
22 This driver can also be built as a module. If so, the module
30 This selects simple hardware reset support aka pwrseq-simple for MMC
33 This driver can also be built as a module. If so, the module
47 int "Number of minors per block device"
52 Number of minors per block device. One is needed for every
/kernel/linux/linux-5.10/include/drm/
Di915_mei_hdcp_interface.h1 /* SPDX-License-Identifier: (GPL-2.0+) */
3 * Copyright © 2017-2019 Intel Corporation
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
82 * @port_type: HDCP port type as per ME FW classification
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/timer/
Dnxp,tpm-timer.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/timer/nxp,tpm-timer.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP Low Power Timer/Pulse Width Modulation Module (TPM)
10 - Dong Aisheng <aisheng.dong@nxp.com>
13 The Timer/PWM Module (TPM) supports input capture, output compare,
22 const: fsl,imx7ulp-tpm
32 - description: SoC TPM ipg clock
33 - description: SoC TPM per clock
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/bus/
Darm,integrator-ap-lm.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/bus/arm,integrator-ap-lm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Integrator/AP Logic Module extension bus
10 - Linus Walleij <linusw@kernel.org>
15 determine if a logic module is connected at index 0, 1, 2 or 3. The logic
16 module connector is described in this binding. The logic modules per se
17 then have their own specific per-module bindings and they will be described
18 as subnodes under this logic module extension bus.
[all …]
/kernel/linux/linux-4.19/Documentation/networking/
Dnetif-msg.txt19 always implemented within +-1 of the specified level. Drivers tended
22 1 Standard messages, initialization status. No run-time messages
23 2 Special media selection messages, generally timer-driver.
33 were consistently renamed to "debug" and allowed to be set as a module
40 Per-interface rather than per-driver message level setting.
47 Retaining the per-driver integer variable "debug" as a module
50 Adding a per-interface private variable named "msg_enable". The
54 debug < 0 ? 0 : 1 << min(sizeof(int)-1, debug)
60 if (np->msg_enable & NETIF_MSG_LINK)
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dti-clkctrl.txt4 interconnect target module. The clkctrl clock controller manages functional
5 and interface clocks for each module. Each clkctrl controller can also
6 gate one or more optional functional clocks for a module, and can have one
8 interconnect target module on omap4 and later variants.
16 Documentation/devicetree/bindings/clock/clock-bindings.txt.
19 - compatible : shall be "ti,clkctrl" or a clock domain specific name:
20 "ti,clkctrl-l4-cfg"
21 "ti,clkctrl-l4-per"
22 "ti,clkctrl-l4-secure"
23 "ti,clkctrl-l4-wkup"
[all …]
/kernel/linux/linux-5.10/drivers/crypto/amlogic/
DKconfig15 To compile this driver as a module, choose M here: the module
16 will be called amlogic-gxl-crypto.
23 Say y to enable amlogic-crypto debug stats.
24 This will create /sys/kernel/debug/gxl-crypto/stats for displaying
25 the number of requests per flow and per algorithm.
/kernel/linux/linux-4.19/drivers/scsi/aic7xxx/
DKconfig.aic7xxx3 # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic7xxx#7 $
6 tristate "Adaptec AIC7xxx Fast -> U160 support (New Driver)"
9 ---help---
15 To compile this driver as a module, choose M here: the
16 module will be called aic7xxx.
19 int "Maximum number of TCQ commands per device"
22 ---help---
23 Specify the number of commands you would like to allocate per SCSI
32 Due to resource allocation issues in the Linux SCSI mid-layer, using
33 a high number of commands per device may result in memory allocation
[all …]
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
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"
16 To compile this driver as a module, choose M here: the
17 module will be called aic7xxx.
20 int "Maximum number of TCQ commands per device"
24 Specify the number of commands you would like to allocate per SCSI
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
39 Per device tag depth can be controlled via the kernel command line
[all …]

12345678910>>...43