| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | property.c | 82 struct tb_property *property; in tb_property_alloc() local 99 struct tb_property *property; in tb_property_parse() local 193 struct tb_property *property; in __tb_property_parse_dir() local 263 static void tb_property_free(struct tb_property *property) in tb_property_free() 295 struct tb_property *property, *tmp; in tb_property_free_dir() local 312 const struct tb_property *property; in tb_property_dir_length() local 352 const struct tb_property *property; in __tb_property_format_dir() local 513 struct tb_property *property; in tb_property_add_immediate() local 544 struct tb_property *property; in tb_property_add_data() local 580 struct tb_property *property; in tb_property_add_text() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_property.c | 100 struct drm_property *property = NULL; in drm_property_create() local 167 struct drm_property *property; in drm_property_create_enum() local 216 struct drm_property *property; in drm_property_create_bitmask() local 246 struct drm_property *property; in property_create_range() local 336 struct drm_property *property; in drm_property_create_object() local 390 int drm_property_add_enum(struct drm_property *property, in drm_property_add_enum() 442 void drm_property_destroy(struct drm_device *dev, struct drm_property *property) in drm_property_destroy() 463 struct drm_property *property; in drm_mode_getproperty_ioctl() local 877 bool drm_property_change_valid_get(struct drm_property *property, in drm_property_change_valid_get() 933 void drm_property_change_valid_put(struct drm_property *property, in drm_property_change_valid_put()
|
| H A D | drm_mode_object.c | 232 struct drm_property *property, in drm_object_attach_property() 282 struct drm_property *property, uint64_t val) in drm_object_property_set_value() 301 struct drm_property *property, in __drm_object_property_get_value() 343 struct drm_property *property, uint64_t *val) in drm_object_property_get_value() 531 struct drm_property *property; in drm_mode_obj_set_property_ioctl() local
|
| H A D | drm_atomic_uapi.c | 420 struct drm_crtc_state *state, struct drm_property *property, in drm_atomic_crtc_set_property() 487 struct drm_property *property, uint64_t *val) in drm_atomic_crtc_get_property() 516 struct drm_property *property, uint64_t val) in drm_atomic_plane_set_property() 604 struct drm_property *property, uint64_t *val) in drm_atomic_plane_get_property() 677 struct drm_property *property, uint64_t val) in drm_atomic_connector_set_property() 789 struct drm_property *property, uint64_t *val) in drm_atomic_connector_get_property() 860 struct drm_property *property, uint64_t *val) in drm_atomic_get_property()
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrproperty.c | 104 RRCreateOutputProperty(Atom property) in RRCreateOutputProperty() 124 RRDeleteOutputProperty(RROutputPtr output, Atom property) in RRDeleteOutputProperty() 137 RRNoticePropertyChange(RROutputPtr output, Atom property, RRPropertyValuePtr value) in RRNoticePropertyChange() 160 RRChangeOutputProperty(RROutputPtr output, Atom property, Atom type, in RRChangeOutputProperty() 284 RRPropertyPtr property; in RRPostPendingProperties() local 320 RRQueryOutputProperty(RROutputPtr output, Atom property) in RRQueryOutputProperty() 331 RRGetOutputProperty(RROutputPtr output, Atom property, Bool pending) in RRGetOutputProperty() 352 RRConfigureOutputProperty(RROutputPtr output, Atom property, in RRConfigureOutputProperty()
|
| H A D | rrproviderproperty.c | 103 RRCreateProviderProperty(Atom property) in RRCreateProviderProperty() 123 RRDeleteProviderProperty(RRProviderPtr provider, Atom property) in RRDeleteProviderProperty() 136 RRChangeProviderProperty(RRProviderPtr provider, Atom property, Atom type, in RRChangeProviderProperty() 259 RRPropertyPtr property; in RRPostProviderPendingProperties() local 295 RRQueryProviderProperty(RRProviderPtr provider, Atom property) in RRQueryProviderProperty() 306 RRGetProviderProperty(RRProviderPtr provider, Atom property, Bool pending) in RRGetProviderProperty() 327 RRConfigureProviderProperty(RRProviderPtr provider, Atom property, in RRConfigureProviderProperty()
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | xiproperty.c | 185 send_property_event(DeviceIntPtr dev, Atom property, int what) in send_property_event() 238 get_property(ClientPtr client, DeviceIntPtr dev, Atom property, Atom type, in get_property() 322 check_change_property(ClientPtr client, Atom property, Atom type, int format, in check_change_property() 348 change_property(ClientPtr client, DeviceIntPtr dev, Atom property, Atom type, in change_property() 529 Atom property, in XIRegisterPropertyHandler() 533 Atom property), in XIRegisterPropertyHandler() 576 XICreateDeviceProperty(Atom property) in XICreateDeviceProperty() 596 XIFetchDeviceProperty(DeviceIntPtr dev, Atom property) in XIFetchDeviceProperty() 644 XIDeleteDeviceProperty(DeviceIntPtr device, Atom property, Bool fromClient) in XIDeleteDeviceProperty() 684 XIChangeDeviceProperty(DeviceIntPtr dev, Atom property, Atom type, in XIChangeDeviceProperty() [all …]
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | of.h | 25 struct property { struct 29 struct property *next; argument
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | si476x-prop.c | 46 u16 property) in si476x_core_is_valid_property_a10() 87 u16 property) in si476x_core_is_valid_property_a20() 108 u16 property) in si476x_core_is_valid_property_a30() 136 u16 property) in si476x_core_is_valid_property() 151 u16 property) in si476x_core_is_readonly_property()
|
| H A D | syscon.c | 209 const char *property) in syscon_regmap_lookup_by_phandle() 230 const char *property, in syscon_regmap_lookup_by_phandle_args()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | light.cpp | 35 void Light::setAnchor(PropertyValue<LightAnchorType> property) { in setAnchor() 61 void Light::setPosition(PropertyValue<Position> property) { in setPosition() 87 void Light::setColor(PropertyValue<Color> property) { in setColor() 113 void Light::setIntensity(PropertyValue<float> property) { in setIntensity()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | expr.h | 189 struct property { struct 190 struct property *next; /* next property - null if last */ argument 191 struct symbol *sym; /* the symbol for which the property is associated */ argument 192 enum prop_type type; /* type of property */ argument 195 struct expr *expr; /* the optional conditional part of the property */ argument 196 struct menu *menu; /* the menu the property are associated with argument 199 struct file *file; /* what file was this property defined */ argument 200 int lineno; /* what lineno was this property defined */ argument
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | expr.h | 146 struct property { struct 147 struct property *next; /* next property - null if last */ argument 148 struct symbol *sym; /* the symbol for which the property is associated */ argument 149 enum prop_type type; /* type of property */ argument 152 struct expr *expr; /* the optional conditional part of the property */ argument 153 struct menu *menu; /* the menu the property are associated with argument 156 struct file *file; /* what file was this property defined */ argument 157 int lineno; /* what lineno was this property defined */ argument
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | expr.h | 192 struct property { struct 193 struct property *next; /* next property - null if last */ argument 194 enum prop_type type; /* type of property */ argument 197 struct expr *expr; /* the optional conditional part of the property */ argument 198 struct menu *menu; /* the menu the property are associated with argument 201 struct file *file; /* what file was this property defined */ argument 202 int lineno; /* what lineno was this property defined */ argument
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/compressed/ |
| H A D | atags_to_fdt.c | 23 static int setprop(void *fdt, const char *node_path, const char *property, in setprop() 33 const char *property, const char *string) in setprop_string() 42 const char *property, uint32_t val) in setprop_cell() 51 const char *property, int *len) in getprop()
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | dtc.h | 170 struct property { struct 175 struct property *next; argument 184 struct property *proplist; argument
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | dtc.h | 143 struct property { struct 148 struct property *next; argument 156 struct property *proplist; argument
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | syscon.h | 49 const char *property) in syscon_regmap_lookup_by_phandle() 56 const char *property, in syscon_regmap_lookup_by_phandle_args()
|
| H A D | altera-sysmgr.h | 23 const char *property) in altr_sysmgr_regmap_lookup_by_phandle()
|
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | Property.hpp | 41 class property class 44 property() in property() function in property
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | filter.cpp | 132 optional<std::string> property = toString(arrayMember(values, 1)); local 147 optional<std::string> property = toString(arrayMember(values, 1)); in convertLegacyHasFilter() local 162 optional<std::string> property = toString(arrayMember(values, 1)); in convertLegacyInFilter() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_scan_instance.c | 35 u8 property; member 47 u8 channel, u8 property) in _set_inst_ch() 203 u8 chnl = 0, property = 0, gpidx = 0, keep = 0; in _select_channels_by_group() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_scan_instance.c | 35 u8 property; member 47 u8 channel, u8 property) in _set_inst_ch() 203 u8 chnl = 0, property = 0, gpidx = 0, keep = 0; in _select_channels_by_group() local
|
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/ |
| H A D | pinctrl-generic.c | 159 const char *property, u32 *default_value) in pinconf_prop_name_to_param() 217 const char *property, u32 *default_value) in pinconf_prop_name_to_param() 247 struct ofprop property; in pinctrl_generic_set_state_one() local
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | ofnode.c | 283 int ofnode_stringlist_search(ofnode node, const char *property, in ofnode_stringlist_search() 304 int ofnode_read_string_index(ofnode node, const char *property, int index, in ofnode_read_string_index() 321 int ofnode_read_string_count(ofnode node, const char *property) in ofnode_read_string_count() 572 fdt_addr_t ofnode_get_addr_size(ofnode node, const char *property, in ofnode_get_addr_size()
|