| /OK3568_Linux_fs/device/rockchip/common/overlays/overlay-yocto/etc/profile.d/ |
| H A D | weston.sh | 19 # export WESTON_DRM_PRIMARY=eDP-1 28 # default|primary|internal|external|external-dual 29 # export WESTON_DRM_HEAD_MODE=external-dual 31 # Screens layout direction 32 # horizontal|vertical|same-as 57 # echo "output:DSI-1:off" > /tmp/.weston_drm.conf 58 # echo "output:eDP-1:freeze" > /tmp/.weston_drm.conf 59 # echo "output:DSI-1:on" > /tmp/.weston_drm.conf 62 # echo "output:HDMI-A-1:mode=800x600" > /tmp/.weston_drm.conf 63 # echo "output:HDMI-A-1:pos=100,200" > /tmp/.weston_drm.conf [all …]
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | weston.sh | 19 # export WESTON_DRM_PRIMARY=eDP-1 28 # default|primary|internal|external|external-dual 29 # export WESTON_DRM_HEAD_MODE=external-dual 31 # Screens layout direction 32 # horizontal|vertical|same-as 57 # echo "output:DSI-1:off" > /tmp/.weston_drm.conf 58 # echo "output:eDP-1:freeze" > /tmp/.weston_drm.conf 59 # echo "output:DSI-1:on" > /tmp/.weston_drm.conf 62 # echo "output:HDMI-A-1:mode=800x600" > /tmp/.weston_drm.conf 63 # echo "output:HDMI-A-1:pos=100,200" > /tmp/.weston_drm.conf [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/intel/ |
| H A D | hda-compress.c | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 3 // This file is provided under a dual BSD/GPLv2 license. When using or 6 // Copyright(c) 2019-2020 Intel Corporation. All rights reserved. 13 #include "../sof-priv.h" 19 return cstream->runtime->private_data; in hda_compr_get_stream() 28 stream = hda_dsp_stream_get(sdev, cstream->direction); in hda_probe_compr_assign() 30 return -EBUSY; in hda_probe_compr_assign() 32 hdac_stream(stream)->curr_pos = 0; in hda_probe_compr_assign() 33 hdac_stream(stream)->cstream = cstream; in hda_probe_compr_assign() 34 cstream->runtime->private_data = stream; in hda_probe_compr_assign() [all …]
|
| H A D | hda-pcm.c | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 3 // This file is provided under a dual BSD/GPLv2 license. When using or 20 #include "../sof-audio.h" 25 #define SDnFMT_MULT(x) (((x) - 1) << 11) 26 #define SDnFMT_DIV(x) (((x) - 1) << 8) 58 dev_warn(sdev->dev, "can't find div rate %d using 48kHz\n", in hda_dsp_get_mult_div() 78 dev_warn(sdev->dev, "can't find %d bits using 16bit\n", in hda_dsp_get_bits() 89 struct hdac_stream *hstream = substream->runtime->private_data; in hda_dsp_pcm_hw_params() 91 struct sof_intel_hda_dev *hda = sdev->pdata->hw_pdata; in hda_dsp_pcm_hw_params() 93 struct sof_ipc_fw_version *v = &sdev->fw_ready.version; in hda_dsp_pcm_hw_params() [all …]
|
| H A D | hda-ipc.h | 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 3 * This file is provided under a dual BSD/GPLv2 license. When using or 16 * - DIPCTDR (HIPCIDR) in sideband IPC (cAVS 1.8+) 17 * - DIPCT in cAVS 1.5 IPC 20 * - DIPCTDD (HIPCIDD) in sideband IPC (cAVS 1.8+) 21 * - DIPCTE in cAVS 1.5 IPC 28 /* Target, 0 - normal message, 1 - compact message(cAVS compatible) */ 30 /* Direction, 0 - request, 1 - response */ 41 /* Disable DMA tracing (0 - keep tracing, 1 - to disable DMA trace) */ 43 /* Prevent clock gating (0 - cg allowed, 1 - DSP clock always on) */ [all …]
|
| H A D | hda-loader.c | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 3 // This file is provided under a dual BSD/GPLv2 license. When using or 30 int direction) in cl_stream_prepare() argument 34 struct pci_dev *pci = to_pci_dev(sdev->dev); in cl_stream_prepare() 37 dsp_stream = hda_dsp_stream_get(sdev, direction); in cl_stream_prepare() 40 dev_err(sdev->dev, "error: no stream available\n"); in cl_stream_prepare() 41 return ERR_PTR(-ENODEV); in cl_stream_prepare() 43 hstream = &dsp_stream->hstream; in cl_stream_prepare() 44 hstream->substream = NULL; in cl_stream_prepare() 47 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV_SG, &pci->dev, size, dmab); in cl_stream_prepare() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/ |
| H A D | sof-audio.h | 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 3 * This file is provided under a dual BSD/GPLv2 license. When using or 22 #include "sof-priv.h" 24 #define SOF_AUDIO_PCM_DRV_NAME "sof-audio-component" 58 unsigned int direction; member 167 struct snd_sof_pcm *spcm, int direction, 186 list_for_each_entry(spcm, &sdev->pcm_list, list) { in snd_sof_find_spcm_dai() 187 if (le32_to_cpu(spcm->pcm.dai_id) == rtd->dai_link->id) in snd_sof_find_spcm_dai() 198 int *direction);
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-xilinx.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright 2008 - 2013 Xilinx, Inc. 20 #define XGPIO_TRI_OFFSET (0x4) /* I/O direction register */ 34 * struct xgpio_instance - Stores information about GPIO device 39 * @gpio_dir: GPIO direction shadow register 53 if (gpio >= chip->gpio_width[0]) in xgpio_index() 70 return gpio - chip->gpio_width[0]; in xgpio_offset() 76 * xgpio_get - Read the specified signal of the GPIO device. 83 * 0 if direction of GPIO signals is set as input otherwise it 91 val = xgpio_readreg(chip->regs + XGPIO_DATA_OFFSET + in xgpio_get() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A D | ivtv-cards.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com> 5 Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.nl> 9 #include "ivtv-driver.h" 10 #include "ivtv-cards.h" 11 #include "ivtv-i2c.h" 13 #include <media/drv-intf/msp3400.h> 17 #include <media/drv-intf/cx25840.h> 56 /* Please add new PCI IDs to: https://pci-ids.ucw.cz/ 61 /* Hauppauge PVR-250 cards */ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/ |
| H A D | iqs269a.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff LaBundy <jeff@labundy.com> 13 The Azoteq IQS269A is an 8-channel capacitive touch controller that features 14 additional Hall-effect and inductive sensing capabilities. 28 "#address-cells": 31 "#size-cells": 34 azoteq,hall-enable: 37 Enables Hall-effect sensing on channels 6 and 7. In this case, keycodes [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_pcie.h | 7 * Copyright 2008-2021 NXP 14 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the 15 * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. 17 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE 41 /** ADMA direction */ 43 /** ADMA direction Rx */ 49 /** dual discriptor mode */ 87 /** interrupt direction mapping reg, for each virtual Q, used for 88 * dual-descriptor only, only valid for Q0 */ 157 #define TXRX_RW_PTR_MASK (ADMA_MAX_TXRX_BD - 1) [all …]
|
| /OK3568_Linux_fs/kernel/include/sound/sof/ |
| H A D | stream.h | 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 3 * This file is provided under a dual BSD/GPLv2 license. When using or 36 /* continuous and non-standard rates for flexibility */ 38 #define SOF_RATE_KNOT (1 << 31) /**< non-continuous */ 59 /* stream direction */ 77 uint32_t direction; /**< enum sof_ipc_stream_direction */ member 90 uint16_t chmap[SOF_IPC_MAX_CHANNELS]; /**< channel map - SOF_CHMAP_ */ 93 /* PCM params info - SOF_IPC_STREAM_PCM_PARAMS */ 97 uint32_t flags; /**< generic PCM flags - SOF_PCM_FLAG_ */ 102 /* PCM params info reply - SOF_IPC_STREAM_PCM_PARAMS_REPLY */ [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | xilinx_gpio.c | 4 * SPDX-License-Identifier: GPL-2.0+ 55 if (gpio >= priv->gpio_min && gpio <= priv->gpio_max) { in gpio_get_controller() 56 debug("%s: reg: %x, min-max: %d-%d\n", __func__, in gpio_get_controller() 57 (u32)priv->regs, priv->gpio_min, priv->gpio_max); in gpio_get_controller() 75 gpio_priv = gpio - priv->gpio_min; in get_name() 77 return *priv->gpio_name[gpio_priv].name ? in get_name() 78 priv->gpio_name[gpio_priv].name : "UNKNOWN"; in get_name() 90 gpio_priv = gpio - priv->gpio_min; in gpio_get_output_value() 91 val = !!(priv->gpiodata_store & (1 << gpio_priv)); in gpio_get_output_value() 93 (u32)priv->regs, gpio_priv, val); in gpio_get_output_value() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | pxafb.rst | 10 modprobe pxafb options=vmem:2M,mode:640x480-8,passive 14 video=pxafb:vmem:2M,mode:640x480-8,passive 21 mode:XRESxYRES[-BPP] 57 single | dual => LCCR0_SDS 59 Single or dual panel passive display 87 PXA27x and later processors support overlay1 and overlay2 on-top of the 88 base framebuffer (although under-neath the base is also possible). They 89 support palette and no-palette RGB formats, as well as YUV formats (only 96 1. overlay can start at a 32-bit word aligned position within the base 98 is encoded into var->nonstd (no, var->xoffset and var->yoffset are [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_android.h | 2 * Linux cfg80211 driver - Android related functions 21 * <<Broadcom-WL-IPTag/Dual:>> 105 (__cur_ts - __err_ts > WL_MSG_PRINT_RATE_LIMIT_PERIOD)) || \ 156 #define BCM_GENL_ATTR_MAX (__BCM_GENL_ATTR_MAX - 1) 166 #define BCM_GENL_CMD_MAX (__BCM_GENL_CMD_MAX - 1) 231 #define TSPEC_UPLINK_DIRECTION (0 << 5) /* uplink direction traffic stream */ 232 #define TSPEC_DOWNLINK_DIRECTION (1 << 5) /* downlink direction traffic stream */ 233 #define TSPEC_BI_DIRECTION (3 << 5) /* bi direction traffic stream */ 235 #define TSPEC_UAPSD_PSB (1 << 2) /* U-APSD power saving behavior */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_android.h | 2 * Linux cfg80211 driver - Android related functions 21 * <<Broadcom-WL-IPTag/Dual:>> 104 (__cur_ts - __err_ts > WL_MSG_PRINT_RATE_LIMIT_PERIOD)) || \ 155 #define BCM_GENL_ATTR_MAX (__BCM_GENL_ATTR_MAX - 1) 165 #define BCM_GENL_CMD_MAX (__BCM_GENL_CMD_MAX - 1) 230 #define TSPEC_UPLINK_DIRECTION (0 << 5) /* uplink direction traffic stream */ 231 #define TSPEC_DOWNLINK_DIRECTION (1 << 5) /* downlink direction traffic stream */ 232 #define TSPEC_BI_DIRECTION (3 << 5) /* bi direction traffic stream */ 234 #define TSPEC_UAPSD_PSB (1 << 2) /* U-APSD power saving behavior */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | 802.11e.h | 21 * <<Broadcom-WL-IPTag/Dual:>> 69 uint16 surplus_bw; /* Surplus Bandwidth Allowance (range 1.0-8.0) */ 73 #define WME_TSPEC_LEN (sizeof(tspec_t)) /* not including 2-bytes of header */ 76 /* 802.1D priority is duplicated - bits 13-11 AND bits 3-1 */ 81 #define TS_INFO_DIRECTION_SHIFT 5 /* TS info. direction shift */ 82 #define TS_INFO_DIRECTION_MASK (0x3 << TS_INFO_DIRECTION_SHIFT) /* TS info. direction mask */ 115 #define DOT11E_STATUS_ADDTS_REFUSED_NSBW 3 /* ADDTS refused (non-sufficient BW) */
|
| H A D | sdspi.h | 2 * SD-SPI Protocol Standard 21 * <<Broadcom-WL-IPTag/Dual:>> 26 #define SPI_START_M BITFIELD_MASK(1) /* Bit [31] - Start Bit */ 28 #define SPI_DIR_M BITFIELD_MASK(1) /* Bit [30] - Direction */ 30 #define SPI_CMD_INDEX_M BITFIELD_MASK(6) /* Bits [29:24] - Command number */ 32 #define SPI_RW_M BITFIELD_MASK(1) /* Bit [23] - Read=0, Write=1 */ 34 #define SPI_FUNC_M BITFIELD_MASK(3) /* Bits [22:20] - Function Number */ 36 #define SPI_RAW_M BITFIELD_MASK(1) /* Bit [19] - Read After Wr */ 38 #define SPI_STUFF_M BITFIELD_MASK(1) /* Bit [18] - Stuff bit */ 40 #define SPI_BLKMODE_M BITFIELD_MASK(1) /* Bit [19] - Blockmode 1=blk */ [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | 802.11e.h | 21 * <<Broadcom-WL-IPTag/Dual:>> 69 uint16 surplus_bw; /* Surplus Bandwidth Allowance (range 1.0-8.0) */ 73 #define WME_TSPEC_LEN (sizeof(tspec_t)) /* not including 2-bytes of header */ 76 /* 802.1D priority is duplicated - bits 13-11 AND bits 3-1 */ 81 #define TS_INFO_DIRECTION_SHIFT 5 /* TS info. direction shift */ 82 #define TS_INFO_DIRECTION_MASK (0x3 << TS_INFO_DIRECTION_SHIFT) /* TS info. direction mask */ 115 #define DOT11E_STATUS_ADDTS_REFUSED_NSBW 3 /* ADDTS refused (non-sufficient BW) */
|
| H A D | sdspi.h | 2 * SD-SPI Protocol Standard 21 * <<Broadcom-WL-IPTag/Dual:>> 26 #define SPI_START_M BITFIELD_MASK(1) /* Bit [31] - Start Bit */ 28 #define SPI_DIR_M BITFIELD_MASK(1) /* Bit [30] - Direction */ 30 #define SPI_CMD_INDEX_M BITFIELD_MASK(6) /* Bits [29:24] - Command number */ 32 #define SPI_RW_M BITFIELD_MASK(1) /* Bit [23] - Read=0, Write=1 */ 34 #define SPI_FUNC_M BITFIELD_MASK(3) /* Bits [22:20] - Function Number */ 36 #define SPI_RAW_M BITFIELD_MASK(1) /* Bit [19] - Read After Wr */ 38 #define SPI_STUFF_M BITFIELD_MASK(1) /* Bit [18] - Stuff bit */ 40 #define SPI_BLKMODE_M BITFIELD_MASK(1) /* Bit [19] - Blockmode 1=blk */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | fault.c | 4 * This file is provided under a dual BSD/GPLv2 license. When using or 24 * - Redistributions of source code must retain the above copyright 26 * - Redistributions in binary form must reproduce the above copyright 30 * - Neither the name of Intel Corporation nor the names of its 66 if (*pos >= ARRAY_SIZE(opstats->stats)) in _fault_stats_seq_start() 76 if (*pos >= ARRAY_SIZE(opstats->stats)) in _fault_stats_seq_next() 90 struct hfi1_ibdev *ibd = (struct hfi1_ibdev *)s->private; in _fault_stats_seq_show() 94 for (j = 0; j < dd->first_dyn_alloc_ctxt; j++) { in _fault_stats_seq_show() 97 n_packets += rcd->opstats->stats[i].n_packets; in _fault_stats_seq_show() 98 n_bytes += rcd->opstats->stats[i].n_bytes; in _fault_stats_seq_show() [all …]
|
| H A D | fault.h | 6 * This file is provided under a dual BSD/GPLv2 license. When using or 26 * - Redistributions of source code must retain the above copyright 28 * - Redistributions in binary form must reproduce the above copyright 32 * - Neither the name of Intel Corporation nor the names of its 49 #include <linux/fault-inject.h> 73 u8 direction; member
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-usb | 10 This allows to avoid side-effects with drivers 28 drivers, non-authorized one are not. By default, wired 42 A devices's CDID, as 16 space-separated hex octets. 53 space-separated hex octets. 67 Contact: linux-usb@vger.kernel.org 101 What: /sys/bus/usb-serial/drivers/.../new_id 103 Contact: linux-usb@vger.kernel.org 106 extra bus folder "usb-serial" in sysfs; apart from that 131 If CONFIG_PM is set and a USB 2.0 lpm-capable device is plugged 147 If CONFIG_PM is set and a USB 3.0 lpm-capable device is plugged [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | mac-cfg.h | 3 * This file is provided under a dual BSD/GPLv2 license. When using or 8 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved. 9 * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH 10 * Copyright(c) 2016 - 2017 Intel Deutschland GmbH 11 * Copyright(c) 2018 - 2019 Intel Corporation 27 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 31 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved. 32 * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH 33 * Copyright(c) 2016 - 2017 Intel Deutschland GmbH 34 * Copyright(c) 2018 - 2019 Intel Corporation [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | ibmebus.c | 10 * This source code is distributed under a dual license of GPL v2.0 and OpenIB 43 #include <linux/dma-map-ops.h> 91 enum dma_data_direction direction, in ibmebus_map_page() argument 100 enum dma_data_direction direction, in ibmebus_unmap_page() argument 108 int nents, enum dma_data_direction direction, in ibmebus_map_sg() argument 115 sg->dma_address = (dma_addr_t) sg_virt(sg); in ibmebus_map_sg() 116 sg->dma_length = sg->length; in ibmebus_map_sg() 124 int nents, enum dma_data_direction direction, in ibmebus_unmap_sg() argument 153 struct device_node *dn = to_platform_device(dev)->dev.of_node; in ibmebus_match_path() 159 return to_platform_device(dev)->dev.of_node == data; in ibmebus_match_node() [all …]
|