Searched refs:hw_conf (Results 1 – 2 of 2) sorted by relevance
886 int ps3av_cmd_av_get_hw_conf(struct ps3av_pkt_av_get_hw_conf *hw_conf) in ps3av_cmd_av_get_hw_conf() argument890 memset(hw_conf, 0, sizeof(*hw_conf)); in ps3av_cmd_av_get_hw_conf()892 res = ps3av_do_pkt(PS3AV_CID_AV_GET_HW_CONF, sizeof(hw_conf->send_hdr), in ps3av_cmd_av_get_hw_conf()893 sizeof(*hw_conf), &hw_conf->send_hdr); in ps3av_cmd_av_get_hw_conf()897 res = get_status(hw_conf); in ps3av_cmd_av_get_hw_conf()
809 const struct ps3av_pkt_av_get_hw_conf *hw_conf; in ps3av_get_hw_conf() local816 hw_conf = &ps3av->av_hw_conf; in ps3av_get_hw_conf()817 pr_debug("av_h_conf: num of hdmi: %u\n", hw_conf->num_of_hdmi); in ps3av_get_hw_conf()818 pr_debug("av_h_conf: num of avmulti: %u\n", hw_conf->num_of_avmulti); in ps3av_get_hw_conf()819 pr_debug("av_h_conf: num of spdif: %u\n", hw_conf->num_of_spdif); in ps3av_get_hw_conf()825 for (i = 0; i < hw_conf->num_of_hdmi; i++) in ps3av_get_hw_conf()827 for (j = 0; j < hw_conf->num_of_avmulti; j++) in ps3av_get_hw_conf()829 for (k = 0; k < hw_conf->num_of_spdif; k++) in ps3av_get_hw_conf()