Lines Matching refs:saa7164_port

185 	struct saa7164_port *port;
190 struct saa7164_port *port;
300 struct saa7164_port;
308 struct saa7164_port *port;
330 struct saa7164_port { struct
470 struct saa7164_port ports[SAA7164_MAX_PORTS];
535 int saa7164_api_transition_port(struct saa7164_port *port, u8 mode);
536 int saa7164_api_initialize_dif(struct saa7164_port *port);
537 int saa7164_api_configure_dif(struct saa7164_port *port, u32 std);
538 int saa7164_api_set_encoder(struct saa7164_port *port);
539 int saa7164_api_get_encoder(struct saa7164_port *port);
540 int saa7164_api_set_aspect_ratio(struct saa7164_port *port);
541 int saa7164_api_set_usercontrol(struct saa7164_port *port, u8 ctl);
542 int saa7164_api_get_usercontrol(struct saa7164_port *port, u8 ctl);
543 int saa7164_api_set_videomux(struct saa7164_port *port);
544 int saa7164_api_audio_mute(struct saa7164_port *port, int mute);
545 int saa7164_api_set_audio_volume(struct saa7164_port *port, s8 level);
546 int saa7164_api_set_audio_std(struct saa7164_port *port);
547 int saa7164_api_set_audio_detection(struct saa7164_port *port, int autodetect);
548 int saa7164_api_get_videomux(struct saa7164_port *port);
549 int saa7164_api_set_vbi_format(struct saa7164_port *port);
573 extern int saa7164_dvb_register(struct saa7164_port *port);
574 extern int saa7164_dvb_unregister(struct saa7164_port *port);
579 struct saa7164_port *port, u32 len);
583 extern int saa7164_buffer_cfg_port(struct saa7164_port *port);
587 extern int saa7164_buffer_zero_offsets(struct saa7164_port *port, int i);
591 int saa7164_encoder_register(struct saa7164_port *port);
592 void saa7164_encoder_unregister(struct saa7164_port *port);
596 int saa7164_vbi_register(struct saa7164_port *port);
597 void saa7164_vbi_unregister(struct saa7164_port *port);