Searched refs:hw_conf (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ps3/
H A Dps3av.c809 const struct ps3av_pkt_av_get_hw_conf *hw_conf; local
816 hw_conf = &ps3av->av_hw_conf;
817 pr_debug("av_h_conf: num of hdmi: %u\n", hw_conf->num_of_hdmi);
818 pr_debug("av_h_conf: num of avmulti: %u\n", hw_conf->num_of_avmulti);
819 pr_debug("av_h_conf: num of spdif: %u\n", hw_conf->num_of_spdif);
825 for (i = 0; i < hw_conf->num_of_hdmi; i++)
827 for (j = 0; j < hw_conf->num_of_avmulti; j++)
829 for (k = 0; k < hw_conf->num_of_spdif; k++)
H A Dps3av_cmd.c886 int ps3av_cmd_av_get_hw_conf(struct ps3av_pkt_av_get_hw_conf *hw_conf) argument
890 memset(hw_conf, 0, sizeof(*hw_conf));
892 res = ps3av_do_pkt(PS3AV_CID_AV_GET_HW_CONF, sizeof(hw_conf->send_hdr),
893 sizeof(*hw_conf), &hw_conf->send_hdr);
897 res = get_status(hw_conf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ps3/
H A Dps3av.c809 const struct ps3av_pkt_av_get_hw_conf *hw_conf; local
816 hw_conf = &ps3av->av_hw_conf;
817 pr_debug("av_h_conf: num of hdmi: %u\n", hw_conf->num_of_hdmi);
818 pr_debug("av_h_conf: num of avmulti: %u\n", hw_conf->num_of_avmulti);
819 pr_debug("av_h_conf: num of spdif: %u\n", hw_conf->num_of_spdif);
825 for (i = 0; i < hw_conf->num_of_hdmi; i++)
827 for (j = 0; j < hw_conf->num_of_avmulti; j++)
829 for (k = 0; k < hw_conf->num_of_spdif; k++)
H A Dps3av_cmd.c886 int ps3av_cmd_av_get_hw_conf(struct ps3av_pkt_av_get_hw_conf *hw_conf) argument
890 memset(hw_conf, 0, sizeof(*hw_conf));
892 res = ps3av_do_pkt(PS3AV_CID_AV_GET_HW_CONF, sizeof(hw_conf->send_hdr),
893 sizeof(*hw_conf), &hw_conf->send_hdr);
897 res = get_status(hw_conf);

Completed in 119 milliseconds