Searched defs:property (Results 1 - 25 of 28) sorted by relevance

12

/src/usr.bin/mkesdb/
H A Dyacc.y87 property : /* empty */ label
/src/sys/dev/fdt/
H A Dfdt_ddb.c71 int property; variable in typeref:typename:int
/src/usr.sbin/acpitools/aml/
H A Daml_name.h43 union aml_object *property; member in struct:aml_name
/src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_property.h236 drm_property_type_is(struct drm_property * property,uint32_t type) argument
[all...]
/src/usr.bin/mkcsmapper/
H A Dyacc.y129 property : /* empty */ label
[all...]
/src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_mode_config.c474 struct drm_property *property, *pt; local in function:drm_mode_config_cleanup
H A Ddrm_crtc.c743 drm_mode_crtc_set_obj_prop(struct drm_mode_object * obj,struct drm_property * property,uint64_t value) argument
H A Ddrm_mode_object.c238 drm_object_attach_property(struct drm_mode_object * obj,struct drm_property * property,uint64_t init_val) argument
288 drm_object_property_set_value(struct drm_mode_object * obj,struct drm_property * property,uint64_t val) argument
307 __drm_object_property_get_value(struct drm_mode_object * obj,struct drm_property * property,uint64_t * val) argument
349 drm_object_property_get_value(struct drm_mode_object * obj,struct drm_property * property,uint64_t * val) argument
536 struct drm_property *property; local in function:drm_mode_obj_set_property_ioctl
[all...]
H A Ddrm_plane.c463 drm_mode_plane_set_obj_prop(struct drm_plane * plane,struct drm_property * property,uint64_t value) argument
[all...]
H A Ddrm_property.c106 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
396 drm_property_add_enum(struct drm_property * property,uint64_t value,const char * name) argument
448 drm_property_destroy(struct drm_device * dev,struct drm_property * property) argument
469 struct drm_property *property; local in function:drm_mode_getproperty_ioctl
883 drm_property_change_valid_get(struct drm_property * property,uint64_t value,struct drm_mode_object ** ref) argument
939 drm_property_change_valid_put(struct drm_property * property,struct drm_mode_object * ref) argument
[all...]
H A Ddrm_atomic_uapi.c424 drm_atomic_crtc_set_property(struct drm_crtc * crtc,struct drm_crtc_state * state,struct drm_property * property,uint64_t val) argument
490 drm_atomic_crtc_get_property(struct drm_crtc * crtc,const struct drm_crtc_state * state,struct drm_property * property,uint64_t * val) argument
519 drm_atomic_plane_set_property(struct drm_plane * plane,struct drm_plane_state * state,struct drm_file * file_priv,struct drm_property * property,uint64_t val) argument
605 drm_atomic_plane_get_property(struct drm_plane * plane,const struct drm_plane_state * state,struct drm_property * property,uint64_t * val) argument
678 drm_atomic_connector_set_property(struct drm_connector * connector,struct drm_connector_state * state,struct drm_file * file_priv,struct drm_property * property,uint64_t val) argument
788 drm_atomic_connector_get_property(struct drm_connector * connector,const struct drm_connector_state * state,struct drm_property * property,uint64_t * val) argument
860 drm_atomic_get_property(struct drm_mode_object * obj,struct drm_property * property,uint64_t * val) argument
[all...]
H A Ddrm_connector.c2114 drm_connector_set_obj_prop(struct drm_mode_object * obj,struct drm_property * property,uint64_t value) argument
[all...]
/src/usr.sbin/memswitch/
H A Dmemswitch.h53 struct property { struct
/src/sys/external/bsd/drm2/dist/drm/i2c/
H A Dch7006_drv.c286 ch7006_encoder_set_property(struct drm_encoder * encoder,struct drm_connector * connector,struct drm_property * property,uint64_t val) argument
H A Dsil164_drv.c322 sil164_encoder_set_property(struct drm_encoder * encoder,struct drm_connector * connector,struct drm_property * property,uint64_t val) argument
/src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_atomic.c57 intel_digital_connector_atomic_get_property(struct drm_connector * connector,const struct drm_connector_state * state,struct drm_property * property,u64 * val) argument
89 intel_digital_connector_atomic_set_property(struct drm_connector * connector,struct drm_connector_state * state,struct drm_property * property,u64 val) argument
[all...]
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
H A Dnouveau_dispnv04_overlay.c248 nv_set_property(struct drm_plane * plane,struct drm_property * property,uint64_t value) argument
H A Dnouveau_dispnv04_tvnv17.c688 nv17_tv_set_property(struct drm_encoder * encoder,struct drm_connector * connector,struct drm_property * property,uint64_t val) argument
/src/sys/external/bsd/libfdt/dist/
H A Dfdt_overlay.c429 overlay_fixup_phandle(void * fdt,void * fdto,int symbols_off,int property) argument
514 int property; local in function:overlay_fixup_phandles
561 int property; local in function:overlay_apply_node
[all...]
H A Dlibfdt.h139 static inline void fdt32_st(void *property, uint32_t value) argument
163 static inline void fdt64_st(void *property, uint64_ argument
[all...]
H A Dfdt_ro.c701 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) argument
726 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, argument
756 fdt_stringlist_get(const void * fdt,int nodeoffset,const char * property,int idx,int * lenp) argument
/src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_connector.c103 nouveau_conn_atomic_get_property(struct drm_connector * connector,const struct drm_connector_state * state,struct drm_property * property,u64 * val) argument
134 nouveau_conn_atomic_set_property(struct drm_connector * connector,struct drm_connector_state * state,struct drm_property * property,u64 val) argument
778 nouveau_connector_set_property(struct drm_connector * connector,struct drm_property * property,uint64_t value) argument
[all...]
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_connectors.c466 amdgpu_connector_set_property(struct drm_connector * connector,struct drm_property * property,uint64_t val) argument
775 amdgpu_connector_set_lcd_property(struct drm_connector * connector,struct drm_property * property,uint64_t value) argument
[all...]
H A Damdgpu_dce_virtual.c330 dce_virtual_set_property(struct drm_connector * connector,struct drm_property * property,uint64_t val) argument
/src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_connectors.c552 static int radeon_connector_set_property(struct drm_connector *connector, struct drm_property *property, argument
942 radeon_lvds_set_property(struct drm_connector * connector,struct drm_property * property,uint64_t value) argument
[all...]

Completed in 22 milliseconds

12