HomeSort by: relevance | last modified time | path
    Searched refs:property (Results 1 - 25 of 432) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.sbin/memswitch/
methods.h 35 int fill_uchar(struct property*);
36 int fill_ushort(struct property*);
37 int fill_ulong(struct property*);
39 int flush_uchar(struct property*);
40 int flush_ushort(struct property*);
41 int flush_ulong(struct property*);
42 int flush_dummy(struct property*);
44 int parse_dummy(struct property*, const char*);
45 int parse_uchar(struct property*, const char*);
46 int parse_ushort(struct property*, const char*)
    [all...]
methods.h 35 int fill_uchar(struct property*);
36 int fill_ushort(struct property*);
37 int fill_ulong(struct property*);
39 int flush_uchar(struct property*);
40 int flush_ushort(struct property*);
41 int flush_ulong(struct property*);
42 int flush_dummy(struct property*);
44 int parse_dummy(struct property*, const char*);
45 int parse_uchar(struct property*, const char*);
46 int parse_ushort(struct property*, const char*)
    [all...]
methods.h 35 int fill_uchar(struct property*);
36 int fill_ushort(struct property*);
37 int fill_ulong(struct property*);
39 int flush_uchar(struct property*);
40 int flush_ushort(struct property*);
41 int flush_ulong(struct property*);
42 int flush_dummy(struct property*);
44 int parse_dummy(struct property*, const char*);
45 int parse_uchar(struct property*, const char*);
46 int parse_ushort(struct property*, const char*)
    [all...]
