| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | sd.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 13 * Time out in seconds for disks and Magneto-opticals (which are slower). 37 * Number of sectors at the end of the device to avoid multi-sector 38 * accesses to in the case of last_sector_bug 56 SD_LBP_UNMAP, /* Use UNMAP command */ 57 SD_LBP_WS16, /* Use WRITE SAME(16) with UNMAP bit */ 58 SD_LBP_WS10, /* Use WRITE SAME(10) with UNMAP bit */ 59 SD_LBP_ZERO, /* Use WRITE SAME(10) with zero payload */ 64 SD_ZERO_WRITE = 0, /* Use WRITE(10/16) command */ 65 SD_ZERO_WS, /* Use WRITE SAME(10/16) command */ [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/components/ |
| H A D | WeatherIcon.qml | 10 ** Licensees holding valid commercial Qt licenses may use this file in 14 ** and conditions see https://www.qt.io/terms-conditions. For further 15 ** information use the contact form at https://www.qt.io/contact-us. 18 ** Alternatively, you may use this file under the terms of the BSD license 21 ** "Redistribution and use in source and binary forms, with or without 41 ** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 44 ** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 68 case "01d": 69 case "01n": 70 "../icons/weather-sunny.png" [all …]
|
| /OK3568_Linux_fs/kernel/security/keys/ |
| H A D | permission.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 13 * key_task_permission - Check a key can be used 15 * @cred: The credentials to use. 18 * Check to see whether permission is granted to use a key in the desired way, 23 * Returns 0 if successful, -EACCES if access is denied based on the 36 return -EACCES; in key_task_permission() 37 case KEY_NEED_UNLINK: in key_task_permission() 38 case KEY_SYSADMIN_OVERRIDE: in key_task_permission() 39 case KEY_AUTHTOKEN_OVERRIDE: in key_task_permission() 40 case KEY_DEFER_PERM_CHECK: in key_task_permission() [all …]
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | wme.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Copyright 2013-2014 Intel Mobile Communications GmbH 35 switch (skb->priority) { in wme_downgrade_ac() 36 case 6: in wme_downgrade_ac() 37 case 7: in wme_downgrade_ac() 38 skb->priority = 5; /* VO -> VI */ in wme_downgrade_ac() 40 case 4: in wme_downgrade_ac() 41 case 5: in wme_downgrade_ac() 42 skb->priority = 3; /* VI -> BE */ in wme_downgrade_ac() 44 case 0: in wme_downgrade_ac() [all …]
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | singlesize.c | 3 * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved. 8 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 22 * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 26 * shall not be used in advertising or otherwise to promote the sale, use or 32 #include <dix-config.h> 41 ** These routines compute the size of variable-size returned parameters. 42 ** Unlike the similar routines that do the same thing for variable-size 43 ** incoming parameters, the samplegl library itself doesn't use these routines. 62 case GL_MAP1_COLOR_4: in __glGetMap_size() 63 case GL_MAP1_NORMAL: in __glGetMap_size() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/examples/ |
| H A D | ev.c | 9 * without limitation on the rights to use, copy, modify, merge, 21 * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS 24 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 52 char name[64]; /* RATS: Use ok, but could be better */ in main() 53 char buf[256] = { 0, }; /* RATS: Use ok */ in main() 54 unsigned char mask[EV_MAX / 8 + 1]; /* RATS: Use ok */ in main() 79 case EV_KEY: in main() 82 case EV_REL: in main() 85 case EV_ABS: in main() 88 case EV_MSC: in main() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/ |
| H A D | dcn30_vpg.c | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 32 vpg3->base.ctx->logger 35 (vpg3->regs->reg) 39 vpg3->vpg_shift->field_name, vpg3->vpg_mask->field_name 43 vpg3->base.ctx 55 * use 50 for now. in vpg3_update_generic_info_packet() 62 /* poll dig_update_lock is not locked -> asic internal signal in vpg3_update_generic_info_packet() 74 /* HW does is not reading GSP memory not reading too long -> in vpg3_update_generic_info_packet() 80 /* choose which generic packet to use */ in vpg3_update_generic_info_packet() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-xserver/xserver-xorg/ |
| H A D | 0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.patch | 3 Date: Fri, 16 Mar 2018 17:23:11 -0700 4 Subject: [PATCH] xf86pciBus.c: use Intel ddx only for pre-gen4 hardware 6 Use intel ddx only on pre-gen4 hw, newer ones will fall back to modesetting 12 Others fall through to the -modesetting default. 14 Upstream-Status: Pending [Debian/Fedora patch 15 https://src.fedoraproject.org/rpms/xorg-x11-server/c/ee515e44b07e37689abf48cf2fffb41578f3bc1d] 17 Signed-off-by: California Sullivan <california.l.sullivan@intel.com> 18 --- 19 hw/xfree86/common/xf86pciBus.c | 18 +++++++++++++++++- 20 1 file changed, 17 insertions(+), 1 deletion(-) [all …]
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | mconf.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org> 5 * Introduced single menu mode (show all sub-menus in one large tree). 6 * 2002-11-06 Petr Baudis <pasky@ucw.cz> 27 "--------\n" 29 "Features can either be built-in, modularized, or ignored. Parameters\n" 36 " - - are selected by other feature,\n" 43 "through the available options (i.e. Y->N->M->Y).\n" 48 "----------\n" 49 "o Use the Up/Down arrow keys (cursor keys) to highlight the item you\n" [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | mconf.c | 2 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org> 5 * Introduced single menu mode (show all sub-menus in one large tree). 6 * 2002-11-06 Petr Baudis <pasky@ucw.cz> 27 "--------\n" 29 "Features can either be built-in, modularized, or ignored. Parameters\n" 36 " - - are selected by other feature,\n" 43 "through the available options (i.e. Y->N->M->Y).\n" 48 "----------\n" 49 "o Use the Up/Down arrow keys (cursor keys) to highlight the item you\n" 51 " Submenus are designated by \"--->\", empty ones by \"----\".\n" [all …]
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | mconf.c | 2 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org> 5 * Introduced single menu mode (show all sub-menus in one large tree). 6 * 2002-11-06 Petr Baudis <pasky@ucw.cz> 27 "--------\n" 29 "Features can either be built-in, modularized, or ignored. Parameters\n" 36 " - - are selected by other feature,\n" 43 "through the available options (i.e. Y->N->M->Y).\n" 48 "----------\n" 49 "o Use the Up/Down arrow keys (cursor keys) to highlight the item you\n" 51 " Submenus are designated by \"--->\", empty ones by \"----\".\n" [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | Pointer.c | 8 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 20 * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 24 * used in advertising or otherwise to promote the sale, use or other dealings 29 * Copyright (c) 1997-2003 by The XFree86 Project, Inc. 34 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 46 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 51 * the sale, use or other dealings in this Software without prior written 56 #include <xorg-config.h> 83 {-1, ""}, 89 {-1, ""}, [all …]
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | mizerclip.c | 5 Permission to use, copy, modify, distribute, and sell this software and its 19 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 22 used in advertising or otherwise to promote the sale, use or other dealings 29 Permission to use, copy, modify, and distribute this software and its 40 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 42 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 47 #include <dix-config.h> 73 e = 2Mdy - 2Ndx - dx - B 74 -2dx <= e < 0 77 e = 2Ndx - 2Mdy - dy - B [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ |
| H A D | debug.c | 4 * Permission to use, copy, modify, and/or distribute this software for any 12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 23 case NL80211_IFTYPE_UNSPECIFIED: in ath_opmode_to_string() 25 case NL80211_IFTYPE_ADHOC: in ath_opmode_to_string() 27 case NL80211_IFTYPE_STATION: in ath_opmode_to_string() 29 case NL80211_IFTYPE_AP: in ath_opmode_to_string() 31 case NL80211_IFTYPE_AP_VLAN: in ath_opmode_to_string() 32 return "AP-VLAN"; in ath_opmode_to_string() 33 case NL80211_IFTYPE_WDS: in ath_opmode_to_string() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/gpio/ |
| H A D | hw_gpio.c | 2 * Copyright 2012-15 Advanced Micro Devices, Inc. 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 35 gpio->regs->field_name ## _shift, gpio->regs->field_name ## _mask 38 gpio->base.ctx 40 (gpio->regs->reg) 45 REG_GET(MASK_reg, MASK, &gpio->store.mask); in store_registers() 46 REG_GET(A_reg, A, &gpio->store.a); in store_registers() 47 REG_GET(EN_reg, EN, &gpio->store.en); in store_registers() 48 /* TODO store GPIO_MUX_CONTROL if we ever use it */ in store_registers() [all …]
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | gc.c | 5 Permission to use, copy, modify, distribute, and sell this software and its 19 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 22 used in advertising or otherwise to promote the sale, use or other dealings 29 Permission to use, copy, modify, and distribute this software and its 40 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 42 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 48 #include <dix-config.h> 77 (*pGC->funcs->ValidateGC) (pGC, pGC->stateChanges, pDraw); in ValidateGC() 78 pGC->stateChanges = 0; in ValidateGC() 79 pGC->serialNumber = pDraw->serialNumber; in ValidateGC() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/crypto/nx/ |
| H A D | nx-common-powernv.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 10 #include "nx-842.h" 18 #include <asm/opal-api.h> 25 MODULE_ALIAS_CRYPTO("842-nx"); 56 * where the process is executing. Use with VAS function. 76 * setup_indirect_dde - Setup an indirect DDE 85 dde->flags = 0; in setup_indirect_dde() 86 dde->count = dde_count; in setup_indirect_dde() 87 dde->index = 0; in setup_indirect_dde() 88 dde->length = cpu_to_be32(byte_count); in setup_indirect_dde() [all …]
|
| /OK3568_Linux_fs/kernel/net/rose/ |
| H A D | rose_in.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 41 case ROSE_CALL_ACCEPTED: in rose_state1_machine() 44 rose->condition = 0x00; in rose_state1_machine() 45 rose->vs = 0; in rose_state1_machine() 46 rose->va = 0; in rose_state1_machine() 47 rose->vr = 0; in rose_state1_machine() 48 rose->vl = 0; in rose_state1_machine() 49 rose->state = ROSE_STATE_3; in rose_state1_machine() 50 sk->sk_state = TCP_ESTABLISHED; in rose_state1_machine() 52 sk->sk_state_change(sk); in rose_state1_machine() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/intel/ |
| H A D | hda-pcm.c | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 20 #include "../sof-audio.h" 25 #define SDnFMT_MULT(x) (((x) - 1) << 11) 26 #define SDnFMT_DIV(x) (((x) - 1) << 8) 33 case 8000: in hda_dsp_get_mult_div() 35 case 9600: in hda_dsp_get_mult_div() 37 case 11025: in hda_dsp_get_mult_div() 39 case 16000: in hda_dsp_get_mult_div() 41 case 22050: in hda_dsp_get_mult_div() 43 case 32000: in hda_dsp_get_mult_div() [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/corenet_ds/ |
| H A D | eth_superhydra.c | 2 * Copyright 2009-2011 Freescale Semiconductor, Inc. 5 * SPDX-License-Identifier: GPL-2.0+ 11 * board. The RGMII PHYs are the two on-board 1Gb ports. The SGMII PHYs are 12 * provided by the standard Freescale four-port SGMII riser card. The 10Gb 34 * 2) The phy-handle property of each active Ethernet MAC node is set to the 39 * values, so those values are hard-coded in the DTS. On the HYDRA board, 47 * and might need to be enabled, and also might need to have its mux-value 113 clrsetbits_8(&pixis->brdcfg1, mask, val); in super_hydra_mux_mdio() 125 struct super_hydra_mdio *priv = bus->priv; in super_hydra_mdio_read() 127 super_hydra_mux_mdio(priv->mask, priv->val); in super_hydra_mdio_read() [all …]
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | lib.c | 2 BlueZ - Bluetooth protocol stack for Linux 3 Copyright (C) 2000-2001 Qualcomm Incorporated 16 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 18 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 21 COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS, RELATING TO USE OF THIS 40 d[i] = s[5 - i]; in baswap() 48 case 0: in bt_to_errno() 51 case 0x01: in bt_to_errno() 54 case 0x02: in bt_to_errno() 57 case 0x03: in bt_to_errno() [all …]
|
| /OK3568_Linux_fs/buildroot/support/download/ |
| H A D | git | 6 # version in the variable BR_FMT_VERSION_git, in package/pkg-download.mk. 9 set -E 14 # -q Be quiet. 15 # -r Clone and archive sub-modules. 16 # -o FILE Generate archive in FILE. 17 # -u URI Clone from repository at URI. 18 # -c CSET Use changeset CSET. 19 # -n NAME Use basename NAME. 26 # Save our path and options in case we need to call ourselves again 28 declare -a OPTS=("${@}") [all …]
|
| /OK3568_Linux_fs/external/xserver/debian/patches/ |
| H A D | 06_use-intel-only-on-pre-gen4.diff | 1 Description: Use intel ddx only on pre-gen4 hw, newer ones will fall back to modesetting 4 --- a/hw/xfree86/common/xf86pciBus.c 6 @@ -1174,7 +1174,23 @@ xf86VideoPtrToDriverList(struct pci_devi 7 case 0x0bef: 8 /* Use fbdev/vesa driver on Oaktrail, Medfield, CDV */ 10 - default: 11 + /* Default to intel only on pre-gen4 chips */ 12 + case 0x3577: 13 + case 0x2562: 14 + case 0x3582: [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | power_supply.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 51 POWER_SUPPLY_CHARGE_TYPE_CUSTOM, /* use CHARGE_CONTROL_* props */ 168 POWER_SUPPLY_PROP_TYPE, /* use power_supply.type instead */ 262 /* Run-time specific power supply configuration */ 291 * this power supply. Instead use power_supply_*() functions (for 368 * class itself does not use it, but that's what implementing most platform 399 * use these for consistency. 401 * The default field value is -EINVAL. 402 * Power supply class itself doesn't use this. 406 int energy_full_design_uwh; /* microWatt-hours */ [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | es8396.c | 1 // SPDX-License-Identifier: GPL-2.0 3 // es8396.c -- ES8396 ALSA SoC Audio Codec 7 // Authors: David Yang(yangxiaohua@everest-semi.com) 227 * Add a delay work-quenue, to debug DC calibration 255 case MICBIAS_3V: in es8396_valid_micbias() 256 case MICBIAS_2_8V: in es8396_valid_micbias() 257 case MICBIAS_2_5V: in es8396_valid_micbias() 258 case MICBIAS_2_3V: in es8396_valid_micbias() 259 case MICBIAS_2V: in es8396_valid_micbias() 260 case MICBIAS_1_5V: in es8396_valid_micbias() [all …]
|