Lines Matching defs:device
6 #include <linux/device.h>
18 struct device;
117 const struct fw_card_driver *driver, struct device *device);
128 void fw_device_cdev_update(struct fw_device *device);
129 void fw_device_cdev_remove(struct fw_device *device);
133 /* -device */
139 static inline struct fw_device *fw_device_get(struct fw_device *device)
141 get_device(&device->device);
143 return device;
146 static inline void fw_device_put(struct fw_device *device)
148 put_device(&device->device);
152 int fw_device_set_broadcast_channel(struct device *dev, void *gen);