Searched +full:- +full:- +full:valid +full:- +full:- (Results 1 – 25 of 1243) sorted by relevance
12345678910>>...50
1 // SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note4 * (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 …]
1 /* 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 …]
1 /* SPDX-License-Identifier: GPL-2.0 */17 * struct cmd_scsw - command-mode subchannel status word24 * @isic: initial-status interruption control25 * @alcc: address-limit checking control26 * @ssi: suppress-suspended interruption63 * struct tm_scsw - transport-mode subchannel status word68 * @x: IRB-format control69 * @q: interrogate-complete79 * @schxs: subchannel-extended status105 * struct eadm_scsw - subchannel status word for eadm subchannels[all …]
5 Contact: linux-pm@vger.kernel.org10 Valid values: Represented as string14 Contact: linux-pm@vger.kernel.org19 Valid values: Represented as string23 Contact: linux-pm@vger.kernel.org28 Valid values: Represented as string32 Contact: linux-pm@vger.kernel.org37 Valid values: "Battery", "UPS", "Mains", "USB", "Wireless"43 Contact: linux-pm@vger.kernel.org60 Valid values: Represented in microamps. Negative values are[all …]
2 * 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 …]
1 /* 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 responses104 * struct ti_sci_msg_resp_version - Response for a message126 * struct ti_sci_msg_req_reboot - Reboot the SoC137 * struct ti_sci_msg_req_set_device_state - Set the desired state of the device144 * + 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 …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * acpi_thermal.c - ACPI Thermal Zone Driver ($Revision: 41 $)120 u8 valid:1; member181 /* --------------------------------------------------------------------------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 …]
7 * SPDX-License-Identifier: GPL-2.0+24 * @param valid Number of valid keypresses to check28 int valid) in has_ghosting() argument33 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() local63 keymap = config->plain_keycode; in key_matrix_decode()64 for (valid = upto = 0; upto < num_keys; upto++) { in key_matrix_decode()[all …]
3 * (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 in59 * @kbdev: The kbase device structure for the device (must be a valid69 * kbase_pm_get_active_cores - Get details of the cores that are currently76 * @kbdev: The kbase device structure for the device (must be a valid pointer)[all …]
3 // 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 …]
... dbus-1.12.20/test/data/valid-messages/array-of-array-of
1 /* SPDX-License-Identifier: GPL-2.0+ */7 * COMEDI - Linux Control and Measurement Device Interface34 * 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 …]
1 // SPDX-License-Identifier: GPL-2.0+7 * COMEDI - Linux Control and Measurement Device Interface34 * #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 …]
4 - compatible: Should be one of the following5 "mediatek,mt7622-pinctrl" for MT7622 SoC6 "mediatek,mt7629-pinctrl" for MT7629 SoC7 - reg: offset and length of the pinctrl space9 - gpio-controller: Marks the device node as a GPIO controller.10 - #gpio-cells: Should be two. The first cell is the pin number and the14 - interrupt-controller : Marks the device node as an interrupt controller16 If the property interrupt-controller is defined, following property is required17 - reg-names: A string describing the "reg" entries. Must contain "eint".18 - interrupts : The interrupt output from the controller.[all …]
1 // SPDX-License-Identifier: GPL-2.020 int valid[10]; member21 /* 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 …]
1 // SPDX-License-Identifier: GPL-2.0-only12 * 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 number91 * @fileid: 64-bit fileid93 * This function returns a 32-bit inode number if the boot parameter108 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 …]
1 /* SPDX-License-Identifier: GPL-2.0+ */3 * HID driver for UC-Logic devices not fully compliant with HID standard4 * - tablet initialization and parameter retrieval22 /* 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 …]
1 /* 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 in57 * @kbdev: The kbase device structure for the device (must be a valid71 * kbase_pm_get_active_cores - Get details of the cores that are currently[all …]
1 // SPDX-License-Identifier: GPL-2.0-only11 #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 …]
1 Maxim MAX77693 multi-function device4 - PMIC,5 - CHARGER,6 - LED,7 - MUIC,8 - HAPTIC14 - 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 …]
1 /* SPDX-License-Identifier: GPL-2.0-only */3 * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver5 * 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 …]
3 * (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 valid56 * @param kbdev The kbase device structure for the device (must be a valid62 * 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 valid88 * Perform any backend-specific actions to suspend the GPU90 * @param kbdev The kbase device structure for the device (must be a valid[all …]
4 "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 …]
1 // SPDX-License-Identifier: GPL-2.0-or-later2 /* Applied Micro X-Gene SoC Ethernet Classifier structures27 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 …]
5 nested or have the outputs wire-OR'd together.9 - compatible : should be one of10 "arm,pl190-vic"11 "arm,pl192-vic"12 - interrupt-controller : Identifies the node as an interrupt controller13 - #interrupt-cells : The number of cells to define the interrupts. Must be 1 as16 - 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 bit24 clear means otherwise. If unspecified, defaults to all valid.[all …]