Searched defs:fw_device (Results 1 – 3 of 3) sorted by relevance
182 struct fw_device { struct183 atomic_t state;184 struct fw_node *node;208 static inline struct fw_device *fw_device(struct device *dev) in fw_device() argument
190 struct device *fw_device; member
191 static inline int device_max_receive(struct fw_device *fw_device) in device_max_receive()