Searched defs:fw_device (Results 1 – 3 of 3) sorted by relevance
183 struct fw_device { struct184 atomic_t state;185 struct fw_node *node;209 static inline struct fw_device *fw_device(struct device *dev) in fw_device() argument
193 struct device *fw_device; member
182 static inline int device_max_receive(struct fw_device *fw_device) in device_max_receive()