Lines Matching refs:device
32 struct fw_device *device = fw_parent_device(unit);
61 if (device->config_rom[3] != ((vendor << 8) | category) ||
62 device->config_rom[4] >> 22 != model)
82 /* this should be supported by any device */
122 dev_name(&dice->unit->device), 100 << dev->max_speed);
143 err = snd_card_new(&dice->unit->device, -1, NULL, THIS_MODULE, 0,
191 dev_info(&dice->unit->device,
208 dice = devm_kzalloc(&unit->device, sizeof(struct snd_dice), GFP_KERNEL);
212 dev_set_drvdata(&unit->device, dice);
235 struct snd_dice *dice = dev_get_drvdata(&unit->device);
255 struct snd_dice *dice = dev_get_drvdata(&unit->device);