Lines Matching defs:av_hw_conf
40 struct ps3av_pkt_av_get_hw_conf av_hw_conf;
339 num_of_av_port = ps3av->av_hw_conf.num_of_hdmi +
340 ps3av->av_hw_conf.num_of_avmulti;
355 num_of_hdmi_port = ps3av->av_hw_conf.num_of_hdmi;
356 num_of_av_port = ps3av->av_hw_conf.num_of_hdmi +
357 ps3av->av_hw_conf.num_of_avmulti;
389 num_of_av_port = ps3av->av_hw_conf.num_of_hdmi +
390 ps3av->av_hw_conf.num_of_avmulti;
391 num_of_opt_port = ps3av->av_hw_conf.num_of_spdif;
414 num_of_audio = ps3av->av_hw_conf.num_of_hdmi +
415 ps3av->av_hw_conf.num_of_avmulti +
416 ps3av->av_hw_conf.num_of_spdif;
421 avb_param.num_of_av_audio_pkt = ps3av->av_hw_conf.num_of_hdmi;
438 if (i < ps3av->av_hw_conf.num_of_hdmi) {
493 avb_param.num_of_av_video_pkt = ps3av->av_hw_conf.num_of_hdmi +
494 ps3av->av_hw_conf.num_of_avmulti;
751 static int ps3av_auto_videomode(struct ps3av_pkt_av_get_hw_conf *av_hw_conf)
758 for (i = 0; i < av_hw_conf->num_of_hdmi && !id; i++) {
799 /* get av_hw_conf */
800 res = ps3av_cmd_av_get_hw_conf(&ps3av->av_hw_conf);
804 hw_conf = &ps3av->av_hw_conf;
844 id = ps3av_auto_videomode(&ps3av->av_hw_conf);
865 return ps3av_auto_videomode(&ps3av->av_hw_conf);
905 for (i = 0; i < ps3av->av_hw_conf.num_of_avmulti; i++) {
907 &ps3av->av_port[i + ps3av->av_hw_conf.num_of_hdmi],
976 id = ps3av_auto_videomode(&ps3av->av_hw_conf);