memswitch.h 46 struct property;
48 typedef int (*parse_t)(struct property*, const char*);
49 typedef int (*print_t)(struct property*, char*);
50 typedef int (*fill_t)(struct property*);
51 typedef int (*flush_t)(struct property*);
53 struct property { struct
77 extern struct property properties[];
memswitch.h 46 struct property;
48 typedef int (*parse_t)(struct property*, const char*);
49 typedef int (*print_t)(struct property*, char*);
50 typedef int (*fill_t)(struct property*);
51 typedef int (*flush_t)(struct property*);
53 struct property { struct
77 extern struct property properties[];
memswitch.h 46 struct property;
48 typedef int (*parse_t)(struct property*, const char*);
49 typedef int (*print_t)(struct property*, char*);
50 typedef int (*fill_t)(struct property*);
51 typedef int (*flush_t)(struct property*);
53 struct property { struct
77 extern struct property properties[];
methods.c 98 fill_uchar(struct property *prop)
113 fill_ushort(struct property *prop)
128 fill_ulong(struct property *prop)
143 flush_uchar(struct property *prop)
157 flush_ushort(struct property *prop)
172 flush_ulong(struct property *prop)
189 flush_dummy(struct property *prop)
195 parse_dummy(struct property *prop, const char *value)
203 parse_byte(struct property *prop, const char *value)
239 parse_uchar(struct property *prop, const char *value
    [all...]
methods.c 98 fill_uchar(struct property *prop)
113 fill_ushort(struct property *prop)
128 fill_ulong(struct property *prop)
143 flush_uchar(struct property *prop)
157 flush_ushort(struct property *prop)
172 flush_ulong(struct property *prop)
189 flush_dummy(struct property *prop)
195 parse_dummy(struct property *prop, const char *value)
203 parse_byte(struct property *prop, const char *value)
239 parse_uchar(struct property *prop, const char *value
    [all...]
methods.c 98 fill_uchar(struct property *prop)
113 fill_ushort(struct property *prop)
128 fill_ulong(struct property *prop)
143 flush_uchar(struct property *prop)
157 flush_ushort(struct property *prop)
172 flush_ulong(struct property *prop)
189 flush_dummy(struct property *prop)
195 parse_dummy(struct property *prop, const char *value)
203 parse_byte(struct property *prop, const char *value)
239 parse_uchar(struct property *prop, const char *value
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
imx6ul-tx6ul-0010.dts 51 /delete-property/ mmc1;
imx6ul-tx6ul-0010.dts 51 /delete-property/ mmc1;
imx6ul-tx6ul-0010.dts 51 /delete-property/ mmc1;
imx6dl-tx6dl-comtft.dts 54 /delete-property/ turn-on-delay-ms;
  /src/sys/external/bsd/drm2/dist/drm/
drm_property.c 49 * property types and ranges.
55 * Property values are only 64bit. To support bigger piles of data (like gamma
56 * tables, color correction matrices or large structures) a property can instead
60 * per-object mapping from those names to the property ID used in the atomic
61 * IOCTL and in the get/set property IOCTL.
88 * drm_property_create - create a new property type
90 * @flags: flags specifying the property type
91 * @name: name of the property
94 * This creates a new generic drm property which can then be attached to a drm
95 * object with drm_object_attach_property(). The returned property object mus
106 struct drm_property *property = NULL; local in function:drm_property_create
173 struct drm_property *property; local in function:drm_property_create_enum
222 struct drm_property *property; local in function:drm_property_create_bitmask
252 struct drm_property *property; local in function:property_create_range
342 struct drm_property *property; local in function:drm_property_create_object
469 struct drm_property *property; local in function:drm_mode_getproperty_ioctl
    [all...]
drm_property.c 49 * property types and ranges.
55 * Property values are only 64bit. To support bigger piles of data (like gamma
56 * tables, color correction matrices or large structures) a property can instead
60 * per-object mapping from those names to the property ID used in the atomic
61 * IOCTL and in the get/set property IOCTL.
88 * drm_property_create - create a new property type
90 * @flags: flags specifying the property type
91 * @name: name of the property
94 * This creates a new generic drm property which can then be attached to a drm
95 * object with drm_object_attach_property(). The returned property object mus
106 struct drm_property *property = NULL; local in function:drm_property_create
173 struct drm_property *property; local in function:drm_property_create_enum
222 struct drm_property *property; local in function:drm_property_create_bitmask
252 struct drm_property *property; local in function:property_create_range
342 struct drm_property *property; local in function:drm_property_create_object
469 struct drm_property *property; local in function:drm_mode_getproperty_ioctl
    [all...]
drm_property.c 49 * property types and ranges.
55 * Property values are only 64bit. To support bigger piles of data (like gamma
56 * tables, color correction matrices or large structures) a property can instead
60 * per-object mapping from those names to the property ID used in the atomic
61 * IOCTL and in the get/set property IOCTL.
88 * drm_property_create - create a new property type
90 * @flags: flags specifying the property type
91 * @name: name of the property
94 * This creates a new generic drm property which can then be attached to a drm
95 * object with drm_object_attach_property(). The returned property object mus
106 struct drm_property *property = NULL; local in function:drm_property_create
173 struct drm_property *property; local in function:drm_property_create_enum
222 struct drm_property *property; local in function:drm_property_create_bitmask
252 struct drm_property *property; local in function:property_create_range
342 struct drm_property *property; local in function:drm_property_create_object
469 struct drm_property *property; local in function:drm_mode_getproperty_ioctl
    [all...]
drm_atomic_uapi.c 64 * the enable property.
109 * @blob: pointer to blob property to use for mode
111 * Set a mode (originating from a blob property) on the desired CRTC state.
112 * This function will take a reference on the blob property for the CRTC state,
113 * and release the reference held on the state's existing mode property, if any
425 struct drm_crtc_state *state, struct drm_property *property,
433 if (property == config->prop_active)
435 else if (property == config->prop_mode_id) {
441 } else if (property == config->prop_vrr_enabled) {
443 } else if (property == config->degamma_lut_property)
    [all...]
drm_atomic_uapi.c 64 * the enable property.
109 * @blob: pointer to blob property to use for mode
111 * Set a mode (originating from a blob property) on the desired CRTC state.
112 * This function will take a reference on the blob property for the CRTC state,
113 * and release the reference held on the state's existing mode property, if any
425 struct drm_crtc_state *state, struct drm_property *property,
433 if (property == config->prop_active)
435 else if (property == config->prop_mode_id) {
441 } else if (property == config->prop_vrr_enabled) {
443 } else if (property == config->degamma_lut_property)
    [all...]
drm_atomic_uapi.c 64 * the enable property.
109 * @blob: pointer to blob property to use for mode
111 * Set a mode (originating from a blob property) on the desired CRTC state.
112 * This function will take a reference on the blob property for the CRTC state,
113 * and release the reference held on the state's existing mode property, if any
425 struct drm_crtc_state *state, struct drm_property *property,
433 if (property == config->prop_active)
435 else if (property == config->prop_mode_id) {
441 } else if (property == config->prop_vrr_enabled) {
443 } else if (property == config->degamma_lut_property)
    [all...]
  /src/usr.sbin/acpitools/aml/
aml_evalobj.c 80 if (name == NULL || name->property == NULL ||
81 name->property->type != aml_t_field) {
86 field = &name->property->field;
96 if (wname == NULL || wname->property == NULL ||
97 wname->property->type != aml_t_opregion) {
103 or = &wname->property->opregion;
195 if (aname == NULL || aname->property == NULL) {
205 ret = aname->property;
214 switch (aname->property->type) {
217 aname = aml_search_name(env, aname->property->nstr.dp)
    [all...]
aml_evalobj.c 80 if (name == NULL || name->property == NULL ||
81 name->property->type != aml_t_field) {
86 field = &name->property->field;
96 if (wname == NULL || wname->property == NULL ||
97 wname->property->type != aml_t_opregion) {
103 or = &wname->property->opregion;
195 if (aname == NULL || aname->property == NULL) {
205 ret = aname->property;
214 switch (aname->property->type) {
217 aname = aml_search_name(env, aname->property->nstr.dp)
    [all...]
aml_evalobj.c 80 if (name == NULL || name->property == NULL ||
81 name->property->type != aml_t_field) {
86 field = &name->property->field;
96 if (wname == NULL || wname->property == NULL ||
97 wname->property->type != aml_t_opregion) {
103 or = &wname->property->opregion;
195 if (aname == NULL || aname->property == NULL) {
205 ret = aname->property;
214 switch (aname->property->type) {
217 aname = aml_search_name(env, aname->property->nstr.dp)
    [all...]
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_property.h 36 * @value: numeric property value for this enum entry
41 * decoding for each value. This is used for example for the rotation property.
50 * struct drm_property - modeset object property
52 * This structure represent a modeset object property. It combines both the name
53 * of the property with the set of permissible values. This means that when a
54 * driver wants to use a property with the same name on different objects, but
55 * with different value ranges, then it must create property for each one. An
58 * property structure can be instantiated multiple times for the same object.
60 * symbolic property will have the same modeset object ID on all modeset
66 * To actually expose a property it must be attached to each object usin
    [all...]
drm_property.h 36 * @value: numeric property value for this enum entry
41 * decoding for each value. This is used for example for the rotation property.
50 * struct drm_property - modeset object property
52 * This structure represent a modeset object property. It combines both the name
53 * of the property with the set of permissible values. This means that when a
54 * driver wants to use a property with the same name on different objects, but
55 * with different value ranges, then it must create property for each one. An
58 * property structure can be instantiated multiple times for the same object.
60 * symbolic property will have the same modeset object ID on all modeset
66 * To actually expose a property it must be attached to each object usin
    [all...]
drm_property.h 36 * @value: numeric property value for this enum entry
41 * decoding for each value. This is used for example for the rotation property.
50 * struct drm_property - modeset object property
52 * This structure represent a modeset object property. It combines both the name
53 * of the property with the set of permissible values. This means that when a
54 * driver wants to use a property with the same name on different objects, but
55 * with different value ranges, then it must create property for each one. An
58 * property structure can be instantiated multiple times for the same object.
60 * symbolic property will have the same modeset object ID on all modeset
66 * To actually expose a property it must be attached to each object usin
    [all...]

Completed in 72 milliseconds

1 2 3 4 5 6 7 8 91011>>