Lines Matching defs:device
3 * ACPI device specific properties support.
14 #include <linux/device.h>
33 /* ACPI _DSD device properties GUID: daffd814-6eba-4d8c-8a91-bc9bbf4aa301 */
48 /* Storage device needs D3 GUID: 5025030f-842f-4ab4-a561-99a5189762d0 */
92 * namespace node (device) containing the object that has
351 /* Look for the device properties GUID. */
399 * Device Tree compatible properties for this device.
474 * @data: ACPI device deta object to get the property from
532 * @adev: ACPI device to get the property from.
645 * one object reference and if so, store the ACPI device object pointer to the
678 struct acpi_device *device;
697 ret = acpi_bus_get_device(obj->reference.handle, &device);
704 args->fwnode = acpi_fwnode_handle(device);
733 &device);
742 * referred device node.
744 for (ref_fwnode = acpi_fwnode_handle(device);
1037 * @child: Handle to one of the device's child nodes or a null handle.
1078 * We can have a combination of device and data nodes, e.g. with
1081 * be looking for data_nodes below the last device found instead
1114 * Returns parent node of an ACPI device or data firmware node or %NULL if
1123 struct device *dev = to_acpi_device_node(fwnode)->dev.parent;
1211 * @fwnode: device fwnode
1240 * @fwnode: Endpoint firmware node pointing to a remote device
1382 /* ACPI device or data node. */
1409 const struct device *dev)