Searched defs:fw_device (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dfirewire.h166 * Note, fw_device.generation always has to be read before fw_device.node_id.
172 * that whenever fw_device.generation is current WRT the actual bus generation,
173 * fw_device.node_id is guaranteed to be current too.
175 * The same applies to fw_device.card->node_id vs. fw_device.generation.
177 * fw_device.config_rom and fw_device.config_rom_length may be accessed during
178 * the lifetime of any fw_unit belonging to the fw_device, before device_del()
182 struct fw_device { struct
208 static inline struct fw_device *fw_device(struct device *dev) function
[all...]

Completed in 26 milliseconds