Home
last modified time | relevance | path

Searched +full:multi +full:- +full:purpose (Results 1 – 25 of 1013) sorted by relevance

12345678910>>...41

/OK3568_Linux_fs/kernel/include/media/i2c/
H A Dtw9910.h1 /* SPDX-License-Identifier: GPL-2.0-only */
17 * tw9910_mpout_pin - MPOUT (multi-purpose output) pin functions
31 * tw9910_video_info - tw9910 driver interface structure
33 * @mpout: Selected function of MPOUT (multi-purpose output) pin.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/ti/
H A Dkeystone-navigator-qmss.txt5 multi-core Navigator. QMSS consist of queue managers, packed-data structure
9 management of the packet queues. Packets are queued/de-queued by writing or
20 - compatible : Must be "ti,keystone-navigator-qmss".
21 : Must be "ti,66ak2g-navss-qm" for QMSS on K2G SoC.
22 - clocks : phandle to the reference clock for this device.
23 - queue-range : <start number> total range of queue numbers for the device.
24 - linkram0 : <address size> for internal link ram, where size is the total
26 - linkram1 : <address size> for external link ram, where size is the total
29 - qmgrs : child node describing the individual queue managers on the
32 -- managed-queues : the actual queues managed by each queue manager
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc1_5/
H A Dia_css_macc1_5_types.h1 /* SPDX-License-Identifier: GPL-2.0 */
12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
20 * CSS-API header file for Multi-Axis Color Conversion algorithm parameters.
23 /* Multi-Axis Color Conversion configuration
33 /* Multi-Axes Color Correction (MACC) table.
49 * OutU = (data00 * InU + data01 * InV) >> (13 - exp)
50 * OutV = (data10 * InU + data11 * InV) >> (13 - exp)
53 * OutU = (4096 * InU + 0 * InV) >> (13 - 1)
54 * OutV = ( 0 * InU + 4096 * InV) >> (13 - 1)
59 MACC1_5: s[macc_config.exp].[13-macc_config.exp], [-8192,8191]
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/timer/
H A Drenesas,mtu2.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas Multi-Function Timer Pulse Unit 2 (MTU2)
10 - Geert Uytterhoeven <geert+renesas@glider.be>
11 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
14 The MTU2 is a multi-purpose, multi-channel timer/counter with configurable clock inputs
23 - enum:
24 - renesas,mtu2-r7s72100 # RZ/A1H
25 - const: renesas,mtu2
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/
H A Dapm-xgene-phy.txt1 * APM X-Gene 15Gbps Multi-purpose PHY nodes
3 PHY nodes are defined to describe on-chip 15Gbps Multi-purpose PHY. Each
7 - compatible : Shall be "apm,xgene-phy".
8 - reg : PHY memory resource is the SDS PHY access resource.
9 - #phy-cells : Shall be 1 as it expects one argument for setting
14 - status : Shall be "ok" if enabled or "disabled" if disabled.
16 - clocks : Reference to the clock entry.
17 - apm,tx-eye-tuning : Manual control to fine tune the capture of the serial
19 Two set of 3-tuple setting for each (up to 3)
22 - apm,tx-eye-direction : Eye tuning manual control direction. 0 means sample
[all …]
/OK3568_Linux_fs/kernel/Documentation/input/
H A Devent-codes.rst1 .. _input-event-codes:
36 - Used as markers to separate events. Events may be separated in time or in
41 - Used to describe state changes of keyboards, buttons, or other key-like
46 - Used to describe relative axis value changes, e.g. moving the mouse 5 units
51 - Used to describe absolute axis value changes, e.g. describing the
56 - Used to describe miscellaneous input data that do not fit into other types.
60 - Used to describe binary state input switches.
64 - Used to turn LEDs on devices on and off.
68 - Used to output sound to devices.
72 - Used for autorepeating devices.
[all …]
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/pinctrl/
H A Dmarvell,mvebu-pinctrl.txt1 The pinctrl driver enables Marvell Armada 8K SoCs to configure the multi-purpose
8 - compatible: "marvell,mvebu-pinctrl",
9 "marvell,armada-ap806-pinctrl",
10 "marvell,a70x0-pinctrl",
11 "marvell,a80x0-cp0-pinctrl",
12 "marvell,a80x0-cp1-pinctrl"
13 - bank-name: A string defining the pinc controller bank name
14 - reg: A pair of values defining the pin controller base address
16 - pin-count: Numeric value defining the amount of multi purpose pins
18 - max-func: Numeric value defining the maximum function value for
[all …]
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_dap_fasi.h2 Copyright (c), 2004-2005,2007-2010 Trident Microsystems, Inc.
20 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
48 /*-------- compilation control switches --------------------------------------*/
53 /*-------- Required includes -------------------------------------------------*/
57 /*-------- Defines, configuring the API --------------------------------------*/
98 #error At least one of short- or long-addressing format must be allowed.
103 * Single/master multi master setting
106 * Comments about SINGLE MASTER/MULTI MASTER modes:
113 * + multi master mode means use of repeated starts
118 * Single/multi master selected via the flags in the FASI protocol.
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc_1.0/
H A Dia_css_macc_types.h1 /* SPDX-License-Identifier: GPL-2.0 */
12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
20 * CSS-API header file for Multi-Axis Color Correction (MACC) parameters.
29 /* Multi-Axis Color Correction (MACC) table.
45 * OutU = (data00 * InU + data01 * InV) >> (13 - exp)
46 * OutV = (data10 * InU + data11 * InV) >> (13 - exp)
49 * OutU = (4096 * InU + 0 * InV) >> (13 - 1)
50 * OutV = ( 0 * InU + 4096 * InV) >> (13 - 1)
56 MACC1: s2.13, [-65536,65535]
59 MACC2: s[macc_config.exp].[13-macc_config.exp], [-8192,8191]
H A Dia_css_macc_table.host.c1 // SPDX-License-Identifier: GPL-2.0
12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
20 /* Multi-Axes Color Correction table for ISP1.
37 /* Multi-Axes Color Correction table for ISP2.
/OK3568_Linux_fs/u-boot/board/micronas/vct/
H A Ddcgu.h6 * SPDX-License-Identifier: GPL-2.0+
63 DCGU_HW_MODULE_MPC, /* Selects multi purpose cipher module */
64 DCGU_HW_MODULE_MPC_KEY, /* Selects multi purpose cipher key */
67 DCGU_HW_MODULE_VCTY_CORE, /* Selects VCT-Y core module */
/OK3568_Linux_fs/kernel/drivers/scsi/snic/
H A Dsnic_io.c10 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
39 struct snic *snic = svnic_dev_priv(wq->vdev); in snic_wq_cmpl_frame_send()
41 SNIC_BUG_ON(buf->os_buf == NULL); in snic_wq_cmpl_frame_send()
44 SNIC_HOST_INFO(snic->shost, in snic_wq_cmpl_frame_send()
46 buf->os_buf); in snic_wq_cmpl_frame_send()
48 SNIC_TRC(snic->shost->host_no, 0, 0, in snic_wq_cmpl_frame_send()
49 ((ulong)(buf->os_buf) - sizeof(struct snic_req_info)), 0, 0, in snic_wq_cmpl_frame_send()
52 buf->os_buf = NULL; in snic_wq_cmpl_frame_send()
68 spin_lock_irqsave(&snic->wq_lock[q_num], flags); in snic_wq_cmpl_handler_cont()
69 svnic_wq_service(&snic->wq[q_num], in snic_wq_cmpl_handler_cont()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pwm/
H A Dst,stmpe-pwm.txt4 (ST Multi-Purpose Expander) chips. The PWM is registered as a
8 - compatible: should be:
9 - "st,stmpe-pwm"
10 - #pwm-cells: should be 2. See pwm.yaml in this directory for a description of
16 compatible = "st,stmpe-pwm";
17 #pwm-cells = <2>;
/OK3568_Linux_fs/u-boot/include/
H A Dadc.h5 * SPDX-License-Identifier: GPL-2.0+
11 /* ADC_CHANNEL() - ADC channel bit mask, to select only required channels */
14 /* The last possible selected channel with 32-bit mask */
20 * - ADC_DATA_FORMAT_BIN - binary offset
21 * - ADC_DATA_FORMAT_2S - two's complement
32 * struct adc_channel - structure to hold channel conversion data.
33 * Useful to keep the result of a multi-channel conversion output.
35 * @id - channel id
36 * @data - channel conversion data
44 * struct adc_uclass_platdata - basic ADC info
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dfsl-fec.txt4 - compatible : Should be "fsl,<soc>-fec"
5 - reg : Address and length of the register set for the device
6 - interrupts : Should contain fec interrupt
7 - phy-mode : See ethernet.txt file in the same directory
10 - phy-supply : regulator that powers the Ethernet PHY.
11 - phy-handle : phandle to the PHY device connected to this device.
12 - fixed-link : Assume a fixed link. See fixed-link.txt in the same directory.
13 Use instead of phy-handle.
14 - fsl,num-tx-queues : The property is valid for enet-avb IP, which supports
15 hw multi queues. Should specify the tx queue number, otherwise set tx queue
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dwmi.h2 * Copyright (c) 2010-2011 Atheros Communications Inc.
5 * purpose with or without fee is hereby granted, provided that the above
45 * 64 - HTC header - WMI header - 1 / txstatus
167 /* multi write section */
173 /* multi rmw section */
196 ret = ath9k_wmi_cmd(priv->wmi, _wmi_cmd, NULL, 0, \
203 ret = ath9k_wmi_cmd(priv->wmi, _wmi_cmd, \
/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dpwm-bcm-iproc.c10 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
39 #define IPROC_PWM_PRESCALE_SHIFT(ch) ((3 - (ch)) * \
61 value = readl(ip->base + IPROC_PWM_CTRL_OFFSET); in iproc_pwmc_enable()
63 writel(value, ip->base + IPROC_PWM_CTRL_OFFSET); in iproc_pwmc_enable()
73 value = readl(ip->base + IPROC_PWM_CTRL_OFFSET); in iproc_pwmc_disable()
75 writel(value, ip->base + IPROC_PWM_CTRL_OFFSET); in iproc_pwmc_disable()
85 u64 tmp, multi, rate; in iproc_pwmc_get_state() local
88 value = readl(ip->base + IPROC_PWM_CTRL_OFFSET); in iproc_pwmc_get_state()
90 if (value & BIT(IPROC_PWM_CTRL_EN_SHIFT(pwm->hwpwm))) in iproc_pwmc_get_state()
91 state->enabled = true; in iproc_pwmc_get_state()
[all …]
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/
H A Dmenubar.php3 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
25 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
38 ----Note----
47 $previous_page = isset($previous_page) == true ? $previous_page : -1;
50 $next_page = isset($next_page) == true ? $next_page : -1;
56 <table id = "menubar" width = "100%" style = "margin-bottom:10px;">
63 …revious_arrow $css_string' ><img id = 'previous_arrow_img' src= 'images/left-arrow-icon.png'></a>";
66 …echo "<a href = '#' class = 'hide_link'><img id = 'exit_button_img' src= 'images/multi-icon.png'>…
67 …echo "<a href = '#' class = 'hide_link'><img id = 'next_arrow_img' src= 'images/right-arrow-icon.…
81 …ass = '$css_string' href = '#'><img id = 'back_button_img' src= 'images/back-arrow-icon.png'></a>";
[all …]
/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/
H A Dmenubar.php3 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
25 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
38 ----Note----
47 $previous_page = isset($previous_page) == true ? $previous_page : -1;
50 $next_page = isset($next_page) == true ? $next_page : -1;
56 <table id = "menubar" width = "100%" style = "margin-bottom:10px;">
63 …revious_arrow $css_string' ><img id = 'previous_arrow_img' src= 'images/left-arrow-icon.png'></a>";
66 …echo "<a href = '#' class = 'hide_link'><img id = 'exit_button_img' src= 'images/multi-icon.png'>…
67 …echo "<a href = '#' class = 'hide_link'><img id = 'next_arrow_img' src= 'images/right-arrow-icon.…
81 …ass = '$css_string' href = '#'><img id = 'back_button_img' src= 'images/back-arrow-icon.png'></a>";
[all …]
/OK3568_Linux_fs/kernel/drivers/regulator/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
38 managed regulators and simple non-configurable regulators.
65 They provide two I2C-controlled DC/DC step-down converters with
85 tristate "Active-semi act8865 voltage regulator"
90 This driver controls a active-semi act8865 voltage output
94 tristate "Active-semi ACT8945A voltage regulator"
97 This driver controls a active-semi ACT8945A voltage regulator
98 via I2C bus. The ACT8945A features three step-down DC/DC converters
99 and four low-dropout linear regulators, along with a ActivePath
110 tristate "Freescale i.MX on-chip ANATOP LDO regulators"
[all …]
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dxarray.rst1 .. SPDX-License-Identifier: GPL-2.0+
15 next or previous entry in a cache-efficient manner. In contrast to a
17 order to grow the array. It is more memory-efficient, parallelisable
18 and cache friendly than a doubly-linked list. It takes advantage of
28 Normal pointers may be stored in the XArray directly. They must be 4-byte
30 alloc_page(). It isn't true for arbitrary user-space pointers,
54 the range. Storing to any index will store to all of them. Multi-index
63 allocated ones. A freshly-initialised XArray contains a ``NULL``
82 returns ``-EBUSY`` if the entry is not empty.
116 ------------
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/nintendo/
H A Dwii.txt11 - model : Should be "nintendo,wii"
12 - compatible : Should be "nintendo,wii"
16 This node represents the multi-function "Hollywood" chip, which packages
21 - compatible : Should be "nintendo,hollywood"
30 - compatible : should be "nintendo,hollywood-vi","nintendo,flipper-vi"
31 - reg : should contain the VI registers location and length
32 - interrupts : should contain the VI interrupt
41 - compatible : should be "nintendo,hollywood-pi","nintendo,flipper-pi"
42 - reg : should contain the PI registers location and length
52 - #interrupt-cells : <1>
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dsingle_threaded.h1 /* Support for single-thread optimizations.
2 Copyright (C) 2020-2021 Free Software Foundation, Inc.
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
26 /* If this variable is non-zero, then the current thread is the only
28 multi-threaded. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dsingle_threaded.h1 /* Support for single-thread optimizations.
2 Copyright (C) 2020-2021 Free Software Foundation, Inc.
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
26 /* If this variable is non-zero, then the current thread is the only
28 multi-threaded. */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/include/
H A Dssv_firmware_version.h11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
20 #define SSV_FIRMWARE_URl "http://192.168.15.30/svn/software/wifi/tag/smac-release-tag/6051.Q0.1009.…
21 #define FIRMWARE_COMPILERHOST "ssv-ThinkPad-X230"
22 #define FIRMWARE_COMPILERDATE "11-06-2017-09:17:18"
24 #define FIRMWARE_COMPILEROSARCH "x86_64-linux-gnu-thread-multi"

12345678910>>...41