Searched refs:fw_device (Results 1 – 1 of 1) sorted by relevance
183 struct fw_device { struct209 static inline struct fw_device *fw_device(struct device *dev) in fw_device() argument211 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()