Lines Matching refs:device
10 #include <linux/device.h>
52 struct fw_device *device;
200 dev_err(&isight->unit->device, "queueing error: %d\n", err);
220 isight->device->max_speed);
226 value = cpu_to_be32(ch | (isight->device->max_speed << SPEED_SHIFT));
361 isight->context = fw_iso_context_create(isight->device->card,
364 isight->device->max_speed,
620 err = snd_card_new(&unit->device, -1, NULL, THIS_MODULE,
629 isight->device = fw_dev;
632 dev_err(&unit->device, "audio unit base not found\n");
645 dev_name(&unit->device), 100 << fw_dev->max_speed);
660 dev_set_drvdata(&unit->device, isight);
674 struct isight *isight = dev_get_drvdata(&unit->device);
687 struct isight *isight = dev_get_drvdata(&unit->device);