Home
last modified time | relevance | path

Searched +full:num +full:- +full:modes (Results 1 – 25 of 215) sorted by relevance

123456789

/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-picolcd1 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
3 Contact: Bruno Prémont <bonbons@linux-vserver.org>
5 (firmware) and bootloader (flasher) operation modes.
7 Reading: returns list of available modes, the active mode being
11 the non-active mode names listed when read.
18 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
20 Contact: Bruno Prémont <bonbons@linux-vserver.org>
28 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
30 Contact: Bruno Prémont <bonbons@linux-vserver.org>
/linux/arch/arm/boot/dts/marvell/
H A Darmada-370-seagate-nas-4bay.dts1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree file for Seagate NAS 4-Bay (Armada 370 SoC).
13 * Product name : Seagate NAS 4-Bay
14 * Code name (board/PCB) : Dart 4-Bay
19 /dts-v1/;
20 #include "armada-370-seagate-nas-xbay.dtsi"
21 #include <dt-bindings/leds/leds-ns2.h>
24 model = "Seagate NAS 4-Bay (Dart, SRPD40)";
25 compatible = "seagate,dart-4", "marvell,armada370", "marvell,armada-370-xp";
28 internal-regs {
[all …]
/linux/drivers/video/fbdev/core/
H A Dfbmon.c11 * Copyright (C) 1991-2002 SciTech Software, Inc. All rights reserved.
14 * Copyright 1998 by Egbert Eich <Egbert.Eich@Physik.TU-Darmstadt.DE>
67 /* DEC FR-PCXAV-YZ */
98 while (i-- && (*--s == 0x20)) *s = 0; in copy_string()
245 b[9] = 17; /* pixclock - 170 MHz*/ in fix_edid()
253 for (i = 0; i < EDID_LENGTH - 1; i++) in fix_edid()
256 edid[127] = 256 - csum; in fix_edid()
299 specs->manufacturer[0] = ((block[0] & 0x7c) >> 2) + '@'; in parse_vendor_block()
300 specs->manufacturer[1] = ((block[0] & 0x03) << 3) + in parse_vendor_block()
302 specs->manufacturer[2] = (block[1] & 0x1f) + '@'; in parse_vendor_block()
[all …]
/linux/Documentation/devicetree/bindings/phy/
H A Dmediatek,mt8365-csi-rx.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/phy/mediatek,mt8365-csi-rx.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Mediatek Sensor Interface MIPI CSI CD-PHY
11 - Julien Stephan <jstephan@baylibre.com>
12 - Andy Hsieh <andy.hsieh@mediatek.com>
15 The SENINF CD-PHY is a set of CD-PHY connected to the SENINF CSI-2
17 Depending on the SoC model, each PHYs can be either CD-PHY or D-PHY only
23 - mediatek,mt8365-csi-rx
[all …]
/linux/arch/arm/mach-omap2/
H A Dtimer.c2 * linux/arch/arm/mach-omap2/timer.c
16 * OMAP Dual-mode timer framework support by Timo Teras
20 * Copyright (C) 2004-2009 Texas Instruments, Inc.
23 * Added OMAP4 support - Santosh Shilimkar <santosh.shilimkar@ti.com>
35 #include "omap-secure.h"
50 * The realtime counter also called master counter, is a free-running
54 * in different power modes, the master counter shifts operation between
64 unsigned long long num, den; in realtime_counter_init() local
103 num = 75; in realtime_counter_init()
112 num = 64; in realtime_counter_init()
[all …]
/linux/drivers/ras/amd/atl/
H A Dmap.c1 // SPDX-License-Identifier: GPL-2.0-or-later
17 ctx->map.intlv_mode = FIELD_GET(DF2_INTLV_NUM_CHAN, ctx->map.base); in df2_get_intlv_mode()
19 if (ctx->map.intlv_mode == 8) in df2_get_intlv_mode()
20 ctx->map.intlv_mode = DF2_2CHAN_HASH; in df2_get_intlv_mode()
22 if (ctx->map.intlv_mode != NONE && in df2_get_intlv_mode()
23 ctx->map.intlv_mode != NOHASH_2CHAN && in df2_get_intlv_mode()
24 ctx->map.intlv_mode != DF2_2CHAN_HASH) in df2_get_intlv_mode()
25 return -EINVAL; in df2_get_intlv_mode()
32 ctx->map.intlv_mode = FIELD_GET(DF3_INTLV_NUM_CHAN, ctx->map.base); in df3_get_intlv_mode()
38 ctx->map.intlv_mode = FIELD_GET(DF3p5_INTLV_NUM_CHAN, ctx->map.base); in df3p5_get_intlv_mode()
[all …]
/linux/tools/include/nolibc/
H A Darch-arm.h1 /* SPDX-License-Identifier: LGPL-2.1 OR MIT */
4 * Copyright (C) 2017-2022 Willy Tarreau <w@1wt.eu>
16 /* Syscalls for ARM in ARM or Thumb modes :
17 * - registers are 32-bit
18 * - stack is 8-byte aligned
20 * - syscal
53 my_syscall0(num) global() argument
70 my_syscall1(num,arg1) global() argument
87 my_syscall2(num,arg1,arg2) global() argument
105 my_syscall3(num,arg1,arg2,arg3) global() argument
124 my_syscall4(num,arg1,arg2,arg3,arg4) global() argument
144 my_syscall5(num,arg1,arg2,arg3,arg4,arg5) global() argument
165 my_syscall6(num,arg1,arg2,arg3,arg4,arg5,arg6) global() argument
[all...]
H A Darch-x86.h1 /* SPDX-License-Identifier: LGPL-2.1 OR MIT */
3 * x86 specific definitions for NOLIBC (both 32- and 64-bit)
4 * Copyright (C) 2017-2025 Willy Tarreau <w@1wt.eu>
16 * - mostly similar to x86_64
17 * - registers are 32-bit
18 * - syscal
33 my_syscall0(num) global() argument
47 my_syscall1(num,arg1) global() argument
63 my_syscall2(num,arg1,arg2) global() argument
80 my_syscall3(num,arg1,arg2,arg3) global() argument
98 my_syscall4(num,arg1,arg2,arg3,arg4) global() argument
117 my_syscall5(num,arg1,arg2,arg3,arg4,arg5) global() argument
137 my_syscall6(num,arg1,arg2,arg3,arg4,arg5,arg6) global() argument
203 my_syscall0(num) global() argument
217 my_syscall1(num,arg1) global() argument
233 my_syscall2(num,arg1,arg2) global() argument
250 my_syscall3(num,arg1,arg2,arg3) global() argument
268 my_syscall4(num,arg1,arg2,arg3,arg4) global() argument
287 my_syscall5(num,arg1,arg2,arg3,arg4,arg5) global() argument
307 my_syscall6(num,arg1,arg2,arg3,arg4,arg5,arg6) global() argument
[all...]
/linux/drivers/iio/chemical/
H A Dsen0322.c1 // SPDX-License-Identifier: GPL-2.0
34 ret = regmap_bulk_read(sen0322->regmap, SEN0322_REG_DATA, data, in sen0322_read_data()
42 * but it is multiplied by 100 here to avoid floating-point math in sen0322_read_data()
48 static int sen0322_read_scale(struct sen0322 *sen0322, int *num, int *den) in sen0322_read_scale() argument
53 ret = regmap_read(sen0322->regmap, SEN0322_REG_COEFF, &val); in sen0322_read_scale()
58 *num = val; in sen0322_read_scale()
60 } else { /* The device is not calibrated, using the factory-defaults. */ in sen0322_read_scale()
61 *num = 209; /* Oxygen content in the atmosphere is 20.9%. */ in sen0322_read_scale()
65 dev_dbg(regmap_get_device(sen0322->regmap), "scale: %d/%d\n", in sen0322_read_scale()
66 *num, *den); in sen0322_read_scale()
[all …]
H A Dpms7003.c1 // SPDX-License-Identifier: GPL-2.0
54 * +------+------+-----+------+-----+-----------+-----------+
56 * +------+------+-----+------+-----+-----------+-----------+
87 ret = serdev_device_write(state->serdev, pms7003_cmd_tbl[cmd], in pms7003_do_cmd()
90 return ret < 0 ? ret : -EIO; in pms7003_do_cmd()
92 ret = wait_for_completion_interruptible_timeout(&state->frame_ready, in pms7003_do_cmd()
95 ret = -ETIMEDOUT; in pms7003_do_cmd()
109 struct iio_dev *indio_dev = pf->indio_dev; in pms7003_trigger_handler()
111 struct pms7003_frame *frame = &state->frame; in pms7003_trigger_handler()
114 mutex_lock(&state->lock); in pms7003_trigger_handler()
[all …]
/linux/drivers/crypto/ccree/
H A Dcc_hw_queue_defs.h1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
21 #define CC_REG_HIGH(name) (CC_REG_LOW(name) + name ## _BIT_SIZE - 1)
75 DESC_DIRECTION_ILLEGAL = -1,
83 DMA_MODE_NULL = -1,
92 FLOW_MODE_NULL = -1,
180 #define CC_LAST_HW_KEY_SLOT (CC_FIRST_HW_KEY_SLOT + CC_NUM_HW_KEY_SLOTS - 1)
185 CC_NUM_CPP_KEY_SLOTS - 1)
208 * hw_desc_init() - Init a HW descriptor struct
217 * set_queue_last_ind_bit() - Indicate the end of current HW descriptors flow
[all …]
/linux/arch/arm64/boot/dts/ti/
H A Dk3-j784s4-evm-pcie0-pcie1-ep.dtso1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
8 * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/
11 /dts-v1/;
14 #include <dt-bindings/interrupt-controller/arm-gic.h>
15 #include <dt-bindings/soc/ti,sci_pm_domain.h>
17 #include "k3-pinctrl.h"
20 * Since Root Complex and Endpoint modes are mutually exclusive
32 #address-cells = <2>;
33 #size-cells = <2>;
34 interrupt-parent = <&gic500>;
[all …]
H A Dk3-am68-sk-base-board-pcie1-ep.dtso1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
4 * AM68-SK board.
6 * AM68-SK Board Product Link: https://www.ti.com/tool/SK-AM68
8 * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/
11 /dts-v1/;
14 #include <dt-bindings/interrupt-controller/arm-gic.h>
15 #include <dt-bindings/soc/ti,sci_pm_domain.h>
17 #include "k3-pinctrl.h"
20 * Since Root Complex and Endpoint modes are mutually exclusive
28 #address-cells = <2>;
[all …]
H A Dk3-j721s2-evm-pcie1-ep.dtso1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
8 * Copyright (C) 2023-2024 Texas Instruments Incorporated - https://www.ti.com/
11 /dts-v1/;
14 #include <dt-bindings/interrupt-controller/arm-gic.h>
15 #include <dt-bindings/soc/ti,sci_pm_domain.h>
17 #include "k3-pinctrl.h"
20 * Since Root Complex and Endpoint modes are mutually exclusive
28 #address-cells = <2>;
29 #size-cells = <2>;
30 interrupt-parent = <&gic500>;
[all …]
H A Dk3-j7200-evm-pcie1-ep.dtso1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
8 * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/
11 /dts-v1/;
14 #include <dt-bindings/interrupt-controller/arm-gic.h>
15 #include <dt-bindings/soc/ti,sci_pm_domain.h>
17 #include "k3-pinctrl.h"
20 * Since Root Complex and Endpoint modes are mutually exclusive
28 #address-cells = <2>;
29 #size-cells = <2>;
30 interrupt-parent = <&gic500>;
[all …]
H A Dk3-j721e-evm-pcie0-ep.dtso1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
8 * Copyright (C) 2023-2024 Texas Instruments Incorporated - https://www.ti.com/
11 /dts-v1/;
14 #include <dt-bindings/interrupt-controller/arm-gic.h>
15 #include <dt-bindings/soc/ti,sci_pm_domain.h>
17 #include "k3-pinctrl.h"
20 * Since Root Complex and Endpoint modes are mutually exclusive
28 #address-cells = <2>;
29 #size-cells = <2>;
30 interrupt-parent = <&gic500>;
[all …]
H A Dk3-j721e-evm-pcie1-ep.dtso1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
8 * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/
11 /dts-v1/;
14 #include <dt-bindings/interrupt-controller/arm-gic.h>
15 #include <dt-bindings/soc/ti,sci_pm_domain.h>
17 #include "k3-pinctrl.h"
20 * Since Root Complex and Endpoint modes are mutually exclusive
28 #address-cells = <2>;
29 #size-cells = <2>;
30 interrupt-parent = <&gic500>;
[all …]
H A Dk3-am642-evm-pcie0-ep.dtso1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
8 * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/
11 /dts-v1/;
14 #include <dt-bindings/interrupt-controller/arm-gic.h>
15 #include <dt-bindings/soc/ti,sci_pm_domain.h>
17 #include "k3-pinctrl.h"
20 * Since Root Complex and Endpoint modes are mutually exclusive
28 #address-cells = <2>;
29 #size-cells = <2>;
30 interrupt-parent = <&gic500>;
[all …]
/linux/include/linux/soundwire/
H A Dsdw.h1 /* SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) */
2 /* Copyright(c) 2015-17 Intel Corporation. */
16 #include <linux/device-id/sdw.h>
76 * flow modes for SDW port. These can be isochronous, tx controlled,
89 * enum sdw_slave_status - Slave status
107 * @SDW_CLK_PRE_DEPREPARE: pre clock stop de-prepare
108 * @SDW_CLK_POST_DEPREPARE: post clock stop de-prepare
118 * enum sdw_command_response - Command response as defined by SDW spec
206 * enum sdw_p15_behave - Slave Port 15 behaviour when the Master attempts a
217 * enum sdw_dpn_type - Data port types
[all …]
/linux/drivers/usb/typec/ucsi/
H A Ddisplayport.c1 // SPDX-License-Identifier: GPL-2.0
35 * if the system supports alternate modes, the OS may not be aware of them.
38 * modes, but it may still not be able to configure them, not even enter or exit
45 * -EOPNOTSUPP.
51 struct ucsi *ucsi = dp->con->ucsi; in ucsi_displayport_enter()
57 if (!ucsi_con_mutex_lock(dp->con)) in ucsi_displayport_enter()
58 return -ENOTCONN; in ucsi_displayport_enter()
60 if (!dp->override && dp->initialized) { in ucsi_displayport_enter()
63 dev_warn(&p->dev, in ucsi_displayport_enter()
65 ret = -EOPNOTSUPP; in ucsi_displayport_enter()
[all …]
/linux/drivers/platform/x86/intel/int1092/
H A Dintel_sar.c1 // SPDX-License-Identifier: GPL-2.0-only
21 * * -EIO if there is an issue in acpi_object passed.
25 if (!obj || obj->type != ACPI_TYPE_INTEGER) in get_int_value()
26 return -EIO; in get_int_value()
27 *out = (int)obj->integer.value; in get_int_value()
36 * context->reg_value will never exceed MAX_REGULATORY
41 &context->config_data[context->reg_value]; in update_sar_data()
43 if (config->device_mode_info && in update_sar_data()
44 context->sar_data.device_mode < config->total_dev_mode) { in update_sar_data()
47 for (itr = 0; itr < config->total_dev_mode; itr++) { in update_sar_data()
[all …]
/linux/tools/testing/selftests/timers/
H A Dleap-a-day.c9 * kernel's leap-second behavior, as well as how well applications
10 * handle the leap-second discontinuity.
12 * Usage: leap-a-day [-w] [-i <num>] [-t]
15 * -w: Only set the leap-secon
[all...]
/linux/drivers/mfd/
H A Domap-usb-tll.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * omap-usb-tll.c - The USB TLL driver for OMAP EHCI & OHCI
5 * Copyright (C) 2012-2013 Texas Instruments Incorporated - https://www.ti.com
19 #include <linux/platform_data/usb-omap.h>
22 #include "omap-usb.h"
48 #define OMAP_TLL_CHANNEL_CONF(num) (0x040 + 0x004 * num) argument
71 #define OMAP_TLL_ULPI_FUNCTION_CTRL(num) (0x804 + 0x100 * num) argument
72 #define OMAP_TLL_ULPI_INTERFACE_CTRL(num) (0x807 + 0x100 * num) argument
73 #define OMAP_TLL_ULPI_OTG_CTRL(num) (0x80A + 0x100 * num) argument
74 #define OMAP_TLL_ULPI_INT_EN_RISE(num) (0x80D + 0x100 * num) argument
[all …]
/linux/Documentation/devicetree/bindings/net/
H A Dhisilicon-hns-dsaf.txt4 - compatible: should be "hisilicon,hns-dsaf-v1" or "hisilicon,hns-dsaf-v2".
5 "hisilicon,hns-dsaf-v1" is for hip05.
6 "hisilicon,hns-dsaf-v2" is for Hi1610 and Hi1612.
7 - mode: dsa fabric mode string. only support one of dsaf modes like these:
8 "2port-64vf",
9 "6port-16rss",
10 "6port-16vf",
11 "single-port".
12 - interrupts: should contain the DSA Fabric and rcb interrupt.
13 - reg: specifies base physical address(es) and size of the device registers.
[all …]
/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-boneblack-hdmi.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
6 #include <dt-bindings/display/tda998x.h>
7 #include <dt-bindings/interrupt-controller/irq.h>
10 nxp_hdmi_bonelt_pins: nxp-hdmi-bonelt-pins {
11 pinctrl-single,pins = <
36 nxp_hdmi_bonelt_off_pins: nxp-hdmi-bonelt-off-pins {
37 pinctrl-single,pins = <
42 mcasp0_pins: mcasp0-pins {
43 pinctrl-single,pins = <
[all …]

123456789