| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | rt3261.txt | 7 - compatible : "rt3261" 9 - reg : the I2C address of the device. 11 - codec-en-gpio : the enable gpio of codec. 13 - spk-num : the number of speaker. 15 - modem-input-mode : modem input mode (DIFFERENTIAL/SINGLE_END). 17 - lout-to-modem_mode : line out mode. 19 - spk-amplify : Gain control for speaker. 26 codec-en-gpio = <&gpio3 GPIO_D7 GPIO_ACTIVE_HIGH>; 27 spk-num= <2>; 28 modem-input-mode = <1>; [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpio/ |
| H A D | gpio-pca95xx.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/gpio/gpio-pca95xx.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzk@kernel.org> 19 - exar,xra1202 20 - maxim,max7310 21 - maxim,max7312 22 - maxim,max7313 23 - maxim,max7315 [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap1/ |
| H A D | board-ams-delta.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * linux/arch/arm/mach-omap1/board-ams-delta.c 5 * Modified from board-generic.c 20 #include <linux/mtd/nand-gpio.h> 30 #include <linux/platform_data/gpio-omap.h> 33 #include <asm/mach-types.h> 37 #include <linux/platform_data/keypad-omap.h> 43 #include "ams-delta-fiq.h" 44 #include "board-ams-delta.h" 173 .end = LATCH1_PHYS + (LATCH1_NGPIO - 1) / 8, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/atm/ |
| H A D | speedtch.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * speedtch.c - Alcatel SpeedTouch USB xDSL modem driver 146 struct usbatm_data *usbatm = instance->usbatm; in speedtch_set_swbuff() 147 struct usb_device *usb_dev = usbatm->usb_dev; in speedtch_set_swbuff() 155 state ? "En" : "Dis", ret); in speedtch_set_swbuff() 157 usb_dbg(usbatm, "speedtch_set_swbuff: %sbled SW buffering\n", state ? "En" : "Dis"); in speedtch_set_swbuff() 162 struct usbatm_data *usbatm = instance->usbatm; in speedtch_test_sequence() 163 struct usb_device *usb_dev = usbatm->usb_dev; in speedtch_test_sequence() 164 unsigned char *buf = instance->scratch_buffer; in speedtch_test_sequence() 201 /* Extra initialisation in recent drivers - gives higher speeds */ in speedtch_test_sequence() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/ |
| H A D | sc7180-trogdor.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/input/input.h> 10 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 23 /delete-node/ &hyp_mem; 24 /delete-node/ &xbl_mem; 25 /delete-node/ &aop_mem; 26 /delete-node/ &sec_apps_mem; 27 /delete-node/ &tz_mem; 35 reserved-memory { [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | s5pv210-galaxys.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 /dts-v1/; 4 #include <dt-bindings/gpio/gpio.h> 5 #include <dt-bindings/input/input.h> 6 #include "s5pv210-aries.dtsi" 9 model = "Samsung Galaxy S1 (GT-I9000) based on S5PV210"; 13 stdout-path = &uart2; 16 nand_pwrseq: nand-pwrseq { 17 compatible = "mmc-pwrseq-simple"; 18 reset-gpios = <&gpj2 7 GPIO_ACTIVE_LOW>; [all …]
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | mac_via.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 6 * via them as are assorted bits and bobs - eg rtc, adb. The picture 47 * [CHRP] En WaitReqB: Lets the WaitReq_L 59 * state-control line SEL" on all but IIfx 69 * [CHRP] En WaitReqA: Lets the WaitReq_L 75 #define VIA1A_vSync 0x08 /* [CHRP] Sync Modem: modem clock select: 83 /* Macintosh Family Hardware sez: bits 0-2 of VIA1A are volume control 85 * On IIci,IIfx, bits 1-2 are the rest of the CPU ID: 89 * CHRP sez: VIA1A bits 0-2 and 5 are 'unused': if programmed as 112 #define VIA1B_vRTCClk 0x02 /* Real time clock serial-clock line. */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/ |
| H A D | rtw_cmd.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. 45 u8 *cmd_buf; /* shall be non-paged, and 4 bytes aligned */ 47 u8 *rsp_buf; /* shall be non-paged, and 4 bytes aligned */ 66 u8 *evt_buf; /* shall be non-paged, and 4 bytes aligned */ 75 INIT_LIST_HEAD(&pcmd->list);\ 76 pcmd->cmdcode = code;\ 77 pcmd->parmbuf = (u8 *)(pparm);\ 78 pcmd->cmdsz = sizeof(*pparm);\ 79 pcmd->rsp = NULL;\ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8712/ |
| H A D | rtl871x_cmd.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. 45 u8 *cmd_buf; /*shall be non-paged, and 4 bytes aligned*/ 47 u8 *rsp_buf; /*shall be non-paged, and 4 bytes aligned*/ 66 u8 *evt_buf; /*shall be non-paged, and 4 bytes aligned*/ 74 INIT_LIST_HEAD(&pcmd->list);\ 75 pcmd->cmdcode = code;\ 76 pcmd->parmbuf = (u8 *)(pparm);\ 77 pcmd->cmdsz = sizeof(*pparm);\ 78 pcmd->rsp = NULL;\ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | ark3116.c | 1 // SPDX-License-Identifier: GPL-2.0+ 9 * - implements a driver for the arkmicro ark3116 chipset (vendor=0x6547, 10 * productid=0x0232) (used in a datacable called KQ-U8A) 12 * Supports full modem status lines, break, hardware flow control. Does not 52 struct usb_device *dev = serial->dev; in is_irda() 53 if (le16_to_cpu(dev->descriptor.idVendor) == 0x18ec && in is_irda() 54 le16_to_cpu(dev->descriptor.idProduct) == 0x3118) in is_irda() 69 __u32 mcr; /* modem control register value */ 73 __u32 msr; /* modem status register value */ 82 result = usb_control_msg(serial->dev, in ark3116_write_reg() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3368-808.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 7 #include <dt-bindings/input/input.h> 8 #include <dt-bindings/pwm/pwm.h> 9 #include <dt-bindings/sensor-dev.h> 11 #include "rk3368-android.dtsi" 14 rt5640-sound { 15 compatible = "simple-audio-card"; 16 simple-audio-card,format = "i2s"; 17 simple-audio-card,name = "rockchip,rt5640-codec"; [all …]
|
| H A D | rk3399-evb-ind.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include "dt-bindings/pwm/pwm.h" 8 #include "rk3399-opp.dtsi" 9 #include <dt-bindings/sensor-dev.h> 10 #include "rk3399-vop-clk-set.dtsi" 11 #include <dt-bindings/input/input.h> 12 #include "dt-bindings/usb/pd.h" 15 compatible = "rockchip,rk3399-evb-ind", "rockchip,rk3399"; 18 compatible = "adc-keys"; 19 io-channels = <&saradc 1>; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/ |
| H A D | rtw_cmd.h | 3 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. 66 u8 *cmd_buf; //shall be non-paged, and 4 bytes aligned 68 u8 *rsp_buf; //shall be non-paged, and 4 bytes aligned 112 u8 *evt_buf; //shall be non-paged, and 4 bytes aligned 127 _rtw_init_listhead(&pcmd->list);\ 128 pcmd->cmdcode = code;\ 129 pcmd->parmbuf = (u8 *)(pparm);\ 130 pcmd->cmdsz = sizeof (*pparm);\ 131 pcmd->rsp = NULL;\ 132 pcmd->rspsz = 0;\ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/ |
| H A D | rtw_cmd.h | 3 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. 67 u8 *cmd_buf; //shall be non-paged, and 4 bytes aligned 69 u8 *rsp_buf; //shall be non-paged, and 4 bytes aligned 113 u8 *evt_buf; //shall be non-paged, and 4 bytes aligned 128 _rtw_init_listhead(&pcmd->list);\ 129 pcmd->cmdcode = code;\ 130 pcmd->parmbuf = (u8 *)(pparm);\ 131 pcmd->cmdsz = sizeof (*pparm);\ 132 pcmd->rsp = NULL;\ 133 pcmd->rspsz = 0;\ [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | g_dnl.c | 2 * g_dnl.c -- USB Downloader Gadget 7 * SPDX-License-Identifier: GPL-2.0+ 55 strncpy(g_dnl_serial, s, MAX_STRING_SERIAL - 1); in g_dnl_set_serialnumber() 64 .bDeviceSubClass = 0, /*0x02:CDC-modem , 0x00:CDC-serial*/ 74 * static strings, in UTF-8 85 .language = 0x0409, /* en-us */ 96 struct usb_gadget *gadget = cdev->gadget; in g_dnl_unbind() 99 "controller '%s'\n", __func__, gadget->name); in g_dnl_unbind() 119 const char *s = c->cdev->driver->name; in g_dnl_do_config() 123 __func__, c, c->cdev); in g_dnl_do_config() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/ |
| H A D | rtw_cmd.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2017 Realtek Corporation. 57 u8 *cmd_buf; /* shall be non-paged, and 4 bytes aligned */ 59 u8 *rsp_buf; /* shall be non-paged, and 4 bytes aligned */ 106 u8 *evt_buf; /* shall be non-paged, and 4 bytes aligned */ 118 _rtw_init_listhead(&pcmd->list);\ 119 pcmd->cmdcode = code;\ 120 pcmd->parmbuf = (u8 *)(pparm);\ 121 pcmd->cmdsz = sizeof (*pparm);\ 122 pcmd->rsp = NULL;\ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/ |
| H A D | rtw_cmd.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2017 Realtek Corporation. 57 u8 *cmd_buf; /* shall be non-paged, and 4 bytes aligned */ 59 u8 *rsp_buf; /* shall be non-paged, and 4 bytes aligned */ 106 u8 *evt_buf; /* shall be non-paged, and 4 bytes aligned */ 118 _rtw_init_listhead(&pcmd->list);\ 119 pcmd->cmdcode = code;\ 120 pcmd->parmbuf = (u8 *)(pparm);\ 121 pcmd->cmdsz = sizeof (*pparm);\ 122 pcmd->rsp = NULL;\ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/ |
| H A D | rtw_cmd.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2017 Realtek Corporation. 57 u8 *cmd_buf; /* shall be non-paged, and 4 bytes aligned */ 59 u8 *rsp_buf; /* shall be non-paged, and 4 bytes aligned */ 106 u8 *evt_buf; /* shall be non-paged, and 4 bytes aligned */ 118 _rtw_init_listhead(&pcmd->list);\ 119 pcmd->cmdcode = code;\ 120 pcmd->parmbuf = (u8 *)(pparm);\ 121 pcmd->cmdsz = sizeof (*pparm);\ 122 pcmd->rsp = NULL;\ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/ |
| H A D | rtw_cmd.h | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 56 u8 *cmd_buf; /* shall be non-paged, and 4 bytes aligned */ 58 u8 *rsp_buf; /* shall be non-paged, and 4 bytes aligned */ 105 u8 *evt_buf; /* shall be non-paged, and 4 bytes aligned */ 117 _rtw_init_listhead(&pcmd->list);\ 118 pcmd->cmdcode = code;\ 119 pcmd->parmbuf = (u8 *)(pparm);\ 120 pcmd->cmdsz = sizeof (*pparm);\ 121 pcmd->rsp = NULL;\ 122 pcmd->rspsz = 0;\ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/ |
| H A D | rtw_cmd.h | 3 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. 66 u8 *cmd_buf; /* shall be non-paged, and 4 bytes aligned */ 68 u8 *rsp_buf; /* shall be non-paged, and 4 bytes aligned */ 112 u8 *evt_buf; /* shall be non-paged, and 4 bytes aligned */ 127 _rtw_init_listhead(&pcmd->list);\ 128 pcmd->cmdcode = code;\ 129 pcmd->parmbuf = (u8 *)(pparm);\ 130 pcmd->cmdsz = sizeof (*pparm);\ 131 pcmd->rsp = NULL;\ 132 pcmd->rspsz = 0;\ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/ |
| H A D | rtw_cmd.h | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 62 u8 *cmd_buf; /* shall be non-paged, and 4 bytes aligned */ 64 u8 *rsp_buf; /* shall be non-paged, and 4 bytes aligned */ 111 u8 *evt_buf; /* shall be non-paged, and 4 bytes aligned */ 126 _rtw_init_listhead(&pcmd->list);\ 127 pcmd->cmdcode = code;\ 128 pcmd->parmbuf = (u8 *)(pparm);\ 129 pcmd->cmdsz = sizeof (*pparm);\ 130 pcmd->rsp = NULL;\ 131 pcmd->rspsz = 0;\ [all …]
|
| /OK3568_Linux_fs/u-boot/board/technexion/tao3530/ |
| H A D | tao3530.h | 5 * SPDX-License-Identifier: GPL-2.0+ 13 "HEAD acoustics OMAP3-HA", 15 "OMAP3 TAO-3530 board", 21 * IEN - Input Enable 22 * IDIS - Input Disable 23 * PTD - Pull type Down 24 * PTU - Pull type Up 25 * DIS - Pull type selection is inactive 26 * EN - Pull type selection is active 27 * M0 - Mode 0 [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap3/ |
| H A D | mux.h | 2 * (C) Copyright 2006-2008 6 * SPDX-License-Identifier: GPL-2.0+ 12 * IEN - Input Enable 13 * IDIS - Input Disable 14 * PTD - Pull type Down 15 * PTU - Pull type Up 16 * DIS - Pull type selection is inactive 17 * EN - Pull type selection is active 18 * SB_LOW - Standby mode configuration: Output low-level 19 * SB_HI - Standby mode configuration: Output high-level [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | db8500-prcmu.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 * Copyright (C) ST-Ericsson SA 2010 35 #include <linux/mfd/dbx500-prcmu.h> 37 #include <linux/regulator/db8500-prcmu.h> 40 #include "dbx500-prcmu-regs.h" 228 #define ALL_MBOX_BITS (MBOX_BIT(NUM_MB) - 1) 333 #define VALID_WAKEUPS (BIT(NUM_PRCMU_WAKEUP_INDICES) - 1) 348 * mb0_transfer - state needed for mailbox 0 communication. 369 * mb1_transfer - state needed for mailbox 1 communication. 388 * mb2_transfer - state needed for mailbox 2 communication. [all …]
|
| /OK3568_Linux_fs/u-boot/board/ti/evm/ |
| H A D | evm.h | 5 * SPDX-License-Identifier: GPL-2.0+ 23 * PHY ID - 28 OMAP3EVM_BOARD_GEN_1 = 0, /* EVM Rev between A - D */ 40 * IEN - Input Enable 41 * IDIS - Input Disable 42 * PTD - Pull type Down 43 * PTU - Pull type Up 44 * DIS - Pull type selection is inactive 45 * EN - Pull type selection is active 46 * M0 - Mode 0 [all …]
|