Lines Matching defs:device
48 * @dev: device for which IRQ has to be mapped
56 int acpi_register_gsi(struct device *dev, u32 gsi, int trigger,
105 * Retrieve the fwhandle of the device referenced by the given IRQ resource
109 * The referenced device fwhandle or NULL on failure
116 struct acpi_device *device;
127 device = acpi_get_acpi_dev(handle);
128 if (WARN_ON(!device))
131 result = &device->fwnode;
132 acpi_put_acpi_dev(device);
237 * acpi_irq_parse_one - Resolve an interrupt for a device
238 * @handle: the device whose interrupt is to be resolved
244 * Resolves an interrupt for a device by walking its CRS resources to find
263 * @handle: ACPI device handle