Lines Matching refs:device
9 #include <linux/device.h>
24 struct device *dev;
36 * Convert an msi_desc to a globaly unique identifier (per-device
143 static int platform_msi_alloc_priv_data(struct device *dev, unsigned int nvec,
150 * Limit the number of interrupts to 2048 per device. Should we
189 static void platform_msi_free_priv_data(struct device *dev)
200 * @dev: The device for which to allocate interrupts
207 int platform_msi_domain_alloc_irqs(struct device *dev, unsigned int nvec,
226 * @dev: The device for which to free interrupts
228 void platform_msi_domain_free_irqs(struct device *dev)
253 * __platform_msi_create_device_domain - Create a platform-msi device domain
255 * @dev: The device generating the MSIs
269 __platform_msi_create_device_domain(struct device *dev,
286 * platform MSI device domains because the descriptor mutex nests
315 * device domain
317 * @domain: The platform-msi device domain
335 * a platform-msi device domain
337 * @domain: The platform-msi device domain
349 struct device *dev = data->dev;