Lines Matching refs:saa7164_port

185 	struct saa7164_port *port;
190 struct saa7164_port *port;
301 struct saa7164_port;
309 struct saa7164_port *port;
331 struct saa7164_port { struct
468 struct saa7164_port ports[SAA7164_MAX_PORTS];
534 int saa7164_api_transition_port(struct saa7164_port *port, u8 mode);
535 int saa7164_api_initialize_dif(struct saa7164_port *port);
536 int saa7164_api_configure_dif(struct saa7164_port *port, u32 std);
537 int saa7164_api_set_encoder(struct saa7164_port *port);
538 int saa7164_api_get_encoder(struct saa7164_port *port);
539 int saa7164_api_set_aspect_ratio(struct saa7164_port *port);
540 int saa7164_api_set_usercontrol(struct saa7164_port *port, u8 ctl);
541 int saa7164_api_get_usercontrol(struct saa7164_port *port, u8 ctl);
542 int saa7164_api_set_videomux(struct saa7164_port *port);
543 int saa7164_api_audio_mute(struct saa7164_port *port, int mute);
544 int saa7164_api_set_audio_volume(struct saa7164_port *port, s8 level);
545 int saa7164_api_set_audio_std(struct saa7164_port *port);
546 int saa7164_api_set_audio_detection(struct saa7164_port *port, int autodetect);
547 int saa7164_api_get_videomux(struct saa7164_port *port);
548 int saa7164_api_set_vbi_format(struct saa7164_port *port);
572 extern int saa7164_dvb_register(struct saa7164_port *port);
573 extern int saa7164_dvb_unregister(struct saa7164_port *port);
578 struct saa7164_port *port, u32 len);
582 extern int saa7164_buffer_cfg_port(struct saa7164_port *port);
586 extern int saa7164_buffer_zero_offsets(struct saa7164_port *port, int i);
590 int saa7164_encoder_register(struct saa7164_port *port);
591 void saa7164_encoder_unregister(struct saa7164_port *port);
595 int saa7164_vbi_register(struct saa7164_port *port);
596 void saa7164_vbi_unregister(struct saa7164_port *port);