Home
last modified time | relevance | path

Searched refs:fw_device (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/linux/
Dfirewire.h183 struct fw_device { struct
209 static inline struct fw_device *fw_device(struct device *dev) in fw_device() argument
211 return container_of(dev, struct fw_device, device); in fw_device()
214 static inline int fw_device_is_shutdown(struct fw_device *device) in fw_device_is_shutdown()
219 int fw_device_enable_phys_dma(struct fw_device *device);
247 static inline struct fw_device *fw_parent_device(struct fw_unit *unit) in fw_parent_device()
249 return fw_device(unit->device.parent); in fw_parent_device()