HomeSort by: relevance | last modified time | path
    Searched defs:properties (Results 1 - 11 of 11) sorted by relevancy

  /src/usr.sbin/memswitch/
properties.c 1 /* $NetBSD: properties.c,v 1.5 2015/09/21 08:04:43 isaki Exp $ */
42 struct property properties[] = { variable in typeref:struct:property[]
334 int number_of_props = sizeof (properties) / sizeof (struct property);
  /src/sys/arch/evbmips/adm5120/
autoconf.c 100 prop_dictionary_t properties = adm5120_configuration.properties; local in function:device_register
102 if (properties == NULL)
106 (po = prop_dictionary_get(properties, "initial-gpio")) != NULL) {
116 (po = prop_dictionary_get(properties, "mac-address")) != NULL) {
  /src/sys/arch/mips/adm5120/include/
adm5120var.h 85 prop_dictionary_t properties; member in struct:adm5120_config
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_mode_object.h 39 * @properties: properties attached to this object, including values
45 * properties like @id and @type it provides two services:
47 * - It tracks attached properties and their values. This is used by &drm_crtc,
48 * &drm_plane and &drm_connector. Properties are attached by calling
60 struct drm_object_properties *properties; member in struct:drm_mode_object
71 * @count: number of valid properties, must be less than or equal to
77 * @properties: Array of pointers to &drm_property.
79 * NOTE: if we ever start dynamically destroying properties (ie.
84 struct drm_property *properties[DRM_OBJECT_MAX_PROPERTY] member in struct:drm_object_properties
    [all...]
drm_plane.h 145 * User-space may set mutable zpos properties so that multiple active
339 * driver-private properties. For atomic drivers it is not used because
398 * standardized properties (even for extensions beyond the core set of
399 * properties which might not be implemented by all drivers) this
402 * Such driver-private properties should really only be implemented for
404 * standardize atomic extension and decode the properties used to expose
411 * driver-private atomic properties.
421 * Also since userspace controls in which order properties are set this
430 * asks for properties attached to this plane). No other validation is
450 * driver-private atomic properties
657 struct drm_object_properties properties; member in struct:drm_plane
    [all...]
drm_crtc.h 172 * @color_mgmt_changed: Color management properties have changed
600 * driver-private properties. For atomic drivers it is not used because
659 * standardized properties (even for extensions beyond the core set of
660 * properties which might not be implemented by all drivers) this
663 * Such driver-private properties should really only be implemented for
665 * standardize atomic extension and decode the properties used to expose
672 * driver-private atomic properties.
682 * Also since userspace controls in which order properties are set this
691 * asks for properties attached to this CRTC). No other validation is
710 * driver-private atomic properties
1027 struct drm_object_properties properties; member in struct:drm_crtc
    [all...]
drm_connector.h 783 * driver-private properties. For atomic drivers it is not used because
883 * standardized properties (even for extensions beyond the core set of
884 * properties which might not be implemented by all drivers) this
887 * Such driver-private properties should really only be implemented for
889 * standardize atomic extension and decode the properties used to expose
896 * driver-private atomic properties.
906 * Also since userspace controls in which order properties are set this
915 * asks for properties attached to this connector). No other validation
935 * driver-private atomic properties.
941 * properties attached to this connector)
1221 struct drm_object_properties properties; member in struct:drm_connector
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_dbgdev.c 185 struct queue_properties properties; local in function:dbgdev_register_diq
190 properties.type = KFD_QUEUE_TYPE_DIQ;
193 &properties, &qid, NULL);
228 dbgdev->kq->queue->properties.queue_id);
kfd_chardev.c 373 struct queue_properties properties; local in function:kfd_ioctl_update_queue
397 properties.queue_address = args->ring_base_address;
398 properties.queue_size = args->ring_size;
399 properties.queue_percent = args->queue_percentage;
400 properties.priority = args->queue_priority;
407 retval = pqm_update_queue(&p->pqm, args->queue_id, &properties);
420 struct queue_properties properties; local in function:kfd_ioctl_set_cu_mask
430 properties.cu_mask_count = args->num_cu_mask;
431 if (properties.cu_mask_count == 0) {
440 if (properties.cu_mask_count > max_num_cus)
    [all...]
kfd_priv.h 414 * This structure represents the queue properties for each queue no matter if
468 * @properties: The queue properties.
495 struct queue_properties properties; member in struct:queue
867 int init_queue(struct queue **q, const struct queue_properties *properties);
905 struct queue_properties *properties,
  /src/usr.bin/audio/ctl/
ctl.c 67 static int properties, fullduplex, rerror; variable in typeref:typename:int
94 { "properties", &properties, PROPS, READONLY },
312 if (ioctl(fd, AUDIO_GETPROPS, &properties) < 0)

Completed in 18 milliseconds