Home
last modified time | relevance | path

Searched +full:- +full:- +full:valid +full:- +full:- (Results 1 – 25 of 1243) sorted by relevance

12345678910>>...50

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_pbha.c1 // SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
4 * (C) COPYRIGHT 2021-2022 ARM Limited. All rights reserved.
18 * http://www.gnu.org/licenses/gpl-2.0.html.
31 /* Valid ID - fall through all */ in read_setting_valid()
48 /* Valid setting value - fall through all */ in read_setting_valid()
69 /* Valid ID - fall through all */ in write_setting_valid()
87 /* Valid setting value - fall through all */ in write_setting_valid()
107 /* specifies whether id and either one of settings is valid */
109 /* specifies whether read setting is valid */
111 /* specifies whether write setting is valid*/
[all …]
H A Dmali_kbase_hwaccess_pm.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
4 * (C) COPYRIGHT 2014-2015, 2018-2022 ARM Limited. All rights reserved.
18 * http://www.gnu.org/licenses/gpl-2.0.html.
34 /* Forward definition - see mali_kbase.h */
40 * kbase_hwaccess_pm_init - Initialize the power management framework.
42 * @kbdev: The kbase device structure for the device (must be a valid pointer)
51 * kbase_hwaccess_pm_term - Terminate the power management framework.
53 * @kbdev: The kbase device structure for the device (must be a valid pointer)
60 * kbase_hwaccess_pm_powerup - Power up the GPU.
61 * @kbdev: The kbase device structure for the device (must be a valid pointer)
[all …]
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dscsw.h1 /* SPDX-License-Identifier: GPL-2.0 */
17 * struct cmd_scsw - command-mode subchannel status word
24 * @isic: initial-status interruption control
25 * @alcc: address-limit checking control
26 * @ssi: suppress-suspended interruption
63 * struct tm_scsw - transport-mode subchannel status word
68 * @x: IRB-format control
69 * @q: interrogate-complete
79 * @schxs: subchannel-extended status
105 * struct eadm_scsw - subchannel status word for eadm subchannels
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-power5 Contact: linux-pm@vger.kernel.org
10 Valid values: Represented as string
14 Contact: linux-pm@vger.kernel.org
19 Valid values: Represented as string
23 Contact: linux-pm@vger.kernel.org
28 Valid values: Represented as string
32 Contact: linux-pm@vger.kernel.org
37 Valid values: "Battery", "UPS", "Mains", "USB", "Wireless"
43 Contact: linux-pm@vger.kernel.org
60 Valid values: Represented in microamps. Negative values are
[all …]
/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyaffs_attribs.c2 * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
4 * Copyright (C) 2002-2011 Aleph One Ltd.
19 obj->yst_uid = oh->yst_uid; in yaffs_load_attribs()
20 obj->yst_gid = oh->yst_gid; in yaffs_load_attribs()
21 obj->yst_atime = oh->yst_atime; in yaffs_load_attribs()
22 obj->yst_mtime = oh->yst_mtime; in yaffs_load_attribs()
23 obj->yst_ctime = oh->yst_ctime; in yaffs_load_attribs()
24 obj->yst_rdev = oh->yst_rdev; in yaffs_load_attribs()
31 oh->win_atime[0] = obj->win_atime[0]; in yaffs_load_attribs_oh()
32 oh->win_ctime[0] = obj->win_ctime[0]; in yaffs_load_attribs_oh()
[all …]
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Dti_sci.h1 /* SPDX-License-Identifier: BSD-3-Clause */
9 * Copyright (C) 2015-2016 Texas Instruments Incorporated - https://www.ti.com/
54 /* PSI-L requests */
83 * struct ti_sci_msg_hdr - Generic Message Header for All messages and responses
104 * struct ti_sci_msg_resp_version - Response for a message
126 * struct ti_sci_msg_req_reboot - Reboot the SoC
137 * struct ti_sci_msg_req_set_device_state - Set the desired state of the device
144 * + MSG_FLAG_DEVICE_WAKE_ENABLED - Configure the device to be a wake source.
148 * + MSG_FLAG_DEVICE_RESET_ISO - Enable reset isolation for this device.
149 * + MSG_FLAG_DEVICE_EXCLUSIVE - Claim this device exclusively. When passed
[all …]
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dthermal.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * acpi_thermal.c - ACPI Thermal Zone Driver ($Revision: 41 $)
120 u8 valid:1; member
181 /* --------------------------------------------------------------------------
183 -------------------------------------------------------------------------- */
191 return -EINVAL; in acpi_thermal_get_temperature()
193 tz->last_temperature = tz->temperature; in acpi_thermal_get_temperature()
195 status = acpi_evaluate_integer(tz->device->handle, "_TMP", NULL, &tmp); in acpi_thermal_get_temperature()
197 return -ENODEV; in acpi_thermal_get_temperature()
199 tz->temperature = tmp; in acpi_thermal_get_temperature()
[all …]
/OK3568_Linux_fs/u-boot/drivers/input/
H A Dkey_matrix.c7 * SPDX-License-Identifier: GPL-2.0+
24 * @param valid Number of valid keypresses to check
28 int valid) in has_ghosting() argument
33 if (!config->ghost_filter || valid < 3) in has_ghosting()
36 for (i = 0; i < valid; i++) { in has_ghosting()
39 * and the other is in the same column as the i-th key. in has_ghosting()
41 for (j = i + 1; j < valid; j++) { in has_ghosting()
59 int valid, upto; in key_matrix_decode() local
63 keymap = config->plain_keycode; in key_matrix_decode()
64 for (valid = upto = 0; upto < num_keys; upto++) { in key_matrix_decode()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_pm_internal.h3 * (C) COPYRIGHT 2010-2017 ARM Limited. All rights reserved.
12 * Boston, MA 02110-1301, USA.
34 * kbase_pm_dev_idle - The GPU is idle.
38 * @kbdev: The kbase device structure for the device (must be a valid pointer)
43 * kbase_pm_dev_activate - The GPU is active.
47 * @kbdev: The kbase device structure for the device (must be a valid pointer)
52 * kbase_pm_get_present_cores - Get details of the cores that are present in
59 * @kbdev: The kbase device structure for the device (must be a valid
69 * kbase_pm_get_active_cores - Get details of the cores that are currently
76 * @kbdev: The kbase device structure for the device (must be a valid pointer)
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Dinterface.hpp3 // Copyright (c) 2014-2017, Oracle and/or its affiliates.
127 \brief \brief_check{is valid (in the OGC sense)}
133 \return \return_check{is valid (in the OGC sense);
134 furthermore, the following geometries are considered valid:
135 multi-geometries with no elements,
150 \brief \brief_check{is valid (in the OGC sense)}
154 \return \return_check{is valid (in the OGC sense);
155 furthermore, the following geometries are considered valid:
156 multi-geometries with no elements,
170 \brief \brief_check{is valid (in the OGC sense)}
[all …]
/OK3568_Linux_fs/buildroot/dl/dbus/
HDdbus-1.12.20.tar.gz ... dbus-1.12.20/test/data/valid-messages/array-of-array-of
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Dni_routes.h1 /* SPDX-License-Identifier: GPL-2.0+ */
7 * COMEDI - Linux Control and Measurement Device Interface
34 * struct ni_route_set - Set of destinations with a common source.
46 * struct ni_device_routes - List of all src->dest sets for a particular device.
47 * @device: Name of board/device (e.g. pxi-6733).
48 * @n_route_sets: Number of route sets that are valid for this device.
49 * @routes: List of route sets that are valid for this device.
58 * struct ni_route_tables - Register values and valid routes for a device.
59 * @valid_routes: Pointer to a all valid route sets for a single device.
63 * Link to the valid src->dest routes and the register values used to assign
[all …]
H A Dni_routes.c1 // SPDX-License-Identifier: GPL-2.0+
7 * COMEDI - Linux Control and Measurement Device Interface
34 * #define B(x) ((x) - NI_NAMES_BASE)
61 if (memcmp(ni_all_route_values[i]->family, device_family, in ni_find_route_values()
63 rv = &ni_all_route_values[i]->register_values[0][0]; in ni_find_route_values()
71 * Find the valid routes for a board.
80 if (memcmp(ni_device_routes_list[i]->device, board_name, in ni_find_valid_routes()
94 * Return: -ENODATA if either was not found; 0 if both were found.
107 /* Second, find the set of routes valid for this device. */ in ni_find_device_routes()
112 tables->route_values = rv; in ni_find_device_routes()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dpinctrl-mt7622.txt4 - compatible: Should be one of the following
5 "mediatek,mt7622-pinctrl" for MT7622 SoC
6 "mediatek,mt7629-pinctrl" for MT7629 SoC
7 - reg: offset and length of the pinctrl space
9 - gpio-controller: Marks the device node as a GPIO controller.
10 - #gpio-cells: Should be two. The first cell is the pin number and the
14 - interrupt-controller : Marks the device node as an interrupt controller
16 If the property interrupt-controller is defined, following property is required
17 - reg-names: A string describing the "reg" entries. Must contain "eint".
18 - interrupts : The interrupt output from the controller.
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_kernel.c1 // SPDX-License-Identifier: GPL-2.0
20 int valid[10]; member
21 /* we have test_progs[-flavor], so cut flavor part */
47 if (CORE_READ(&pid, &task->pid) || in test_core_kernel()
48 CORE_READ(&tgid, &task->tgid)) in test_core_kernel()
52 out->valid[0] = (((uint64_t)pid << 32) | tgid) == pid_tgid; in test_core_kernel()
55 out->valid[1] = BPF_CORE_READ(task, in test_core_kernel()
57 out->valid[2] = BPF_CORE_READ(task, in test_core_kernel()
60 out->valid[3] = BPF_CORE_READ(task, in test_core_kernel()
63 out->valid[4] = BPF_CORE_READ(task, in test_core_kernel()
[all …]
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dinode.c1 // SPDX-License-Identifier: GPL-2.0-only
12 * Change to nfs_read_super() to permit NFS mounts to multi-homed hosts.
62 /* Default is to see 64-bit inode numbers */
72 return nfs_fileid_to_ino_t(fattr->fileid); in nfs_fattr_to_ino_t()
79 return -ERESTARTSYS; in nfs_wait_killable()
90 * nfs_compat_user_ino64 - returns the user-visible inode number
91 * @fileid: 64-bit fileid
93 * This function returns a 32-bit inode number if the boot parameter
108 ino ^= fileid >> (sizeof(fileid)-sizeof(ino)) * 8; in nfs_compat_user_ino64()
124 WARN_ON_ONCE(!list_empty(&NFS_I(inode)->open_files)); in nfs_clear_inode()
[all …]
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-uclogic-params.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * HID driver for UC-Logic devices not fully compliant with HID standard
4 * - tablet initialization and parameter retrieval
22 /* Types of pen in-range reporting */
24 /* Normal reports: zero - out of proximity, one - in proximity */
26 /* Inverted reports: zero - in proximity, one - out of proximity */
32 /* Convert a pen in-range reporting type to a string */
52 * Only valid, if "desc_ptr" is not NULL.
57 /* Type of in-range reporting, only valid if "id" is not zero */
61 * high-order X and then Y bytes following the pressure field.
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_pm_internal.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
4 * (C) COPYRIGHT 2010-2022 ARM Limited. All rights reserved.
18 * http://www.gnu.org/licenses/gpl-2.0.html.
36 * kbase_pm_dev_idle - The GPU is idle.
38 * @kbdev: The kbase device structure for the device (must be a valid pointer)
45 * kbase_pm_dev_activate - The GPU is active.
47 * @kbdev: The kbase device structure for the device (must be a valid pointer)
54 * kbase_pm_get_present_cores - Get details of the cores that are present in
57 * @kbdev: The kbase device structure for the device (must be a valid
71 * kbase_pm_get_active_cores - Get details of the cores that are currently
[all …]
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-io-std.c1 // SPDX-License-Identifier: GPL-2.0-only
11 #include <asm-generic/ide_iops.h>
44 if (hwif->host_flags & IDE_HFLAG_MMIO) in ide_exec_command()
45 writeb(cmd, (void __iomem *)hwif->io_ports.command_addr); in ide_exec_command()
47 outb(cmd, hwif->io_ports.command_addr); in ide_exec_command()
53 if (hwif->host_flags & IDE_HFLAG_MMIO) in ide_read_status()
54 return readb((void __iomem *)hwif->io_ports.status_addr); in ide_read_status()
56 return inb(hwif->io_ports.status_addr); in ide_read_status()
62 if (hwif->host_flags & IDE_HFLAG_MMIO) in ide_read_altstatus()
63 return readb((void __iomem *)hwif->io_ports.ctl_addr); in ide_read_altstatus()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Dmax77693.txt1 Maxim MAX77693 multi-function device
4 - PMIC,
5 - CHARGER,
6 - LED,
7 - MUIC,
8 - HAPTIC
14 - compatible : Must be "maxim,max77693".
15 - reg : Specifies the i2c slave address of PMIC block.
16 - interrupts : This i2c device has an IRQ line connected to the main SoC.
19 - regulators : The regulators of max77693 have to be instantiated under subnode
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dfimc-is-param.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver
5 * Copyright (C) 2011 - 2013 Samsung Electronics Co., Ltd.
119 /* OTF (On-The-Fly) input interface commands */
153 /* (only valid at DMA_INPUT_PLANE_2) */
155 /* (only valid at DMA_INPUT_PLANE_2) */
157 /* (only valid at DMA_INPUT_PLANE_1 & DMA_INPUT_FORMAT_YUV444) */
159 /* (only valid at DMA_INPUT_FORMAT_YUV422 & DMA_INPUT_PLANE_1) */
161 /* (only valid at DMA_INPUT_FORMAT_YUV422 & DMA_INPUT_PLANE_1) */
163 /* (only valid at DMA_INPUT_FORMAT_YUV422 & DMA_INPUT_PLANE_1) */
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_hwaccess_pm.h3 * (C) COPYRIGHT 2014-2015 ARM Limited. All rights reserved.
12 * Boston, MA 02110-1301, USA.
32 /* Forward definition - see mali_kbase.h */
42 * @param kbdev The kbase device structure for the device (must be a valid
56 * @param kbdev The kbase device structure for the device (must be a valid
62 * kbase_hwaccess_pm_powerup - Power up the GPU.
63 * @kbdev: The kbase device structure for the device (must be a valid pointer)
82 * @param kbdev The kbase device structure for the device (must be a valid
88 * Perform any backend-specific actions to suspend the GPU
90 * @param kbdev The kbase device structure for the device (must be a valid
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/tc-tests/actions/
H A Dife.json4 "name": "Create valid ife encode action with mark and pass control",
20 …"matchPattern": "action order [0-9]*: ife encode action pass.*type 0[xX]ED3E.*allow mark.*index 2",
28 "name": "Create valid ife encode action with mark and pipe control",
44 … "matchPattern": "action order [0-9]*: ife encode action pipe.*type 0[xX]ED3E.*use mark.*index 2",
52 "name": "Create valid ife encode action with mark and continue control",
68 …"matchPattern": "action order [0-9]*: ife encode action continue.*type 0[xX]ED3E.*allow mark.*inde…
76 "name": "Create valid ife encode action with mark and drop control",
92 …"matchPattern": "action order [0-9]*: ife encode action drop.*type 0[xX]ED3E.*use mark 789.*index …
100 "name": "Create valid ife encode action with mark and reclassify control",
116 …"matchPattern": "action order [0-9]*: ife encode action reclassify.*type 0[xX]ED3E.*use mark 65676…
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_cle.c1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /* Applied Micro X-Gene SoC Ethernet Classifier structures
27 if (pdata->enet_id == XGENE_ENET1) { in xgene_cle_idt_to_hw()
41 buf[0] = SET_VAL(CLE_DROP, dbptr->drop); in xgene_cle_dbptr_to_hw()
42 buf[4] = SET_VAL(CLE_FPSEL, dbptr->fpsel) | in xgene_cle_dbptr_to_hw()
43 SET_VAL(CLE_NFPSEL, dbptr->nxtfpsel) | in xgene_cle_dbptr_to_hw()
44 SET_VAL(CLE_DSTQIDL, dbptr->dstqid); in xgene_cle_dbptr_to_hw()
46 buf[5] = SET_VAL(CLE_DSTQIDH, (u32)dbptr->dstqid >> CLE_DSTQIDL_LEN) | in xgene_cle_dbptr_to_hw()
47 SET_VAL(CLE_PRIORITY, dbptr->cle_priority); in xgene_cle_dbptr_to_hw()
55 buf[j++] = SET_VAL(CLE_TYPE, kn->node_type); in xgene_cle_kn_to_hw()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/
H A Darm,vic.txt5 nested or have the outputs wire-OR'd together.
9 - compatible : should be one of
10 "arm,pl190-vic"
11 "arm,pl192-vic"
12 - interrupt-controller : Identifies the node as an interrupt controller
13 - #interrupt-cells : The number of cells to define the interrupts. Must be 1 as
16 - reg : The register bank for the VIC.
20 - interrupts : Interrupt source for parent controllers if the VIC is nested.
21 - valid-mask : A one cell big bit mask of valid interrupt sources. Each bit
24 clear means otherwise. If unspecified, defaults to all valid.
[all …]

12345678910>>...50