Lines Matching defs:properties
528 * platform_device_add_properties - add built-in properties to a platform device
529 * @pdev: platform device to add properties to
530 * @properties: null terminated array of properties to add
532 * The function will take deep copy of @properties and attach the copy to the
533 * platform device. The memory associated with properties will be freed when the
537 const struct property_entry *properties)
539 return device_add_properties(&pdev->dev, properties);
727 if (pdevinfo->properties) {
729 pdevinfo->properties);