/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | MQTTPacket.h | 158 MQTTProperties properties; /**< MQTT 5.0 properties. Not used for MQTT < 5.0 */ member 179 MQTTProperties properties; /**< MQTT 5.0 properties. Not used for MQTT < 5.0 */ member 192 MQTTProperties properties; /**< MQTT 5.0 properties. Not used for MQTT < 5.0 */ member 209 MQTTProperties properties; /**< MQTT 5.0 properties. Not used for MQTT < 5.0 */ member 222 MQTTProperties properties; /**< MQTT 5.0 properties member [all...] |
H A D | MQTTProperties.h | 121 int max_count; /**< max number of properties that the currently allocated array can store */ 122 int length; /**< mbi: byte length of all properties */ 123 MQTTProperty *array; /**< array of properties */ 129 * Returns the length of the properties structure when serialized ready for network transmission. 131 * @return the length in bytes of the properties when serialized. 146 * @param properties pointer to the property list, can be NULL 149 int MQTTProperties_write(char** pptr, const MQTTProperties* properties); 153 * @param properties pointer to the property list to be filled. Should be initalized but empty. 156 * @return 1 if the properties were read successfully. 158 int MQTTProperties_read(MQTTProperties* properties, cha [all...] |
H A D | MQTTAsync.h | 264 * 0 indicates no message properties */ 315 * The MQTT V5 properties associated with the message. 317 MQTTProperties properties; member 407 * @param properties the properties in the disconnect packet. 408 * @param properties the reason code from the disconnect packet 411 typedef void MQTTAsync_disconnected(void* context, MQTTProperties* properties, 452 /** The MQTT properties on the ack, if any. */ 453 MQTTProperties properties; member 501 MQTTProperties properties; /**< MQT member 630 MQTTProperties properties; global() member 1245 MQTTProperties properties; global() member [all...] |
H A D | MQTTClient.h | 273 * 0 indicates no message properties */ 324 * The MQTT V5 properties associated with the message. 326 MQTTProperties properties; member 434 * @param properties The MQTT V5 properties received with the disconnect, if any. 438 typedef void MQTTClient_disconnected(void* context, MQTTProperties* properties, 476 * @param properties the MQTT V5 properties returned with the last packet from the server 479 typedef void MQTTClient_published(void* context, int dt, int packet_type, MQTTProperties* properties, 975 MQTTProperties* properties; /* optiona member [all...] |
H A D | MQTTPersistence.h | 76 MQTTProperties properties; member
|
H A D | Clients.h | 64 MQTTProperties properties; member
|
/device/soc/rockchip/common/sdk_linux/include/drm/ |
H A D | drm_mode_object.h | 37 * @properties: properties attached to this object, including values 43 * properties like @id and @type it provides two services: 45 * - It tracks attached properties and their values. This is used by &drm_crtc, 58 struct drm_object_properties *properties; member 69 * @count: number of valid properties, must be less than or equal to 75 * @properties: Array of pointers to &drm_property. 77 * NOTE: if we ever start dynamically destroying properties (ie. 82 struct drm_property *properties[DRM_OBJECT_MAX_PROPERTY]; member 85 * @values: Array to store the property values, matching @properties [all...] |
H A D | drm_crtc.h | 167 * @color_mgmt_changed: Color management properties have changed 614 * driver-private properties. For atomic drivers it is not used because 671 * standardized properties (even for extensions beyond the core set of 672 * properties which might not be implemented by all drivers) this 675 * Such driver-private properties should really only be implemented for 677 * standardize atomic extension and decode the properties used to expose 684 * driver-private atomic properties. 694 * Also since userspace controls in which order properties are set this 703 * asks for properties attached to this CRTC). No other validation is 720 * driver-private atomic properties 1071 struct drm_object_properties properties; global() member [all...] |
H A D | drm_connector.h | 904 * driver-private properties. For atomic drivers it is not used because 1002 * standardized properties (even for extensions beyond the core set of 1003 * properties which might not be implemented by all drivers) this 1006 * Such driver-private properties should really only be implemented for 1008 * standardize atomic extension and decode the properties used to expose 1015 * driver-private atomic properties. 1025 * Also since userspace controls in which order properties are set this 1034 * asks for properties attached to this connector). No other validation 1052 * driver-private atomic properties. 1058 * properties attache 1335 struct drm_object_properties properties; global() member [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_memory_manager.c | 278 mali_allocation->mali_mapping.properties); in mali_mem_resize() 358 /* Set GPU MMU properties */ 359 static void _mali_memory_gpu_map_property_set(u32 *properties, u32 flags) in _mali_memory_gpu_map_property_set() argument 362 *properties = MALI_MMU_FLAGS_FORCE_GP_READ_ALLOCATE; in _mali_memory_gpu_map_property_set() 364 *properties = MALI_MMU_FLAGS_DEFAULT; in _mali_memory_gpu_map_property_set() 474 _mali_memory_gpu_map_property_set(&mali_allocation->mali_mapping.properties, args->flags); in _mali_ukk_mem_allocate() 555 mem_backend->size / MALI_MMU_PAGE_SIZE, mali_allocation->mali_mapping.properties); in _mali_ukk_mem_allocate() 558 mali_allocation->mali_mapping.properties); in _mali_ukk_mem_allocate() 561 mali_allocation->mali_mapping.properties); in _mali_ukk_mem_allocate() 565 mali_allocation->mali_mapping.properties); in _mali_ukk_mem_allocate() [all...] |
H A D | mali_memory_types.h | 106 u32 properties; /* MMU Permissions + cache, must match MMU HW */ member
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_memory_manager.c | 276 mali_allocation->psize / MALI_MMU_PAGE_SIZE, add_size / MALI_MMU_PAGE_SIZE, mali_allocation->mali_mapping.properties); in mali_mem_resize() 355 /* Set GPU MMU properties */ 356 static void _mali_memory_gpu_map_property_set(u32 *properties, u32 flags) in _mali_memory_gpu_map_property_set() argument 359 *properties = MALI_MMU_FLAGS_FORCE_GP_READ_ALLOCATE; in _mali_memory_gpu_map_property_set() 361 *properties = MALI_MMU_FLAGS_DEFAULT; in _mali_memory_gpu_map_property_set() 473 _mali_memory_gpu_map_property_set(&mali_allocation->mali_mapping.properties, args->flags); in _mali_ukk_mem_allocate() 554 mem_backend->size / MALI_MMU_PAGE_SIZE, mali_allocation->mali_mapping.properties); in _mali_ukk_mem_allocate() 558 mali_allocation->mali_mapping.properties); in _mali_ukk_mem_allocate() 561 mali_allocation->mali_mapping.properties); in _mali_ukk_mem_allocate() 564 ret = mali_mem_secure_mali_map(&mem_backend->secure_mem, session, args->gpu_vaddr, mali_allocation->mali_mapping.properties); in _mali_ukk_mem_allocate() [all...] |
H A D | mali_memory_types.h | 105 u32 properties; /* MMU Permissions + cache, must match MMU HW */ member
|
/device/soc/rockchip/common/sdk_linux/include/linux/irqchip/ |
H A D | arm-gic-v4.h | 91 * @properties: Priority and enable bits (as written in the prop table) 98 u8 properties; member
|
/device/soc/rockchip/common/sdk_linux/drivers/power/supply/ |
H A D | power_supply_sysfs.c | 333 int property = psy->desc->properties[i];
in power_supply_attr_is_visible() 449 ret = add_prop_uevent(dev, env, psy->desc->properties[j], prop_buf);
in power_supply_uevent()
|
H A D | power_supply_core.c | 1040 if (psy->desc->properties[i] == POWER_SUPPLY_PROP_TEMP) {
in psy_register_thermal() 1123 if (psy->desc->properties[i] == POWER_SUPPLY_PROP_CHARGE_CONTROL_LIMIT) {
in psy_register_cooler() 1170 if (!desc || !desc->name || !desc->properties || !desc->num_properties) {
in power_supply_register_ext() 1175 if ((desc->properties[i] == POWER_SUPPLY_PROP_USB_TYPE) && (!desc->usb_types || !desc->num_usb_types)) {
in power_supply_register_ext()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_mem.h | 93 * @brief Physical pages tracking object properties 128 unsigned long properties; member 382 alloc->properties |= KBASE_MEM_PHY_ALLOC_LARGE; in kbase_alloc_create()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_mem.h | 95 * @brief Physical pages tracking object properties 130 unsigned long properties; member 379 alloc->properties |= KBASE_MEM_PHY_ALLOC_LARGE; in kbase_alloc_create()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | power_supply.h | 244 const enum power_supply_property *properties; member
|
H A D | i2c.h | 372 * @properties: additional device properties for the device 396 const struct property_entry *properties; member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_mem.h | 91 * @brief Physical pages tracking object properties 121 * @properties: Bitmask of properties, e.g. KBASE_MEM_PHY_ALLOC_LARGE. 138 u8 properties; member 597 alloc->properties |= KBASE_MEM_PHY_ALLOC_LARGE; in kbase_alloc_create()
|
H A D | mali_kbase_mem.c | 2274 syncback = alloc->properties & KBASE_MEM_PHY_ALLOC_ACCESSED_CACHED; in kbase_free_phy_pages_helper() 2376 syncback = alloc->properties & KBASE_MEM_PHY_ALLOC_ACCESSED_CACHED; in kbase_free_phy_pages_helper_locked() 2506 if (alloc->properties & KBASE_MEM_PHY_ALLOC_LARGE) { in kbase_mem_kref_free() 2518 if (alloc->properties & KBASE_MEM_PHY_ALLOC_LARGE) { in kbase_mem_kref_free()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_mem.h | 92 /* Physical pages tracking object properties */ 127 * @properties: Bitmask of properties, e.g. KBASE_MEM_PHY_ALLOC_LARGE. 145 u8 properties; member 678 alloc->properties |= KBASE_MEM_PHY_ALLOC_LARGE; in kbase_alloc_create()
|
/device/soc/rockchip/rk3588/kernel/drivers/power/supply/ |
H A D | cw2017_battery.c | 467 .properties = cw_battery_properties, 580 dev_err(cw_bat->dev, "Failed to parse cw2017 properties\n"); in cw_bat_probe() 611 "No monitored battery, some properties will be missing\n"); in cw_bat_probe()
|
/device/soc/rockchip/common/sdk_linux/drivers/i2c/ |
H A D | i2c-core-base.c | 930 if (info->properties) {
in i2c_new_client_device() 931 status = device_add_properties(&client->dev, info->properties);
in i2c_new_client_device() 933 dev_err(&adap->dev, "Failed to add properties to client %s: %d\n", client->name, status);
in i2c_new_client_device() 948 if (info->properties) {
in i2c_new_client_device() 1720 * @dev: The device to scan for I2C timing properties
1723 * when properties are not found, otherwise don't update
1725 * Scan the device for the generic I2C properties describing timing parameters
|