Lines Matching refs:av_hw_conf
39 struct ps3av_pkt_av_get_hw_conf av_hw_conf;
338 num_of_av_port = ps3av->av_hw_conf.num_of_hdmi +
339 ps3av->av_hw_conf.num_of_avmulti;
354 num_of_hdmi_port = ps3av->av_hw_conf.num_of_hdmi;
355 num_of_av_port = ps3av->av_hw_conf.num_of_hdmi +
356 ps3av->av_hw_conf.num_of_avmulti;
388 num_of_av_port = ps3av->av_hw_conf.num_of_hdmi +
389 ps3av->av_hw_conf.num_of_avmulti;
390 num_of_opt_port = ps3av->av_hw_conf.num_of_spdif;
413 num_of_audio = ps3av->av_hw_conf.num_of_hdmi +
414 ps3av->av_hw_conf.num_of_avmulti +
415 ps3av->av_hw_conf.num_of_spdif;
420 avb_param.num_of_av_audio_pkt = ps3av->av_hw_conf.num_of_hdmi;
437 if (i < ps3av->av_hw_conf.num_of_hdmi) {
492 avb_param.num_of_av_video_pkt = ps3av->av_hw_conf.num_of_hdmi +
493 ps3av->av_hw_conf.num_of_avmulti;
750 static int ps3av_auto_videomode(struct ps3av_pkt_av_get_hw_conf *av_hw_conf)
757 for (i = 0; i < av_hw_conf->num_of_hdmi && !id; i++) {
798 /* get av_hw_conf */
799 res = ps3av_cmd_av_get_hw_conf(&ps3av->av_hw_conf);
803 hw_conf = &ps3av->av_hw_conf;
843 id = ps3av_auto_videomode(&ps3av->av_hw_conf);
864 return ps3av_auto_videomode(&ps3av->av_hw_conf);
904 for (i = 0; i < ps3av->av_hw_conf.num_of_avmulti; i++) {
906 &ps3av->av_port[i + ps3av->av_hw_conf.num_of_hdmi],
975 id = ps3av_auto_videomode(&ps3av->av_hw_conf);