| /OK3568_Linux_fs/kernel/drivers/clk/rockchip/regmap/ |
| H A D | clk-regmap-composite.c | 4 * Base on code in drivers/clk/clk-composite.c. 5 * See clk-composite.c for further copyright information. 12 * This program is distributed in the hope that it will be useful, 18 #include "clk-regmap.h" 39 struct clk_regmap_composite *composite = to_clk_regmap_composite(hw); in clk_regmap_composite_get_parent() local 40 const struct clk_ops *mux_ops = composite->mux_ops; in clk_regmap_composite_get_parent() 41 struct clk_hw *mux_hw = composite->mux_hw; in clk_regmap_composite_get_parent() 45 return mux_ops->get_parent(mux_hw); in clk_regmap_composite_get_parent() 50 struct clk_regmap_composite *composite = to_clk_regmap_composite(hw); in clk_regmap_composite_set_parent() local 51 const struct clk_ops *mux_ops = composite->mux_ops; in clk_regmap_composite_set_parent() [all …]
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.video | 3 * Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY), arsenio@tin.it 5 * SPDX-License-Identifier: GPL-2.0+ 8 "video-mode" environment variable 11 The 'video-mode' environment variable can be used to enable and configure 12 some video drivers. The format matches the video= command-line option used 15 video-mode=<driver>:<xres>x<yres>-<depth>@<freq><,option=string> 17 <driver> The video driver name, ignored by U-Boot 18 <xres> The X resolution (in pixels) to use. 19 <yres> The Y resolution (in pixels) to use. 20 <depth> The color depth (in bits) to use. [all …]
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | migc.c | 7 the above copyright notice appear in all copies and that both that 8 copyright notice and this permission notice appear in supporting 12 in all copies or substantial portions of the Software. 17 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 18 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 19 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 20 OTHER DEALINGS IN THE SOFTWARE. 22 Except as contained in this notice, the name of The Open Group shall 23 not be used in advertising or otherwise to promote the sale, use or 24 other dealings in this Software without prior written authorization [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | composite.c | 2 * composite.c - infrastructure for Composite USB Gadgets 4 * Copyright (C) 2006-2008 David Brownell 5 * U-Boot porting: Lukasz Majewski <l.majewski@samsung.com> 7 * SPDX-License-Identifier: GPL-2.0+ 12 #include <linux/usb/composite.h> 19 static struct usb_composite_driver *composite; variable 23 var->val = cpu_to_le16(le16_to_cpu(var->val) + val); in le16_add_cpu_packed() 27 * usb_add_function() - add a function to a configuration 43 int value = -EINVAL; in usb_add_function() 46 function->name, function, in usb_add_function() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 7 # NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !! 9 # - Host systems (like PCs) need CONFIG_USB (with "A" jacks). 10 # - Peripherals (like PDAs) need CONFIG_USB_GADGET (with "B" jacks). 11 # - Some systems have both kinds of controllers. 13 # With help from a special transceiver and a "Mini-AB" jack, systems with 14 # both kinds of controller can also support "USB On-the-Go" (CONFIG_USB_OTG). 23 # Gadget drivers are hardware-neutral, or "platform independent", 32 # gadget configuration. In the device model, each option contains 44 Gadget Zero is a two-configuration device. It either sinks and [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ti/ |
| H A D | composite.txt | 1 Binding for TI composite clock. 3 Binding status: Unstable - ABI compatibility may be broken in the future 6 register-mapped composite clock with multiple different sub-types; 18 "ti,*composite*-clock" types. 20 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt 26 - compatible : shall be: "ti,composite-clock" 27 - clocks : link phandles of component clocks 28 - #clock-cells : from common clock binding; shall be set to 0. 33 #clock-cells = <0>; 34 compatible = "ti,composite-interface-clock"; [all …]
|
| H A D | gate.txt | 3 Binding status: Unstable - ABI compatibility may be broken in the future 6 quite much similar to the basic gate-clock [2], however, 9 will be controlled instead and the corresponding hw-ops for 12 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt 13 [2] Documentation/devicetree/bindings/clock/gpio-gate-clock.txt 17 - compatible : shall be one of: 18 "ti,gate-clock" - basic gate clock 19 "ti,wait-gate-clock" - gate clock which waits until clock is active before 21 "ti,dss-gate-clock" - gate clock with DSS specific hardware handling 22 "ti,am35xx-gate-clock" - gate clock with AM35xx specific hardware handling [all …]
|
| H A D | mux.txt | 3 Binding status: Unstable - ABI compatibility may be broken in the future 6 register-mapped multiplexer with multiple input clock signals or 10 By default the "clocks" property lists the parents in the same order 15 results in programming the register as follows: 24 "index-starts-at-one" modified the scheme as follows: 32 the number of bits to shift the control field in the register can be 36 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt 39 - compatible : shall be "ti,mux-clock" or "ti,composite-mux-clock". 40 - #clock-cells : from common clock binding; shall be set to 0. 41 - clocks : link phandles of parent clocks [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | mass-storage.rst | 9 appearing to the host as a disk or a CD-ROM drive. It supports 12 to read-only, and gadget can indicate that it is removable and/or 13 CD-ROM (the latter implies read-only access). 15 Its requirements are modest; only a bulk-in and a bulk-out endpoint 17 Support is included for full-speed, high-speed and SuperSpeed 20 Note that the driver is slightly non-portable in that it assumes 21 a single memory/DMA buffer will be usable for bulk-in and bulk-out 29 (which is no longer included in Linux). It will talk only briefly 30 about how to use MSF within composite gadgets. 38 - file=filename[,filename...] [all …]
|
| H A D | gadget_multi.rst | 2 Multifunction Composite Gadget 8 The Multifunction Composite Gadget (or g_multi) is a composite gadget 9 that makes extensive use of the composite framework to provide 12 In it's standard configuration it provides a single USB configuration 18 have two configurations -- one with RNDIS and another with CDC ECM[3]. 20 Please note that if you use non-standard configuration (that is enable 26 To make use of the gadget one needs to make it work on host side -- 31 ------------------ 33 Since the gadget uses standard composite framework and appears as such 38 This is also true for two configuration set-up with RNDIS [all …]
|
| H A D | functionfs.rst | 5 From kernel point of view it is just a composite function with some 9 that kernel level composite functions provide when they are added to 12 This in particular means that the composite initialisation functions 13 may not be in init section (ie. may not use the __init tag). 22 them as needed also handling situation when numbers differ in 35 What I also want to mention is that the FunctionFS is designed in such 36 a way that it is possible to mount it several times so in the end 46 $ mkdir /dev/ffs-mtp && mount -t functionfs mtp /dev/ffs-mtp 47 $ ( cd /dev/ffs-mtp && mtp-daemon ) & 48 $ mkdir /dev/ffs-hid && mount -t functionfs hid /dev/ffs-hid [all …]
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | glxscreens.c | 3 * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved. 7 * to deal in the Software without restriction, including without limitation 15 * shall be included in all copies or substantial portions of the Software. 19 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 21 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 22 * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 25 * Except as contained in this notice, the name of Silicon Graphics, Inc. 26 * shall not be used in advertising or otherwise to promote the sale, use or 27 * other dealings in this Software without prior written authorization from 32 #include <dix-config.h> [all …]
|
| /OK3568_Linux_fs/kernel/drivers/clk/rockchip/ |
| H A D | clk-rk3368.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 6 #include <linux/clk-provider.h> 13 #include <dt-bindings/clock/rk3368-cru.h> 219 /* cluster_b: aclkm in clksel0, rest in clksel1 */ 229 /* cluster_l: aclkm in clksel2, rest in clksel3 */ 295 * Clock-Architecture Diagram 2 339 COMPOSITE(ACLK_CCI_PRE, "aclk_cci_pre", mux_pll_src_cpll_gpll_usb_npll_p, CLK_IGNORE_UNUSED, 375 COMPOSITE(0, "fclk_mcu_src", mux_pll_src_cpll_gpll_p, CLK_IGNORE_UNUSED, 379 * stclk_mcu is listed as child of fclk_mcu_src in diagram 5, 380 * but stclk_mcu has an additional own divider in diagram 2 [all …]
|
| H A D | clk-rk3399.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * Author: Xing Zheng <zhengxing@rock-chips.com> 7 #include <linux/clk-provider.h> 15 #include <dt-bindings/clock/rk3399-cru.h> 417 /* cluster_l: aclkm in clksel0, rest in clksel1 */ 427 /* cluster_b: aclkm in clksel2, rest in clksel3 */ 482 * CRU Clock-Architecture 505 COMPOSITE(ACLK_USB3, "aclk_usb3", mux_pll_src_cpll_gpll_npll_p, 0, 524 COMPOSITE(SCLK_USB3OTG0_SUSPEND, "clk_usb3otg0_suspend", mux_pll_p, 0, 528 COMPOSITE(SCLK_USB3OTG1_SUSPEND, "clk_usb3otg1_suspend", mux_pll_p, 0, [all …]
|
| H A D | clk-rk3288.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 #include <linux/clk-provider.h> 14 #include <dt-bindings/clock/rk3288-cru.h> 294 * Clock-Architecture Diagram 1 373 COMPOSITE(SCLK_I2S_SRC, "i2s_src", mux_pll_src_cpll_gpll_p, 0, 424 * Clock-Architecture Diagram 2 427 COMPOSITE(0, "aclk_vepu", mux_pll_src_cpll_gpll_usb480m_p, 0, 430 COMPOSITE(0, "aclk_vdpu", mux_pll_src_cpll_gpll_usb480m_p, 0, 444 COMPOSITE(ACLK_VIO0, "aclk_vio0", mux_pll_src_cpll_gpll_usb480m_p, CLK_IGNORE_UNUSED, 447 COMPOSITE(ACLK_VIO1, "aclk_vio1", mux_pll_src_cpll_gpll_usb480m_p, CLK_IGNORE_UNUSED, [all …]
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa.h | 9 * the above copyright notice appear in all copies and that both that 10 * copyright notice and this permission notice appear in supporting 11 * documentation, and that the name of copyright holders not be used in 19 * FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY 21 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 23 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 71 ExaOffscreenArea *prev; /* Double-linked list for defragmentation */ 77 * fllled in by drivers. 99 * In XFree86 DDX drivers, this is probably: 100 * (pScrn->displayWidth * cpp * pScrn->virtualY) [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | composite.h | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * composite.h -- framework for usb gadgets which are composite devices 5 * Copyright (C) 2006-2008 David Brownell 12 * This program is distributed in the hope that it will be useful, 19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 27 * making it easier to build (a) Composite devices, supporting multiple 28 * functions within any single configuration, and (b) Multi-configuration 33 * link and mass storage functions is a composite device. Those functions 34 * might alternatively be packaged in individual configurations, but in 35 * the composite model the host can use both functions at the same time. [all …]
|
| /OK3568_Linux_fs/u-boot/include/linux/usb/ |
| H A D | composite.h | 2 * composite.h -- framework for usb gadgets which are composite devices 4 * Copyright (C) 2006-2008 David Brownell 6 * SPDX-License-Identifier: GPL-2.0+ 14 * making it easier to build (a) Composite devices, supporting multiple 15 * functions within any single configuration, and (b) Multi-configuration 20 * link and mass storage functions is a composite device. Those functions 21 * might alternatively be packaged in individual configurations, but in 22 * the composite model the host can use both functions at the same time. 42 * struct usb_function - describes one function of a configuration 45 * and by language IDs provided in control requests [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/ |
| H A D | configfs.c | 1 // SPDX-License-Identifier: GPL-2.0 7 #include <linux/usb/composite.h> 34 return ERR_PTR(-EINVAL); in create_function_device() 50 return -EINVAL; in check_user_usb_string() 52 stringtab_dev->language = num; in check_user_usb_string() 73 struct usb_composite_driver composite; member 141 return -EOVERFLOW; in usb_string_copy() 148 return -ENOMEM; in usb_string_copy() 151 if (str[ret - 1] == '\n') in usb_string_copy() 152 str[ret - 1] = '\0'; in usb_string_copy() [all …]
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessScreen.c | 6 * Copyright (c) 2002-2003 Torrey T. Lyons. All Rights Reserved. 11 * to deal in the Software without restriction, including without limitation 16 * The above copyright notice and this permission notice shall be included in 21 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 23 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 24 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 25 * DEALINGS IN THE SOFTWARE. 27 * Except as contained in this notice, the name(s) of the above copyright 28 * holders shall not be used in advertising or otherwise to promote the sale, 29 * use or other dealings in this Software without prior written authorization. [all …]
|
| /OK3568_Linux_fs/kernel/include/media/i2c/ |
| H A D | upd64083.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * upd6408x - NEC Electronics 3-Dimensional Y/C separation input defines 11 /* There are two bits of information that the driver needs in order 15 The first two operating modes expect a composite signal on the Y input, 18 Normally YCS_MODE is used for tuner and composite inputs, and the 19 YCNR mode is used for S-Video inputs. 21 The external Y-ADC is selected when the composite input comes from a 23 the input is a S-Video signal, then the internal Y-ADC input should 33 /* Note: the following two modes cannot be used in combination with the 34 external Y-ADC. */ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/ |
| H A D | zoran.rst | 1 .. SPDX-License-Identifier: GPL-2.0 8 website: http://mjpeg.sourceforge.net/driver-zoran/ 12 -------------------------- 15 ------------------------ 28 Drivers to use: videodev, i2c-core, i2c-algo-bit, 31 Inputs/outputs: Composite and S-video 45 Drivers to use: videodev, i2c-core, i2c-algo-bit, 49 Six physical inputs. 1-6 are composite, 50 1-2, 3-4, 5-6 doubles as S-video, 51 1-3 triples as component. [all …]
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | Makefile.am | 4 ACLOCAL_AMFLAGS = -I m4 6 if COMPOSITE 7 COMPOSITE_DIR=composite 69 aclocal_DATA = xorg-server.m4 72 pkgconfig_DATA = xorg-server.pc 75 EXTRA_DIST = xorg-server.pc.in xorg-server.m4 autogen.sh README.md 78 --with-xkb-path=$(XKB_BASE_DIRECTORY) \ 79 --with-xkb-bin-directory=$(XKB_BIN_DIRECTORY) \ 80 --with-xkb-output='$${datadir}/X11/xkb/compiled' 90 dist-hook: ChangeLog INSTALL [all …]
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | mipict.c | 7 * the above copyright notice appear in all copies and that both that 8 * copyright notice and this permission notice appear in supporting 9 * documentation, and that the name of Keith Packard not be used in 16 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 19 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 20 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 25 #include <dix-config.h> 45 if (pPicture->freeCompClip) in miDestroyPicture() 46 RegionDestroy(pPicture->pCompositeClip); in miDestroyPicture() 52 if (pPicture->clientClip) in miDestroyPictureClip() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A D | ivtv-routing.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 Audio/video-routing-related ivtv functions. 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-i2c.h" 11 #include "ivtv-cards.h" 12 #include "ivtv-gpio.h" 13 #include "ivtv-routing.h" 15 #include <media/drv-intf/msp3400.h> [all …]
|