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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/firewire/
H A Dfw-device.h38 struct fw_device { struct
54 static inline struct fw_device *
55 fw_device(struct device *dev) function
57 return container_of(dev, struct fw_device, device);
61 fw_device_is_shutdown(struct fw_device *device)
66 struct fw_device *fw_device_get(struct fw_device *device);
67 void fw_device_put(struct fw_device *device);
68 int fw_device_enable_phys_dma(struct fw_device *device);
70 void fw_device_cdev_update(struct fw_device *devic
[all...]
H A Dfw-device.c94 struct fw_device *device = fw_device(unit->device.parent);
159 struct fw_device *fw_device_get(struct fw_device *device)
166 void fw_device_put(struct fw_device *device)
173 struct fw_device *device = fw_device(dev);
190 int fw_device_enable_phys_dma(struct fw_device *device)
215 dir = fw_device(dev)->config_rom + 5;
242 dir = fw_device(de
[all...]
H A Dfw-sbp2.c337 struct fw_device *device = fw_device(unit->device.parent);
358 struct fw_device *device = fw_device(unit->device.parent);
397 struct fw_device *device = fw_device(unit->device.parent);
499 struct fw_device *device = fw_device(unit->device.parent);
543 struct fw_device *device = fw_device(uni
[all...]
H A Dfw-cdev.c75 struct fw_device *device;
105 struct fw_device *device;
216 for_each_client(struct fw_device *device,
248 void fw_device_cdev_update(struct fw_device *device)
258 void fw_device_cdev_remove(struct fw_device *device)
370 struct fw_device *device = client->device;
H A Dfw-card.c217 struct fw_device *root;

Completed in 163 milliseconds