| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/ |
| H A D | richtek,rtmv20-regulator.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/regulator/richtek,rtmv20-regulator.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - ChiYuan Huang <cy_huang@richtek.com> 27 wakeup-source: true 32 enable-gpios: 36 richtek,ld-pulse-delay-us: 38 load current pulse delay in microsecond after strobe pin pulse high. 43 richtek,ld-pulse-width-us: [all …]
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | rtmv20-regulator.c | 1 // SPDX-License-Identifier: GPL-2.0+ 75 gpiod_set_value(priv->enable_gpio, 1); in rtmv20_lsw_enable() 80 /* HW re-enable, disable cache only and sync regcache here */ in rtmv20_lsw_enable() 81 regcache_cache_only(priv->regmap, false); in rtmv20_lsw_enable() 82 ret = regcache_sync(priv->regmap); in rtmv20_lsw_enable() 99 regcache_cache_only(priv->regmap, true); in rtmv20_lsw_disable() 100 regcache_mark_dirty(priv->regmap); in rtmv20_lsw_disable() 102 gpiod_set_value(priv->enable_gpio, 0); in rtmv20_lsw_disable() 113 return -EINVAL; in rtmv20_lsw_set_current_limit() 118 sel = (max_uA - RTMV20_LSW_MINUA) / RTMV20_LSW_STEPUA; in rtmv20_lsw_set_current_limit() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/fpga/ |
| H A D | stratixv.c | 4 * SPDX-License-Identifier: GPL-2.0+ 20 debug("%s (%d): data=%p size=%ld\n", in program_write() 26 return -1; in program_write() 29 return -1; in program_write() 41 * Return 0 for sucess, non-zero for error. 45 altera_board_specific_func *pfns = desc->iface_fns; in stratixv_load() 46 int cookie = desc->cookie; in stratixv_load() 53 return -EINVAL; in stratixv_load() 57 if (pfns->pre) in stratixv_load() 58 (pfns->pre)(cookie); in stratixv_load() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | f71808e_wdt.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * Copyright (C) 2007-2009 Hans de Goede <hdegoede@redhat.com> * 27 #define SIO_UNLOCK_KEY 0x87 /* Key to enable Super-I/O */ 28 #define SIO_LOCK_KEY 0xAA /* Key to disable Super-I/O */ 36 #define SIO_F81866_REG_PORT_SEL 0x27 /* F81866 Multi-Function Register */ 75 #define WATCHDOG_PULSE_WIDTH 125 /* 125 ms, default pulse width for 95 "Watchdog signal pulse width. 0(=level), 1, 25, 30, 125, 150, 5000 or 6000 ms" 129 /* Super-I/O Function prototypes */ 136 static inline void superio_select(int base, int ld); 150 u8 pulse_val; /* pulse width flag */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H A D | ite-cir.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 8 * skeleton provided by the nuvoton-cir driver. 10 * The lirc_it87 driver was originally written by Hans-Gunter Lutke Uphues 13 * <jimbo-lirc@edwardsclan.net>. 16 * <spmf2004-lirc@yahoo.fr> in 2008. 29 #include <media/rc-core.h> 32 #include "ite-cir.h" 59 MODULE_PARM_DESC(tx_duty_cycle, "Override TX duty cycle, 1-100"); 64 MODULE_PARM_DESC(sample_period, "Override carrier sample period, us"); 67 static int model_number = -1; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ufs/ |
| H A D | ufs-mediatek.c | 1 // SPDX-License-Identifier: GPL-2.0 9 #include <linux/arm-smccc.h> 21 #include "ufshcd-crypto.h" 22 #include "ufshcd-pltfrm.h" 25 #include "ufs-mediatek.h" 28 #include "ufs-mediatek-trace.h" 55 { .compatible = "mediatek,mt8183-ufshci" }, 63 return !!(host->caps & UFS_MTK_CAP_BOOST_CRYPT_ENGINE); in ufs_mtk_is_boost_crypt_enabled() 70 return !!(host->caps & UFS_MTK_CAP_VA09_PWR_CTRL); in ufs_mtk_is_va09_supported() 77 return !!(host->caps & UFS_MTK_CAP_BROKEN_VCC); in ufs_mtk_is_broken_vcc() [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/tools/armhf/ |
| HD | top | ... limit (%d) exceeded bad pid '%s' -%c requires argument bad width arg '%s' unknown ... |
| HD | gdb | ... expression. flex scanner jammed fatal flex scanner internal error--end of buffer missed fatal error - scanner input ... |
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A D | mcu.c | 1 // SPDX-License-Identifier: ISC 97 seq = ++dev->mt76.mcu.msg_seq & 0xf; in mt7615_mcu_fill_msg() 99 seq = ++dev->mt76.mcu.msg_seq & 0xf; in mt7615_mcu_fill_msg() 114 val = FIELD_PREP(MT_TXD0_TX_BYTES, skb->len) | in mt7615_mcu_fill_msg() 126 uni_txd->len = cpu_to_le16(skb->len - sizeof(uni_txd->txd)); in mt7615_mcu_fill_msg() 127 uni_txd->option = MCU_CMD_UNI_EXT_ACK; in mt7615_mcu_fill_msg() 128 uni_txd->cid = cpu_to_le16(mcu_cmd); in mt7615_mcu_fill_msg() 129 uni_txd->s2d_index = MCU_S2D_H2N; in mt7615_mcu_fill_msg() 130 uni_txd->pkt_type = MCU_PKT_ID; in mt7615_mcu_fill_msg() 131 uni_txd->seq = seq; in mt7615_mcu_fill_msg() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/atmel/ |
| H A D | nand-controller.c | 1 // SPDX-License-Identifier: GPL-2.0 6 * Author: Boris Brezillon <boris.brezillon@free-electrons.com> 23 * Derived from Das U-Boot source code 24 * (u-boot-1.1.5/board/atmel/at91sam9263ek/nand.c) 38 * - atmel_nand_: all generic structures/functions 39 * - atmel_smc_nand_: all structures/functions specific to the SMC interface 41 * - atmel_hsmc_nand_: all structures/functions specific to the HSMC interface 43 * - atmel_nfc_: all structures/functions used to manipulate the NFC sub-block 45 * - <soc>_nand_: all SoC specific structures/functions 49 #include <linux/dma-mapping.h> [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mcde/ |
| H A D | mcde_dsi.c | 1 // SPDX-License-Identifier: GPL-2.0+ 73 d = host_to_mcde_dsi(mdsi->host); in mcde_dsi_irq() 75 dev_dbg(d->dev, "%s called\n", __func__); in mcde_dsi_irq() 77 val = readl(d->regs + DSI_DIRECT_CMD_STS_FLAG); in mcde_dsi_irq() 79 dev_dbg(d->dev, "DSI_DIRECT_CMD_STS_FLAG = %08x\n", val); in mcde_dsi_irq() 81 dev_dbg(d->dev, "direct command write completed\n"); in mcde_dsi_irq() 84 dev_dbg(d->dev, "direct command TE received\n"); in mcde_dsi_irq() 87 dev_err(d->dev, "direct command ACK ERR received\n"); in mcde_dsi_irq() 89 dev_err(d->dev, "direct command read ERR received\n"); in mcde_dsi_irq() 91 writel(val, d->regs + DSI_DIRECT_CMD_STS_CLR); in mcde_dsi_irq() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | max9286.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Copyright (C) 2017-2019 Jacopo Mondi 6 * Copyright (C) 2017-2019 Kieran Bingham 7 * Copyright (C) 2017-2019 Laurent Pinchart 8 * Copyright (C) 2017-2019 Niklas Söderlund 19 #include <linux/i2c-mux.h> 26 #include <media/v4l2-async.h> 27 #include <media/v4l2-ctrls.h> 28 #include <media/v4l2-device.h> 29 #include <media/v4l2-fwnode.h> [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/ |
| H A D | bttv-driver.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 bttv - Bt848 frame grabber driver 6 Copyright (C) 1996,97,98 Ralph Metzler <rjkm@thp.uni-koeln.de> 7 & Marcus Metzler <mocm@thp.uni-koeln.de> 8 (c) 1999-2002 Gerd Knorr <kraxel@bytesex.org> 14 (c) 2005-2006 Nickolay V. Shmyrev <nshmyrev@yandex.ru> 38 #include <media/v4l2-common.h> 39 #include <media/v4l2-ioctl.h> 40 #include <media/v4l2-event.h> 42 #include <media/drv-intf/msp3400.h> [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/ |
| H A D | aic79xx_core.c | 4 * Copyright (c) 1994-2002 Justin T. Gibbs. 5 * Copyright (c) 2000-2003 Adaptec Inc. 19 * 3. Neither the names of the above-listed copyright holders nor the names 68 { DPARERR, "Data-path Parity Error" }, 76 { P_DATAOUT, MSG_NOOP, "in Data-out phase" }, 77 { P_DATAIN, MSG_INITIATOR_DET_ERR, "in Data-in phase" }, 78 { P_DATAOUT_DT, MSG_NOOP, "in DT Data-out phase" }, 79 { P_DATAIN_DT, MSG_INITIATOR_DET_ERR, "in DT Data-in phase" }, 81 { P_MESGOUT, MSG_NOOP, "in Message-out phase" }, 83 { P_MESGIN, MSG_PARITY_ERROR, "in Message-in phase" }, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/clk/bcm/ |
| H A D | clk-bcm2835.c | 1 // SPDX-License-Identifier: GPL-2.0+ 27 #include <linux/clk-provider.h> 37 #include <dt-bindings/clock/bcm2835.h> 44 # define CM_DIV_FRAC_MASK GENMASK(CM_DIV_FRAC_BITS - 1, 0) 252 # define A2W_PLL_FRAC_MASK ((1 << A2W_PLL_FRAC_BITS) - 1) 336 writel(CM_PASSWORD | val, cprman->regs + reg); in cprman_write() 341 return readl(cprman->regs + reg); in cprman_read() 354 spin_lock(&cprman->regs_lock); in bcm2835_measure_tcnt_mux() 371 dev_err(cprman->dev, "timeout waiting for OSCCOUNT\n"); in bcm2835_measure_tcnt_mux() 382 dev_err(cprman->dev, "timeout waiting for !BUSY\n"); in bcm2835_measure_tcnt_mux() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/ |
| H A D | mac.c | 1 // SPDX-License-Identifier: ISC 3 * Copyright (c) 2005-2011 Atheros Communications Inc. 4 * Copyright (c) 2011-2017 Qualcomm Atheros, Inc. 5 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. 24 #include "wmi-tlv.h" 25 #include "wmi-ops.h" 87 #define ath10k_a_rates_size (ARRAY_SIZE(ath10k_rates) - \ 122 for (i = 0; i < sband->n_bitrates; i++) { in ath10k_mac_hw_rate_to_idx() 123 rate = &sband->bitrates[i]; in ath10k_mac_hw_rate_to_idx() 125 if (ath10k_mac_bitrate_is_cck(rate->bitrate) != cck) in ath10k_mac_hw_rate_to_idx() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop2.c | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 4 * Author: Andy Yan <andy.yan@rock-chips.com> 23 #include <dt-bindings/soc/rockchip-system-status.h> 26 #include <linux/fixp-arith.h> 32 #include <linux/clk-provider.h> 33 #include <linux/clk/clk-conf.h> 50 #include <soc/rockchip/rockchip-system-status.h> 75 if (win->regs->cluster) \ 76 REG_SET(x, name, 0, win->regs->cluster->name, v, true); \ 81 if (win->regs->afbc) \ [all …]
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 3 Date: Tue Apr 13 10:01:34 2021 -0400 7 Signed-off-by: Matt Turner <mattst88@gmail.com> 15 CVE-2021-3472 / ZDI-CAN-1259 18 Jan-Niklas Sohn working with Trend Micro Zero Day Initiative 20 Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> 24 Date: Sun Feb 21 21:49:58 2021 -0800 30 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 35 Date: Sun Feb 21 21:49:14 2021 -0800 39 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 44 Date: Sun Feb 21 20:58:42 2021 -0800 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-hdmi-qp.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Algea Cao <algea.cao@rock-chips.com> 9 #include <linux/dma-mapping.h> 11 #include <linux/extcon-provider.h> 35 #include <uapi/linux/media-bus-format.h> 38 #include "dw-hdmi-qp-audio.h" 39 #include "dw-hdmi-qp.h" 40 #include "dw-hdmi-qp-cec.h" 42 #include <media/cec-notifier.h> 49 /* DW-HDMI Controller >= 0x200a are at least compliant with SCDC version 1 */ [all …]
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | ... then
81 /usr/share/command-not-found/command-not-found -- "$ ... |
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20190609-patch.sh.bz2 | ... --------------------- |
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | ipr.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * ipr.c -- driver for IBM Power Linux RAID adapters 5 * Written By: Brian King <brking@us.ibm.com>, IBM Corporation 17 * IBM pSeries: PCI-X Dual Channel Ultra 320 SCSI RAID Adapter 18 * PCI-X Dual Channel Ultra 320 SCSI Adapter 19 * PCI-X Dual Channel Ultra 320 SCSI RAID Enablement Card 23 * - Ultra 320 SCSI controller 24 * - PCI-X host interface 25 * - Embedded PowerPC RISC Processor and Hardware XOR DMA Engine 26 * - Non-Volatile Write Cache [all …]
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64.xml | 1 <abi-corpus-group version='2.0' architecture='elf-arm-aarch64'> 2 <abi-corpus version='2.0' path='vmlinux' architecture='elf-arm-aarch64'> 3 <elf-function-symbols> 4 …<elf-symbol name='PDE_DATA' type='func-type' binding='global-binding' visibility='default-visibili… 5 …<elf-symbol name='__ClearPageMovable' type='func-type' binding='global-binding' visibility='defaul… 6 …<elf-symbol name='__SetPageMovable' type='func-type' binding='global-binding' visibility='default-… 7 …<elf-symbol name='___pskb_trim' type='func-type' binding='global-binding' visibility='default-visi… 8 …<elf-symbol name='___ratelimit' type='func-type' binding='global-binding' visibility='default-visi… 9 …<elf-symbol name='__alloc_disk_node' type='func-type' binding='global-binding' visibility='default… 10 …<elf-symbol name='__alloc_pages_nodemask' type='func-type' binding='global-binding' visibility='de… [all …]
|