Lines Matching refs:spec
172 memcpy(&cdev->spec, buf+1, sizeof(struct caiaq_device_spec)); in usb_ep1_command_reply_dispatch()
173 cdev->spec.fw_version = le16_to_cpu(cdev->spec.fw_version); in usb_ep1_command_reply_dispatch()
176 cdev->spec.fw_version, in usb_ep1_command_reply_dispatch()
177 cdev->spec.num_analog_audio_in, in usb_ep1_command_reply_dispatch()
178 cdev->spec.num_analog_audio_out, in usb_ep1_command_reply_dispatch()
179 cdev->spec.num_midi_in, in usb_ep1_command_reply_dispatch()
180 cdev->spec.num_midi_out, in usb_ep1_command_reply_dispatch()
181 cdev->spec.data_alignment); in usb_ep1_command_reply_dispatch()
371 if (cdev->spec.num_analog_audio_out + in setup_card()
372 cdev->spec.num_analog_audio_in + in setup_card()
373 cdev->spec.num_digital_audio_out + in setup_card()
374 cdev->spec.num_digital_audio_in > 0) { in setup_card()
380 if (cdev->spec.num_midi_in + in setup_card()
381 cdev->spec.num_midi_out > 0) { in setup_card()