Home
last modified time | relevance | path

Searched refs:hw_conf (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/ps3/
Dps3av_cmd.c874 int ps3av_cmd_av_get_hw_conf(struct ps3av_pkt_av_get_hw_conf *hw_conf) in ps3av_cmd_av_get_hw_conf() argument
878 memset(hw_conf, 0, sizeof(*hw_conf)); in ps3av_cmd_av_get_hw_conf()
880 res = ps3av_do_pkt(PS3AV_CID_AV_GET_HW_CONF, sizeof(hw_conf->send_hdr), in ps3av_cmd_av_get_hw_conf()
881 sizeof(*hw_conf), &hw_conf->send_hdr); in ps3av_cmd_av_get_hw_conf()
885 res = get_status(hw_conf); in ps3av_cmd_av_get_hw_conf()
Dps3av.c797 const struct ps3av_pkt_av_get_hw_conf *hw_conf; in ps3av_get_hw_conf() local
804 hw_conf = &ps3av->av_hw_conf; in ps3av_get_hw_conf()
805 pr_debug("av_h_conf: num of hdmi: %u\n", hw_conf->num_of_hdmi); in ps3av_get_hw_conf()
806 pr_debug("av_h_conf: num of avmulti: %u\n", hw_conf->num_of_avmulti); in ps3av_get_hw_conf()
807 pr_debug("av_h_conf: num of spdif: %u\n", hw_conf->num_of_spdif); in ps3av_get_hw_conf()
813 for (i = 0; i < hw_conf->num_of_hdmi; i++) in ps3av_get_hw_conf()
815 for (j = 0; j < hw_conf->num_of_avmulti; j++) in ps3av_get_hw_conf()
817 for (k = 0; k < hw_conf->num_of_spdif; k++) in ps3av_get_hw_conf()
/linux-6.12.1/net/mac80211/
Ddebugfs.c62 DEBUGFS_READONLY_FILE(hw_conf, "%x",
665 DEBUGFS_ADD(hw_conf); in debugfs_hw_add()