Lines Matching defs:device
14 #include <linux/device.h>
59 * @dev: Domain device
73 struct device dev;
172 * @dev: XDomain device
178 * @device: Device ID of the demote domain
181 * @device_name: Name of the device (or %NULL if not known)
216 struct device dev;
222 u16 device;
290 static inline bool tb_is_xdomain(const struct device *dev)
295 static inline struct tb_xdomain *tb_to_xdomain(struct device *dev)
340 * @dev: XDomain device
353 struct device dev;
375 static inline bool tb_is_service(const struct device *dev)
380 static inline struct tb_service *tb_to_service(struct device *dev)
431 * @pdev: Pointer to the PCI device
437 * @going_away: The host controller device is about to disappear so when
611 * tb_ring_dma_device() - Return device used for DMA mapping
612 * @ring: Ring whose DMA device is retrieved
617 static inline struct device *tb_ring_dma_device(struct tb_ring *ring)