Lines Matching defs:properties

67  * Function reads an array of u8 properties with @propname from the device
92 * Function reads an array of u16 properties with @propname from the device
117 * Function reads an array of u32 properties with @propname from the device
142 * Function reads an array of u64 properties with @propname from the device
167 * Function reads an array of string properties with @propname from the device
254 * Read an array of u8 properties with @propname from @fwnode and stores them to
280 * Read an array of u16 properties with @propname from @fwnode and store them to
306 * Read an array of u32 properties with @propname from @fwnode store them to
332 * Read an array of u64 properties with @propname from @fwnode and store them to
512 * device_remove_properties - Remove properties from a device object.
513 * @dev: Device whose properties to remove.
515 * The function removes properties previously associated to the device
517 * properties will also be released.
534 * device_add_properties - Add a collection of properties to a device object.
535 * @dev: Device to add properties to.
536 * @properties: Collection of properties to add.
538 * Associate a collection of device properties represented by @properties with
539 * @dev. The function takes a copy of @properties.
546 const struct property_entry *properties)
550 fwnode = fwnode_create_software_node(properties, NULL);
909 * All-zero MAC addresses are rejected, because those could be properties that
1165 * fwnode_graph_parse_endpoint - parse common endpoint node properties