Home
last modified time | relevance | path

Searched +full:m +full:- +full:mode (Results 1 – 25 of 1267) sorted by relevance

12345678910>>...51

/linux/include/uapi/mtd/
H A Dmtd-abi.h1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
3 * Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org> et al.
17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
55 * @MTD_OPS_RAW: data are transferred as-is, with no error correction;
56 * this mode implies %MTD_OPS_PLACE_OOB
69 * struct mtd_write_req - data structure for requesting a write operation
74 * @usr_data: user-provided data buffer
75 * @usr_oob: user-provided OOB buffer
76 * @mode: MTD mode (see "MTD operation modes")
80 * writes in various modes. To write to OOB-only, set @usr_data == NULL, and to
[all …]
/linux/arch/mips/sgi-ip27/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
3 prompt "Node addressing mode"
8 bool "IP27 M-Mode"
11 in either N-Modes which allows for more nodes or M-Mode which allows
13 M-Mode, so choose M-mode here.
16 bool "IP27 N-Mode"
19 in either N-Modes which allows for more nodes or M-Mode which allows
21 M-Mode, so choose M-mode here.
/linux/tools/perf/pmu-events/arch/s390/cf_zec12/
H A Dextended.json3 "Unit": "CPU-M-CF",
7 …"PublicDescription": "Level-1 Data TLB miss in progress. Incremented by one for every cycle a DTLB…
10 "Unit": "CPU-M-CF",
14 …"PublicDescription": "Level-1 Instruction TLB miss in progress. Incremented by one for every cycle…
17 "Unit": "CPU-M-CF",
21 …on": "A directory write to the Level-1 Data cache directory where the returned cache line was sour…
24 "Unit": "CPU-M-CF",
28 … "A directory write to the Level-1 Instruction cache directory where the returned cache line was s…
31 "Unit": "CPU-M-CF",
35 …on": "A directory write to the Level-1 Data cache directory where the returned cache line was sour…
[all …]
/linux/drivers/net/team/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
13 To compile this driver as a module, choose M here: the module
19 tristate "Broadcast mode support"
22 Basic mode where packets are transmitted always by all suitable ports.
26 To compile this team mode as a module, choose M here: the module
30 tristate "Round-robin mode support"
33 Basic mode where port used for transmitting packets is selected in
34 round-robin fashion using packet counter.
38 To compile this team mode as a module, choose M here: the module
42 tristate "Random mode support"
[all …]
/linux/sound/soc/intel/avs/boards/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
22 Say Y or m if you have such a device. This is a recommended option.
30 Say Y or m if you have such a device. This is a recommended option.
40 Say Y or m if you have such a device. This is a recommended option.
44 tristate "HD-Audio generic board"
48 Say Y or m if you have such a device. This is a recommended option.
54 This adds support for I2S test-board which can be used to verify
64 Say Y or m if you have such a device. This is a recommended option.
74 Say Y or m if you have such a device. This is a recommended option.
84 Say Y or m if you have such a device. This is a recommended option.
[all …]
/linux/tools/perf/pmu-events/arch/s390/cf_z14/
H A Dextended.json3 "Unit": "CPU-M-CF",
6 "BriefDescription": "L1D Read-only Exclusive Writes",
7 …blicDescription": "A directory write to the Level-1 Data cache where the line was originally in a …
10 "Unit": "CPU-M-CF",
17 "Unit": "CPU-M-CF",
21 …data cache. Incremented by one for every TLB2 miss in progress for the Level-1 Data cache on this …
24 "Unit": "CPU-M-CF",
27 "BriefDescription": "DTLB2 One-Megabyte Page Writes",
28 … into the Combined Region and Segment Table Entry array in the Level-2 TLB for a one-megabyte page…
31 "Unit": "CPU-M-CF",
[all …]
/linux/drivers/gpu/drm/kmb/
H A Dkmb_crtc.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright © 2018-2020 Intel Corporation
31 struct drm_device *dev = crtc->dev; in kmb_crtc_enable_vblank()
47 struct drm_device *dev = crtc->dev; in kmb_crtc_disable_vblank()
71 struct drm_device *dev = crtc->dev; in kmb_crtc_set_mode()
72 struct drm_display_mode *m = &crtc->state->adjusted_mode; in kmb_crtc_set_mode() local
78 kmb_dsi_mode_set(kmb->kmb_dsi, m, kmb->sys_clk_mhz, old_state); in kmb_crtc_set_mode()
81 m->crtc_vsync_start - m->crtc_vdisplay, in kmb_crtc_set_mode()
82 m->crtc_vtotal - m->crtc_vsync_end, in kmb_crtc_set_mode()
83 m->crtc_vsync_end - m->crtc_vsync_start, in kmb_crtc_set_mode()
[all …]
/linux/Documentation/fb/
H A Dmodedb.rst2 modedb default video mode support
6 Currently all frame buffer device drivers have their own video mode databases,
9 - one routine to probe for video modes, which can be used by all frame buffer
11 - one generic video mode database with a fair amount of standard videomodes
13 - the possibility to supply your own mode database for graphics hardware that
14 needs non-standard modes, like amifb and Mac frame buffer drivers (which
18 consider that to be a video mode option. If no frame buffer device is specified
19 in a video= option, fbmem considers that to be a global video mode option.
21 Valid mode specifiers (mode_option argument)::
23 <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd]
[all …]
/linux/kernel/bpf/
H A Dinode.c1 // SPDX-License-Identifier: GPL-2.0-only
93 return ERR_PTR(-EINVAL); in bpf_fd_probe_obj()
104 umode_t mode) in bpf_get_inode() argument
108 switch (mode & S_IFMT) { in bpf_get_inode()
114 return ERR_PTR(-EINVAL); in bpf_get_inode()
119 return ERR_PTR(-ENOSPC); in bpf_get_inode()
121 inode->i_ino = get_next_ino(); in bpf_get_inode()
124 inode_init_owner(&nop_mnt_idmap, inode, dir, mode); in bpf_get_inode()
132 if (inode->i_op == &bpf_prog_iops) in bpf_inode_type()
134 else if (inode->i_op == &bpf_map_iops) in bpf_inode_type()
[all …]
/linux/tools/perf/pmu-events/arch/s390/cf_z15/
H A Dextended.json3 "Unit": "CPU-M-CF",
6 "BriefDescription": "L1D Read-only Exclusive Writes",
7 …blicDescription": "A directory write to the Level-1 Data cache where the line was originally in a …
10 "Unit": "CPU-M-CF",
17 "Unit": "CPU-M-CF",
21 …data cache. Incremented by one for every TLB2 miss in progress for the Level-1 Data cache on this …
24 "Unit": "CPU-M-CF",
27 "BriefDescription": "DTLB2 One-Megabyte Page Writes",
28 … into the Combined Region and Segment Table Entry array in the Level-2 TLB for a one-megabyte page…
31 "Unit": "CPU-M-CF",
[all …]
/linux/tools/perf/pmu-events/arch/s390/cf_z13/
H A Dextended.json3 "Unit": "CPU-M-CF",
6 "BriefDescription": "L1D Read-only Exclusive Writes",
7 …blicDescription": "A directory write to the Level-1 Data cache where the line was originally in a …
10 "Unit": "CPU-M-CF",
14 …"PublicDescription": "A translation entry has been written to the Level-1 Data Translation Lookasi…
17 "Unit": "CPU-M-CF",
21 …"PublicDescription": "Level-1 Data TLB miss in progress. Incremented by one for every cycle a DTLB…
24 "Unit": "CPU-M-CF",
27 "BriefDescription": "DTLB1 One-Megabyte Page Writes",
28 …": "A translation entry has been written to the Level-1 Data Translation Lookaside Buffer for a on…
[all …]
/linux/Documentation/arch/arm/nwfpe/
H A Dtodo.rst6 POW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - power
7 RPW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse power
8 POL{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - polar angle (arctan2)
10 LOG{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base 10
11 LGN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base e
12 EXP{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - exponent
13 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine
14 COS{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - cosine
15 TAN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - tangent
16 ASN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - arcsine
[all …]
/linux/Documentation/sound/cards/
H A Dserial-u16550.rst7 * 0 - Roland Soundcanvas support (default)
8 * 1 - Midiator MS-124T support (1)
9 * 2 - Midiator MS-124W S/A mode (2)
10 * 3 - MS-124W M/B mode support (3)
11 * 4 - Generic device with multiple input support (4)
13 For the Midiator MS-124W, you must set the physical M-S and A-B
14 switches on the Midiator to match the driver mode you select.
16 In Roland Soundcanvas mode, multiple ALSA raw MIDI substreams are supported
17 (midiCnD0-midiCnD15). Whenever you write to a different substream, the driver
28 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 speed=115200
[all …]
/linux/drivers/s390/char/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
13 def_tristate m
29 prompt "Support for 3215 line mode terminal"
32 Include support for IBM 3215 line-mode terminals.
36 prompt "Support for console on 3215 line mode terminal"
39 Include support for using an IBM 3215 line-mode terminal as a
47 prompt "Support for SCLP line mode terminal"
50 Include support for IBM SCLP line-mode terminals.
54 prompt "Support for console on SCLP line mode terminal"
57 Include support for using an IBM HWC line-mode terminal as the Linux
[all …]
/linux/sound/drivers/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
50 tristate "PC-Speaker support (READ HELP!)"
60 You can compile this as a module which will be called snd-pcsp.
65 pc-speaker a default sound device. Which is likely not
69 options snd-pcsp index=2
71 You don't need this driver if you only want your pc-speaker to beep.
76 Say M if you don't.
89 To compile this driver as a module, choose M here: the module
90 will be called snd-dummy.
97 Say 'Y' or 'M' to include support for the PCM loopback device.
[all …]
/linux/drivers/gpu/drm/loongson/
H A Dlsdc_crtc.c1 // SPDX-License-Identifier: GPL-2.0+
24 struct lsdc_device *ldev = lcrtc->ldev; in lsdc_crtc0_soft_reset()
50 struct lsdc_device *ldev = lcrtc->ldev; in lsdc_crtc1_soft_reset()
76 struct lsdc_device *ldev = lcrtc->ldev; in lsdc_crtc0_enable()
87 drm_warn(&ldev->base, "%s stall\n", lcrtc->base.name); in lsdc_crtc0_enable()
96 struct lsdc_device *ldev = lcrtc->ldev; in lsdc_crtc0_disable()
105 struct lsdc_device *ldev = lcrtc->ldev; in lsdc_crtc1_enable()
115 drm_warn(&ldev->base, "%s stall\n", lcrtc->base.name); in lsdc_crtc1_enable()
124 struct lsdc_device *ldev = lcrtc->ldev; in lsdc_crtc1_disable()
135 struct lsdc_device *ldev = lcrtc->ldev; in lsdc_crtc0_scan_pos()
[all …]
/linux/include/drm/
H A Ddrm_modes.h3 * Copyright © 2007-2008 Dave Airlie
4 * Copyright © 2007-2008 Intel Corporation
46 * enum drm_mode_status - hardware support status of a mode
47 * @MODE_OK: Mode OK
50 * @MODE_H_ILLEGAL: mode has illegal horizontal timings
51 * @MODE_V_ILLEGAL: mode has illegal vertical timings
53 * @MODE_NOMODE: no mode with a matching name
54 * @MODE_NO_INTERLACE: interlaced mode not supported
55 * @MODE_NO_DBLESCAN: doublescan mode not supported
56 * @MODE_NO_VSCAN: multiscan mode not supported
[all …]
/linux/tools/perf/pmu-events/arch/s390/cf_z16/
H A Dextended.json3 "Unit": "CPU-M-CF",
6 "BriefDescription": "L1D Read-only Exclusive Writes",
7 …blicDescription": "A directory write to the Level-1 Data cache where the line was originally in a …
10 "Unit": "CPU-M-CF",
14 … Translation Lookaside Buffer 2 (TLB2) and the request was made by the Level-1 Data cache. This is…
17 "Unit": "CPU-M-CF",
21 …ress for a request made by the Level-1 Data cache. Incremented by one for every TLB2 miss in progr…
24 "Unit": "CPU-M-CF",
28 … into the Combined Region and Segment Table Entry array in the Level-2 TLB for a one-megabyte page…
31 "Unit": "CPU-M-CF",
[all …]
/linux/sound/soc/intel/boards/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
59 Say Y or m if you have such a device.
91 Say Y or m if you have such a device.
103 Say Y or m if you have such a device. This is a recommended option.
110 tristate "Baytrail and Baytrail-CR with RT5640 codec"
117 This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
119 Say Y or m if you have such a device. This is a recommended option.
123 tristate "Baytrail and Baytrail-CR with RT5651 codec"
130 This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
132 Say Y or m if you have such a device. This is a recommended option.
[all …]
/linux/Documentation/ABI/testing/
H A Ddebugfs-scmi-raw7 in little-endian binary format to have it sent to the configured
22 in little-endian binary format to have it sent to the configured
38 Description: SCMI Raw message injection/snooping facility using polling mode;
40 little-endian binary format to have it sent to the configured
41 backend SCMI server for instance <n>, using polling mode on
55 polling-mode; write a complete SCMI asynchronous command message
56 (header included) in little-endian binary format to have it sent
58 polling-mode on the reception path of the immediate part of the
74 Description: SCMI Raw message errors facility; any kind of timed-out or
101 different test-run.
[all …]
/linux/tools/perf/pmu-events/arch/s390/cf_z17/
H A Dextended.json3 "Unit": "CPU-M-CF",
6 "BriefDescription": "L1D Read-only Exclusive Writes",
7 …blicDescription": "A directory write to the Level-1 Data cache where the line was originally in a …
10 "Unit": "CPU-M-CF",
14 … Translation Lookaside Buffer 2 (TLB2) and the request was made by the Level-1 Data cache. This is…
17 "Unit": "CPU-M-CF",
21 …ress for a request made by the Level-1 Data cache. Incremented by one for every TLB2 miss in progr…
24 "Unit": "CPU-M-CF",
28 … into the Combined Region and Segment Table Entry array in the Level-2 TLB for a one-megabyte page…
31 "Unit": "CPU-M-CF",
[all …]
/linux/drivers/spi/
H A Dspi-fsl-espi.c1 // SPDX-License-Identifier: GPL-2.0-or-later
23 #define ESPI_SPMODE 0x00 /* eSPI mode register */
29 #define ESPI_SPMODE0 0x20 /* eSPI cs0 mode register */
33 /* eSPI Controller mode register definitions */
39 /* eSPI Controller CS mode register definitions */
54 /* Default mode/csmode for eSPI controller */
118 return ioread32be(espi->reg_base + offset); in fsl_espi_read_reg()
123 return ioread16be(espi->reg_base + offset); in fsl_espi_read_reg16()
128 return ioread8(espi->reg_base + offset); in fsl_espi_read_reg8()
134 iowrite32be(val, espi->reg_base + offset); in fsl_espi_write_reg()
[all …]
/linux/drivers/net/arcnet/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
16 COM90xx type card, so say Y (or M) to "ARCnet COM90xx chipset
19 To compile this driver as a module, choose M here. The module will
29 industry-standard RFC1201 implementations, like the arcether.com
42 industry-standard RFC1201 implementations, like the arcether.com
49 tristate "Enable raw mode packet interface"
51 ARCnet "raw mode" packet encapsulation, no soft headers. Unlikely
56 tristate "Enable CAP mode packet interface"
58 ARCnet "cap mode" packet encapsulation. Used to get the hardware
71 Cap only listens to protocol 1-8.
[all …]
/linux/drivers/clk/sunxi-ng/
H A Dccu_mp.c1 // SPDX-License-Identifier: GPL-2.0-or-later
4 * Maxime Ripard <maxime.ripard@free-electrons.com>
7 #include <linux/clk-provider.h>
23 unsigned int *m, unsigned int *p) in ccu_mp_find_best() argument
36 if ((rate - tmp_rate) < (rate - best_rate)) { in ccu_mp_find_best()
44 *m = best_m; in ccu_mp_find_best()
67 * unsigned long in rate * m * p below in ccu_mp_find_best_with_parent_adj()
114 unsigned int m, p; in ccu_mp_round_rate() local
117 if (cmp->common.features & CCU_FEATURE_FIXED_POSTDIV) in ccu_mp_round_rate()
118 rate *= cmp->fixed_post_div; in ccu_mp_round_rate()
[all …]
/linux/drivers/clk/qcom/
H A Dclk-rcg.c1 // SPDX-License-Identifier: GPL-2.0-only
10 #include <linux/clk-provider.h>
15 #include "clk-rcg.h"
20 ns >>= s->src_sel_shift; in ns_to_src()
30 mask <<= s->src_sel_shift; in src_to_ns()
33 ns |= src << s->src_sel_shift; in src_to_ns()
44 ret = regmap_read(rcg->clkr.regmap, rcg->ns_reg, &ns); in clk_rcg_get_parent()
47 ns = ns_to_src(&rcg->s, ns); in clk_rcg_get_parent()
49 if (ns == rcg->s.parent_map[i].cfg) in clk_rcg_get_parent()
60 bank &= BIT(rcg->mux_sel_bit); in reg_to_bank()
[all …]

12345678910>>...51