Lines Matching refs:wavnc_port_info
139 struct wavnc_port_info { struct
376 struct wavnc_port_info *portc; in waveartist_open()
383 portc = (struct wavnc_port_info *) audio_devs[dev]->portc; in waveartist_open()
410 struct wavnc_port_info *portc = (struct wavnc_port_info *) in waveartist_close()
428 struct wavnc_port_info *portc = (struct wavnc_port_info *) in waveartist_output_block()
475 struct wavnc_port_info *portc = (struct wavnc_port_info *) in waveartist_start_input()
524 waveartist_get_speed(struct wavnc_port_info *portc) in waveartist_get_speed()
552 waveartist_get_bits(struct wavnc_port_info *portc) in waveartist_get_bits()
572 struct wavnc_port_info *portc = (struct wavnc_port_info *) in waveartist_prepare_for_input()
629 struct wavnc_port_info *portc = (struct wavnc_port_info *) in waveartist_prepare_for_output()
674 struct wavnc_port_info *portc = (struct wavnc_port_info *) in waveartist_halt()
746 struct wavnc_port_info *portc = (struct wavnc_port_info *) in waveartist_trigger()
783 struct wavnc_port_info *portc = (struct wavnc_port_info *) in waveartist_set_speed()
802 struct wavnc_port_info *portc = (struct wavnc_port_info *) in waveartist_set_channels()
815 struct wavnc_port_info *portc = (struct wavnc_port_info *) in waveartist_set_bits()
1267 struct wavnc_port_info *portc; in waveartist_init()
1285 portc = kzalloc(sizeof(struct wavnc_port_info), GFP_KERNEL); in waveartist_init()