Searched defs:_device_property (Results 1 – 1 of 1) sorted by relevance
214 struct _device_property { struct215 device *owner;216 const char *name;217 device_property_type type;218 unsigned sizeof_array;219 const void *array;220 const device_property *original;221 object_disposition disposition;