Home
last modified time | relevance | path

Searched +full:int +full:- +full:property (Results 1 – 25 of 1038) sorted by relevance

12345678910>>...42

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes3 // This file describes the plugin-supplied types contained in the library.
6 // This file was auto-generated by:
7 // 'qmlplugindump -nonrelocatable QtLocation 5.14'
35 Parameter { name: "roles"; type: "QVector<int>" }
45 Parameter { name: "first"; type: "int" }
46 Parameter { name: "last"; type: "int" }
71 Parameter { name: "first"; type: "int" }
72 Parameter { name: "last"; type: "int" }
77 Parameter { name: "first"; type: "int" }
78 Parameter { name: "last"; type: "int" }
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dof.h1 /* SPDX-License-Identifier: GPL-2.0+ */
8 * Copyright (C) 1996-2005 Paul Mackerras.
22 #include <linux/property.h>
31 struct property { struct
33 int length;
35 struct property *next; argument
40 unsigned int unique_id;
57 struct property *properties; argument
58 struct property *deadprops; /* removed properties */
68 unsigned int unique_id;
[all …]
H A Dextcon.h1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * - linux/include/linux/extcon.h for extcon consumer device driver.
74 #define EXTCON_DISP_HDMI 40 /* High-Definition Multimedia Interface */
75 #define EXTCON_DISP_MHL 41 /* Mobile High-Definition Link */
79 #define EXTCON_DISP_HMD 45 /* Head-Mounted Display */
93 * When adding the new extcon property, they *must* have
99 * The naming style of property
100 * : EXTCON_PROP_[type]_[property name]
102 * EXTCON_PROP_USB_[property name] : USB property
103 * EXTCON_PROP_CHG_[property name] : Charger property
[all …]
/OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/
H A Dlibfdt.h4 * libfdt - Flat Device Tree manipulation
23 * MA 02110-1301 USA
62 /* FDT_ERR_NOTFOUND: The requested node or property does not exist */
64 /* FDT_ERR_EXISTS: Attempted to create a node or property which
75 * offset which is out-of-bounds, or which points to an
83 * This can be caused either by an invalid phandle property
84 * length, or the phandle value was either 0 or -1, which are
88 * tree created by the sequential-write functions, which is
97 * device tree at all - it is missing the flattened device
102 * read-write functions, this may mean that fdt_open_into() is
[all …]
/OK3568_Linux_fs/kernel/scripts/dtc/libfdt/
H A Dlibfdt.h1 /* SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause) */
5 * libfdt - Flat Device Tree manipulation
21 /* FDT_ERR_NOTFOUND: The requested node or property does not exist */
23 /* FDT_ERR_EXISTS: Attempted to create a node or property which
34 * offset which is out-of-bounds, or which points to an
42 * This can be caused either by an invalid phandle property
43 * length, or the phandle value was either 0 or -1, which are
47 * tree created by the sequential-write functions, which is
52 /* FDT_ERR_TRUNCATED: FDT or a sub-block is improperly
57 * device tree at all - it is missing the flattened device
[all …]
/OK3568_Linux_fs/u-boot/include/dm/
H A Dread.h7 * SPDX-License-Identifier: GPL-2.0+
22 return ofnode_to_np(dev->node); in dev_np()
32 * dev_ofnode() - get the DT node reference associated with a udevice
39 return dev->node; in dev_ofnode()
49 * dev_read_u32_default() - read a 32-bit integer from a device's DT property
51 * @dev: device to read DT property from
52 * @propname: name of the property to read from
53 * @def: default value to return if the property has no value
54 * @return property value, or @def if not found
56 int dev_read_u32_default(struct udevice *dev, const char *propname, int def);
[all …]
H A Dof_access.h3 * Copyright (C) 1996-2005 Paul Mackerras.
12 * Modified for U-Boot
15 * SPDX-License-Identifier: GPL-2.0+
24 * of_find_all_nodes - Get next node in global list
37 /* Dummy functions to mirror Linux. These are not used in U-Boot */
42 * of_n_addr_cells() - Get the number of address cells for a node
44 * This walks back up the tree to find the closest #address-cells property
50 int of_n_addr_cells(const struct device_node *np);
53 * of_n_size_cells() - Get the number of size cells for a node
55 * This walks back up the tree to find the closest #size-cells property
[all …]
H A Dofnode.h5 * SPDX-License-Identifier: GPL-2.0+
21 * ofnode - reference to a device tree node
33 * NULL, or an offset of -1.
58 int args_count;
63 * ofprop - reference to a property of a device tree node
65 * This struct hold the reference on one property of one node,
67 * a pointer to a struct property in the live device tree.
71 * The property reference can also hold a null reference. This corresponds to
72 * a struct property NULL pointer or an offset of -1.
76 * @prop: Pointer to property, used for live treee.
[all …]
/OK3568_Linux_fs/kernel/drivers/of/
H A Dof_private.h1 /* SPDX-License-Identifier: GPL-2.0+ */
8 * Copyright (C) 1996-2005 Paul Mackerras.
12 * struct alias_prop - Alias property in 'aliases' node
14 * @alias: Alias property name
19 * The structure represents one alias property of 'aliases' node as
26 int id;
43 extern int of_property_notify(int action, struct device_node *np,
44 struct property *prop, struct property *old_prop);
46 extern int __of_changeset_apply_entries(struct of_changeset *ocs,
47 int *ret_revert);
[all …]
H A Dproperty.c1 // SPDX-License-Identifier: GPL-2.0+
3 * drivers/of/property.c - Procedures for accessing and interpreting
7 * file contains the OF property as well as the OF graph interface
11 * Copyright (C) 1996-2005 Paul Mackerras.
34 * of_graph_is_present() - check graph's presence
37 * Return: True if @node has a port or ports (with a port) sub-node,
57 * of_property_count_elems_of_size - Count the number of elements in a property
59 * @np: device node from which the property value is to be read.
60 * @propname: name of the property to be searched.
63 * Search for a property in a device node and count the number of elements of
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_property.c40 * configuration from userspace to the kernel. Properties have a well-defined
43 * property types and ranges.
49 * Property values are only 64bit. To support bigger piles of data (like gamma
50 * tables, color correction matrices or large structures) a property can instead
54 * per-object mapping from those names to the property ID used in the atomic
55 * IOCTL and in the get/set property IOCTL.
82 * drm_property_create - create a new property type
84 * @flags: flags specifying the property type
85 * @name: name of the property
86 * @num_values: number of pre-defined values
[all …]
H A Ddrm_atomic_uapi.c36 #include <linux/dma-fence.h>
54 * drm_atomic_set_mode_for_crtc - set mode for CRTC
56 * @mode: kernel-internal mode to use for the CRTC, or NULL to disable
59 * the enable property.
62 * Zero on success, error code on failure. Cannot return -EDEADLK.
64 int drm_atomic_set_mode_for_crtc(struct drm_crtc_state *state, in drm_atomic_set_mode_for_crtc()
67 struct drm_crtc *crtc = state->crtc; in drm_atomic_set_mode_for_crtc()
71 if (mode && memcmp(&state->mode, mode, sizeof(*mode)) == 0) in drm_atomic_set_mode_for_crtc()
74 drm_property_blob_put(state->mode_blob); in drm_atomic_set_mode_for_crtc()
75 state->mode_blob = NULL; in drm_atomic_set_mode_for_crtc()
[all …]
H A Ddrm_mode_object.c39 int __drm_mode_object_add(struct drm_device *dev, struct drm_mode_object *obj, in __drm_mode_object_add()
43 int ret; in __drm_mode_object_add()
45 WARN_ON(!dev->driver->load && dev->registered && !obj_free_cb); in __drm_mode_object_add()
47 mutex_lock(&dev->mode_config.idr_mutex); in __drm_mode_object_add()
48 ret = idr_alloc(&dev->mode_config.object_idr, register_obj ? obj : NULL, in __drm_mode_object_add()
55 obj->id = ret; in __drm_mode_object_add()
56 obj->type = obj_type; in __drm_mode_object_add()
58 obj->free_cb = obj_free_cb; in __drm_mode_object_add()
59 kref_init(&obj->refcount); in __drm_mode_object_add()
62 mutex_unlock(&dev->mode_config.idr_mutex); in __drm_mode_object_add()
[all …]
H A Ddrm_blend.c43 * sub-pixel accuracy, which is scaled up to a pixel-aligned destination
96 * plane-wide opacity, from transparent (0) to opaque (0xffff). It can be
99 * pre-multiplied by the global alpha associated to the plane.
104 * Without this property the rectangle is only scaled, but not rotated or
109 * "rotate-<degrees>":
113 * "reflect-<axis>":
117 * reflect-x::
120 * | | -> | |
123 * reflect-y::
126 * | | -> | |
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dfdtdec.h3 * SPDX-License-Identifier: GPL-2.0+
12 * drivers and board-specific code within U-Boot. It aims to reduce the
13 * amount of FDT munging required within U-Boot itself, so that driver code
27 #define FDT_ADDR_T_NONE (-1ULL)
32 #define FDT_ADDR_T_NONE (-1U)
57 * be equal to: end - start + 1.
91 * t: is 1 if the address is aliased (for non-relocatable I/O) below 1MB
94 * bbbbbbbb: is the 8-bit Bus Number
95 * ddddd: is the 5-bit Device Number
96 * fff: is the 3-bit Function Number
[all …]
/OK3568_Linux_fs/kernel/drivers/base/
H A Dproperty.c1 // SPDX-License-Identifier: GPL-2.0
3 * property.c - Unified device property interface.
17 #include <linux/property.h>
23 return IS_ENABLED(CONFIG_OF) && dev->of_node ? in dev_fwnode()
24 &dev->of_node->fwnode : dev->fwnode; in dev_fwnode()
29 * device_property_present - check if a property of a device is present
30 * @dev: Device whose property is being checked
31 * @propname: Name of the property
33 * Check if property @propname is present in the device firmware description.
42 * fwnode_property_present - check if a property of a firmware node is present
[all …]
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiproperty.c29 #include <dix-config.h>
43 #include "xserver-properties.h"
185 send_property_event(DeviceIntPtr dev, Atom property, int what) in send_property_event() argument
187 int state = (what == XIPropertyDeleted) ? PropertyDelete : PropertyNewValue; in send_property_event()
190 .deviceid = dev->id, in send_property_event()
192 .atom = property, in send_property_event()
200 .deviceid = dev->id, in send_property_event()
202 .property = property, in send_property_event()
212 static int
213 list_atoms(DeviceIntPtr dev, int *natoms, Atom **atoms_return) in list_atoms()
[all …]
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dproperty.c1 // SPDX-License-Identifier: GPL-2.0
3 * Thunderbolt XDomain property support
39 size_t block_len, unsigned int dir_offset, size_t dir_len,
55 switch (entry->type) { in tb_property_entry_valid()
59 if (entry->length > block_len) in tb_property_entry_valid()
61 if (entry->value + entry->length > block_len) in tb_property_entry_valid()
66 if (entry->length != 1) in tb_property_entry_valid()
82 struct tb_property *property; in tb_property_alloc() local
84 property = kzalloc(sizeof(*property), GFP_KERNEL); in tb_property_alloc()
85 if (!property) in tb_property_alloc()
[all …]
/OK3568_Linux_fs/u-boot/drivers/core/
H A Dof_access.c4 * Copyright (C) 1996-2005 Paul Mackerras.
14 * Modified for U-Boot
20 * SPDX-License-Identifier: GPL-2.0+
41 /* node pointed to by the stdout-path alias */
48 * struct alias_prop - Alias property in 'aliases' node
50 * The structure represents one alias property of 'aliases' node as
54 * @alias: Alias property name
63 int id;
67 int of_n_addr_cells(const struct device_node *np) in of_n_addr_cells()
72 if (np->parent) in of_n_addr_cells()
[all …]
/OK3568_Linux_fs/external/xserver/randr/
H A Drrproperty.c28 static int
34 dixLookupResourceByType((void **) &pHead, pWin->drawable.id, in DeliverPropertyEvent()
39 for (pRREvent = *pHead; pRREvent; pRREvent = pRREvent->next) { in DeliverPropertyEvent()
40 if (!(pRREvent->mask & RROutputPropertyNotifyMask)) in DeliverPropertyEvent()
43 event->window = pRREvent->window->drawable.id; in DeliverPropertyEvent()
44 WriteEventsToClient(pRREvent->client, 1, (xEvent *) event); in DeliverPropertyEvent()
60 free(prop->valid_values); in RRDestroyOutputProperty()
61 free(prop->current.data); in RRDestroyOutputProperty()
62 free(prop->pending.data); in RRDestroyOutputProperty()
72 .output = output->id, in RRDeleteProperty()
[all …]
H A Drrproviderproperty.c27 static int
33 dixLookupResourceByType((void **) &pHead, pWin->drawable.id, in DeliverPropertyEvent()
38 for (pRREvent = *pHead; pRREvent; pRREvent = pRREvent->next) { in DeliverPropertyEvent()
39 if (!(pRREvent->mask & RRProviderPropertyNotifyMask)) in DeliverPropertyEvent()
42 event->window = pRREvent->window->drawable.id; in DeliverPropertyEvent()
43 WriteEventsToClient(pRREvent->client, 1, (xEvent *) event); in DeliverPropertyEvent()
59 free(prop->valid_values); in RRDestroyProviderProperty()
60 free(prop->current.data); in RRDestroyProviderProperty()
61 free(prop->pending.data); in RRDestroyProviderProperty()
71 .provider = provider->id, in RRDeleteProperty()
[all …]
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dsi476x-prop.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * drivers/mfd/si476x-prop.c -- Subroutines to access
13 #include <linux/mfd/si476x-core.h>
23 int i; in si476x_core_element_is_in_array()
36 int i; in si476x_core_element_is_in_range()
46 u16 property) in si476x_core_is_valid_property_a10() argument
80 return si476x_core_element_is_in_range(property, valid_ranges, in si476x_core_is_valid_property_a10()
82 si476x_core_element_is_in_array(property, valid_properties, in si476x_core_is_valid_property_a10()
87 u16 property) in si476x_core_is_valid_property_a20() argument
100 return si476x_core_is_valid_property_a10(core, property) || in si476x_core_is_valid_property_a20()
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Doplib_64.h1 /* SPDX-License-Identifier: GPL-2.0 */
23 extern int prom_stdout;
44 extern int prom_mmu_ihandle_cache;
45 extern unsigned int prom_boot_mapped_pc;
46 extern unsigned int prom_boot_mapping_mode;
85 /* Enter the prom, with no chance of continuation for the stand-alone
90 /* Halt and power-off the machine. */
97 unsigned char prom_get_idprom(char *idp_buffer, int idpbuf_size);
100 void prom_console_write_buf(const char *buf, int len);
104 void prom_write(const char *buf, unsigned int len);
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/locationlabs/
H A Dplugins.qmltypes3 // This file describes the plugin-supplied types contained in the library.
6 // This file was auto-generated by:
7 // 'qmlplugindump -nonrelocatable Qt.labs.location 1.0'
54 Property { name: "nextManeuverIcon"; type: "QVariant"; isReadonly: true }
55 Property { name: "distanceToNextManeuver"; type: "double"; isReadonly: true }
56 Property { name: "remainingTravelDistance"; type: "double"; isReadonly: true }
57 Property { name: "remainingTravelDistanceToNextWaypoint"; type: "double"; isReadonly: true }
58 Property { name: "traveledDistance"; type: "double"; isReadonly: true }
59 Property { name: "timeToNextManeuver"; type: "int"; isReadonly: true }
60 Property { name: "remainingTravelTime"; type: "int"; isReadonly: true }
[all …]
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Doplib.h1 /* SPDX-License-Identifier: GPL-2.0 */
27 extern unsigned int prom_rev, prom_prev;
32 extern int prom_root_node;
35 * and usage utility functions. Only prom-lib should use these,
59 extern char *prom_mapio(char *virt_hint, int io_space, unsigned int phys_addr, unsigned int num_byt…
60 extern void prom_unmapio(char *virt_addr, unsigned int num_bytes);
65 * of the string is different on V0 vs. V2->higher proms. The caller must
66 * know what he/she is doing! Returns the device descriptor, an int.
68 extern int prom_devopen(char *device_string);
73 extern int prom_devclose(int device_handle);
[all …]

12345678910>>...42