/Linux-v6.1/include/linux/regulator/ |
D | driver.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * driver.h -- SoC Regulator driver support. 62 * struct regulator_ops - regulator operations. 74 * @get_voltage: Return the currently configured voltage for the regulator; 75 * return -ENOTRECOVERABLE if regulator can't be read at 77 * @get_voltage_sel: Return the currently configured voltage selector for the 78 * regulator; return -ENOTRECOVERABLE if regulator can't 85 * @set_current_limit: Configure a limit for a current-limited regulator. 87 * @get_current_limit: Get the configured limit for a current-limited regulator. 91 * current situation detection. Detection can be configured for three [all …]
|
/Linux-v6.1/Documentation/admin-guide/gpio/ |
D | sysfs.rst | 7 Documentation/ABI/obsolete/sysfs-gpio AND NEW USERSPACE CONSUMERS 16 ------------------------ 27 then changing its output state, then updating the code before re-enabling 37 PLEASE READ THE DOCUMENT AT Documentation/driver-api/gpio/drivers-on-gpio.rst 41 -------------- 44 - Control interfaces used to get userspace control over GPIOs; 46 - GPIOs themselves; and 48 - GPIO controllers ("gpio_chip" instances). 52 The control interfaces are write-only: 88 is configured as an output, this value may be written; [all …]
|
/Linux-v6.1/Documentation/admin-guide/media/ |
D | fimc.rst | 1 .. SPDX-License-Identifier: GPL-2.0 8 Copyright |copy| 2012 - 2013 Samsung Electronics Co., Ltd. 17 drivers/media/platform/samsung/exynos4-is directory. 20 -------------- 22 S5PC100 (mem-to-mem only), S5PV210, Exynos4210 25 ------------------ 27 - camera parallel interface capture (ITU-R.BT601/565); 28 - camera serial interface capture (MIPI-CSI2); 29 - memory-to-memory processing (color space conversion, scaling, mirror 31 - dynamic pipeline re-configuration at runtime (re-attachment of any FIMC [all …]
|
D | rkisp1.rst | 1 .. SPDX-License-Identifier: GPL-2.0 14 and uses the Media-Controller API. 27 - RKISP1_V10: used at least in rk3288 and rk3399 28 - RKISP1_V11: declared in the original vendor code, but not used 29 - RKISP1_V12: used at least in rk3326 and px30 30 - RKISP1_V13: used at least in rk1808 36 .. kernel-figure:: rkisp1.dot 43 - rkisp1_mainpath: capture device for retrieving images, usually in higher 45 - rkisp1_selfpath: capture device for retrieving images. 46 - rkisp1_stats: a metadata capture device that sends statistics. [all …]
|
/Linux-v6.1/include/uapi/linux/usb/ |
D | gadgetfs.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 3 * Filesystem based user-mode API to USB Gadget controller hardware 6 * on endpoint files found in one directory. They are configured by 8 * i/o requests. When ep0 is configured, the device can enumerate; 44 * both 32-bit and 64-bit kernels. 75 * complete when they're sitting in the FIFO unread.
|
/Linux-v6.1/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_device_queue_manager_cik.c | 1 // SPDX-License-Identifier: GPL-2.0 OR MIT 3 * Copyright 2014-2022 Advanced Micro Devices, Inc. 49 asic_ops->set_cache_memory_policy = set_cache_memory_policy_cik; in device_queue_manager_init_cik() 50 asic_ops->update_qpd = update_qpd_cik; in device_queue_manager_init_cik() 51 asic_ops->init_sdma_vm = init_sdma_vm; in device_queue_manager_init_cik() 52 asic_ops->mqd_manager_init = mqd_manager_init_cik; in device_queue_manager_init_cik() 58 asic_ops->set_cache_memory_policy = set_cache_memory_policy_cik; in device_queue_manager_init_cik_hawaii() 59 asic_ops->update_qpd = update_qpd_cik_hawaii; in device_queue_manager_init_cik_hawaii() 60 asic_ops->init_sdma_vm = init_sdma_vm_hawaii; in device_queue_manager_init_cik_hawaii() 61 asic_ops->mqd_manager_init = mqd_manager_init_cik_hawaii; in device_queue_manager_init_cik_hawaii() [all …]
|
D | kfd_device_queue_manager_vi.c | 1 // SPDX-License-Identifier: GPL-2.0 OR MIT 3 * Copyright 2014-2022 Advanced Micro Devices, Inc. 55 asic_ops->set_cache_memory_policy = set_cache_memory_policy_vi; in device_queue_manager_init_vi() 56 asic_ops->update_qpd = update_qpd_vi; in device_queue_manager_init_vi() 57 asic_ops->init_sdma_vm = init_sdma_vm; in device_queue_manager_init_vi() 58 asic_ops->mqd_manager_init = mqd_manager_init_vi; in device_queue_manager_init_vi() 64 asic_ops->set_cache_memory_policy = set_cache_memory_policy_vi_tonga; in device_queue_manager_init_vi_tonga() 65 asic_ops->update_qpd = update_qpd_vi_tonga; in device_queue_manager_init_vi_tonga() 66 asic_ops->init_sdma_vm = init_sdma_vm_tonga; in device_queue_manager_init_vi_tonga() 67 asic_ops->mqd_manager_init = mqd_manager_init_vi_tonga; in device_queue_manager_init_vi_tonga() [all …]
|
/Linux-v6.1/arch/arc/kernel/ |
D | intc-compact.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2011-12 Synopsys, Inc. (www.synopsys.com) 18 * -Platform independent, needed for each CPU (not foldable into init_IRQ) 19 * -Called very early (start_kernel -> setup_arch -> setup_processor) 22 * -Optionally, setup the High priority Interrupts as Level 2 IRQs 32 * Write to register, even if no LV2 IRQs configured to reset it in arc_init_IRQ() 38 pr_info("Level-2 interrupts bitset %x\n", level_mask); in arc_init_IRQ() 54 * ARC700 core includes a simple on-chip intc supporting 55 * -per IRQ enable/disable 56 * -2 levels of interrupts (high/low) [all …]
|
/Linux-v6.1/Documentation/driver-api/gpio/ |
D | legacy.rst | 13 A "General Purpose Input/Output" (GPIO) is a flexible software-controlled 21 System-on-Chip (SOC) processors heavily rely on GPIOs. In some cases, every 22 non-dedicated pin can be configured as a GPIO; and most chips have at least 27 Most PC southbridges have a few dozen GPIO-capable pins (with only the BIOS 28 firmware knowing how they're used). 32 - Output values are writable (high=1, low=0). Some chips also have 34 value might be driven ... supporting "wire-OR" and similar schemes 37 - Input values are likewise readable (1, 0). Some chips support readback 38 of pins configured as "output", which is very useful in such "wire-OR" 40 input de-glitch/debounce logic, sometimes with software controls. [all …]
|
/Linux-v6.1/drivers/watchdog/ |
D | riowd.c | 1 // SPDX-License-Identifier: GPL-2.0-only 2 /* riowd.c - driver for hw watchdog inside Super I/O of RIO 27 * Controller) of the machine. The BBC can only be configured to 28 * trigger a power-on reset when the signal is asserted. The BBC 29 * can be configured to ignore the signal entirely as well. 32 * 0x05 (WDTO_INDEX) which is the watchdog time-out in minutes (1-255). 35 * re-set the watchdog else it will trigger. 39 * the watchdog control and can be used to make the watchdog timer re-set 71 spin_lock_irqsave(&p->lock, flags); in riowd_writereg() 72 writeb(index, p->regs + 0); in riowd_writereg() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/usb/ |
D | amlogic,meson-g12a-usb-ctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: "http://devicetree.org/schemas/usb/amlogic,meson-g12a-usb-ctrl.yaml#" 6 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 11 - Neil Armstrong <neil.armstrong@linaro.org> 14 The Amlogic G12A embeds a DWC3 USB IP Core configured for USB2 and USB3 15 in host-only mode, and a DWC2 IP Core configured for USB2 peripheral mode 20 One of the USB2 PHYs can be re-routed in peripheral mode to a DWC2 USB IP. 25 The Amlogic A1 embeds a DWC3 USB IP Core configured for USB2 in 26 host-only mode. [all …]
|
/Linux-v6.1/arch/arm/mach-pxa/ |
D | mfp-pxa2xx.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8 * the following MFP_xxx bit definitions in mfp.h are re-used for pxa2xx: 19 * bit 23 - Input/Output (PXA2xx specific) 20 * bit 24 - Wakeup Enable(PXA2xx specific) 21 * bit 25 - Keep Output (PXA2xx specific) 34 * Note: MFP_LPM_KEEP_OUTPUT has no effect on pins configured for input. 49 /* NOTE: pins configured as output _must_ provide a low power state, 58 * Note: pins configured as GPIO are always initialized to input
|
/Linux-v6.1/Documentation/sound/soc/ |
D | overview.rst | 6 provide better ALSA support for embedded system-on-chip processors (e.g. 9 had some limitations:- 12 CPU. This is not ideal and leads to code duplication - for example, 18 machine specific code to re-route audio, enable amps, etc., after such an 31 features :- 38 core and are subsequently matched and configured when the application 54 multiple re-usable component drivers :-
|
/Linux-v6.1/drivers/net/ethernet/intel/ice/ |
D | ice_vf_lib.c | 1 // SPDX-License-Identifier: GPL-2.0 13 * ice_get_vf_by_id - Get pointer to VF by ID 30 hash_for_each_possible_rcu(pf->vfs.table, vf, entry, vf_id) { in ice_get_vf_by_id() 31 if (vf->vf_id == vf_id) { in ice_get_vf_by_id() 34 if (kref_get_unless_zero(&vf->refcnt)) in ice_get_vf_by_id() 49 * ice_release_vf - Release VF associated with a refcount 59 vf->vf_ops->free(vf); in ice_release_vf() 63 * ice_put_vf - Release a reference to a VF 75 kref_put(&vf->refcnt, ice_release_vf); in ice_put_vf() 79 * ice_has_vfs - Return true if the PF has any associated VFs [all …]
|
/Linux-v6.1/Documentation/networking/ |
D | arcnet.rst | 1 .. SPDX-License-Identifier: GPL-2.0 9 See also arcnet-hardware.txt in this directory for jumper-setting 10 and cabling information if you're like many of us and didn't happen to get a 25 ARCnet 0.32 ALPHA first made it into the Linux kernel 1.1.80 - this was 36 If you don't e-mail me about your success/failure soon, I may be forced to 40 If you think so, why not flame me in a quick little e-mail? Please also 41 include the type of card(s) you're using, software, size of network, and 44 My e-mail address is: apenwarr@worldvisions.ca 55 The previous release resulted from many months of on-and-off effort from me 58 ARCnet 2.10 ALPHA, Tomasz's all-new-and-improved RFC1051 support has been [all …]
|
/Linux-v6.1/drivers/staging/media/atomisp/pci/ |
D | gdc_v2_defs.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 21 #define HRT_GDC_N 1024 /* Top-level design constant, equal to the number of ent… 24 #define HRT_GDC_BLI_FRAC_BITS 4 /* Number of fractional bits for the bi-linear interpola… 28 #define HRT_GDC_BCI_COEF_ONE (1 << (HRT_GDC_BCI_COEF_BITS - 2)) /* We represent signed… 29 /* The supported range is [-256, .., +256] */ 30 /* in 14-bit signed notation, */ 32 /* -s is inserted to solve this issue, and */ 34 #define HRT_GDC_BCI_COEF_MASK ((1 << HRT_GDC_BCI_COEF_BITS) - 1) 42 // |-----|---|--------|------------------------| 46 // 1 - Configure reg [all …]
|
/Linux-v6.1/drivers/pwm/ |
D | pwm-atmel-tcb.c | 1 // SPDX-License-Identifier: GPL-2.0-only 76 struct atmel_tcb_pwm_device *tcbpwm = tcbpwmc->pwms[pwm->hwpwm]; in atmel_tcb_pwm_set_polarity() 78 tcbpwm->polarity = polarity; in atmel_tcb_pwm_set_polarity() 91 tcbpwm = devm_kzalloc(chip->dev, sizeof(*tcbpwm), GFP_KERNEL); in atmel_tcb_pwm_request() 93 return -ENOMEM; in atmel_tcb_pwm_request() 95 ret = clk_prepare_enable(tcbpwmc->clk); in atmel_tcb_pwm_request() 97 devm_kfree(chip->dev, tcbpwm); in atmel_tcb_pwm_request() 101 tcbpwm->polarity = PWM_POLARITY_NORMAL; in atmel_tcb_pwm_request() 102 tcbpwm->duty = 0; in atmel_tcb_pwm_request() 103 tcbpwm->period = 0; in atmel_tcb_pwm_request() [all …]
|
/Linux-v6.1/Documentation/power/ |
D | suspend-and-interrupts.rst | 10 ----------------------------------- 14 ->prepare, ->suspend and ->suspend_late callbacks have been executed for all 29 Device IRQs are re-enabled during system resume, right before the "early" phase 30 of resuming devices (that is, before starting to execute ->resume_early 35 ------------------------ 38 suspend-resume cycle, including the "noirq" phases of suspending and resuming 41 but also to IPIs and to some other special-purpose interrupts. 44 requesting a special-purpose interrupt. It causes suspend_device_irqs() to 46 expected during the suspend-resume cycle, but does not guarantee that the 47 interrupt will wake the system from a suspended state -- for such cases it is [all …]
|
/Linux-v6.1/include/net/ |
D | nsh.h | 10 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 12 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 14 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 18 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 27 * discussion of MPLS-related forwarding requirements. 32 * example [I-D.ietf-sfc-oam-framework] for one approach). 34 * The O bit MUST be set for OAM packets and MUST NOT be set for non-OAM 50 * configurable via the control plane; the configured initial value can 65 * Length: The total length, in 4-byte words, of NSH including the Base 77 * 0x0 - This is a reserved value. Implementations SHOULD silently [all …]
|
/Linux-v6.1/Documentation/x86/ |
D | intel_txt.rst | 6 Technology (Intel(R) TXT), defines platform-level enhancements that 13 - Provides dynamic root of trust for measurement (DRTM) 14 - Data protection in case of improper shutdown 15 - Measurement and verification of launched environment 18 non-vPro systems. It is currently available on desktop systems 30 - LinuxTAG 2008: 31 http://www.linuxtag.org/2008/en/conf/events/vp-donnerstag.html 33 - TRUST2008: 34 http://www.trust-conference.eu/downloads/Keynote-Speakers/ 35 3_David-Grawrock_The-Front-Door-of-Trusted-Computing.pdf [all …]
|
/Linux-v6.1/drivers/fpga/ |
D | altera-fpga2sdram.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2013-2016 Altera Corporation, All Rights Reserved. 16 * not support reconfiguring the ports. The ports are configured by code 20 * This driver supports enabling and disabling of the configured ports, which 23 * reprogramming the FPGA and re-enabled after the FPGA has been programmed. 26 #include <linux/fpga/fpga-bridge.h> 58 struct alt_fpga2sdram_data *priv = bridge->priv; in alt_fpga2sdram_enable_show() 61 regmap_read(priv->sdrctl, ALT_SDR_CTL_FPGAPORTRST_OFST, &value); in alt_fpga2sdram_enable_show() 63 return (value & priv->mask) == priv->mask; in alt_fpga2sdram_enable_show() 69 return regmap_update_bits(priv->sdrctl, ALT_SDR_CTL_FPGAPORTRST_OFST, in _alt_fpga2sdram_enable_set() [all …]
|
/Linux-v6.1/drivers/usb/serial/ |
D | keyspan_usa28msg.h | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 5 Copyright (C) 1998-2000 InnoSys Incorporated. All Rights Reserved 6 This file is available under a BSD-style copyright 19 Copyright (C) 1998-2000 InnoSys Incorporated. All Rights Reserved 21 This file is available under a BSD-style copyright 45 USB OUT (host -> USA28, transmit) messages contain a 48 If the port is configured for parity, the data will be an 63 USB IN (USA28 -> host, receive) messages contain data and parity 70 If parity is not configured, the format is: 88 2000jun01 add extended BSD-style copyright text [all …]
|
/Linux-v6.1/Documentation/virt/kvm/x86/ |
D | running-nested-guests.rst | 1 .. SPDX-License-Identifier: GPL-2.0 8 can be KVM-based or a different hypervisor). The straightforward 12 .----------------. .----------------. 17 |----------------'--'----------------| 22 .------------------------------------------------------. 25 |------------------------------------------------------| 27 '------------------------------------------------------' 31 - L0 – level-0; the bare metal host, running KVM 33 - L1 – level-1 guest; a VM running on L0; also called the "guest 36 - L2 – level-2 guest; a VM running on L1, this is the "nested guest" [all …]
|
/Linux-v6.1/Documentation/networking/dsa/ |
D | bcm_sf2.rst | 8 - xDSL gateways such as BCM63138 9 - streaming/multimedia Set Top Box such as BCM7445 10 - Cable Modem/residential gateways such as BCM7145/BCM3390 13 ports, offering a range of built-in and customizable interfaces: 15 - single integrated Gigabit PHY 16 - quad integrated Gigabit PHY 17 - quad external Gigabit PHY w/ MDIO multiplexer 18 - integrated MoCA PHY 19 - several external MII/RevMII/GMII/RGMII interfaces 22 fail-over not to lose packets during a MoCA role re-election, as well as out of [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/media/ |
D | samsung-s5k5baf.txt | 2 -------------------------------------------------------------------- 6 - compatible : "samsung,s5k5baf"; 7 - reg : I2C slave address of the sensor; 8 - vdda-supply : analog power supply 2.8V (2.6V to 3.0V); 9 - vddreg-supply : regulator input power supply 1.8V (1.7V to 1.9V) 11 - vddio-supply : I/O power supply 1.8V (1.65V to 1.95V) 13 - stbyn-gpios : GPIO connected to STDBYN pin; 14 - rstn-gpios : GPIO connected to RSTN pin; 15 - clocks : list of phandle and clock specifier pairs 17 clocks described in clock-names; [all …]
|