Searched refs:hw_conf (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/ps3/ |
H A D | ps3av.c | 796 const struct ps3av_pkt_av_get_hw_conf *hw_conf; in ps3av_get_hw_conf() local 803 hw_conf = &ps3av->av_hw_conf; in ps3av_get_hw_conf() 804 pr_debug("av_h_conf: num of hdmi: %u\n", hw_conf->num_of_hdmi); in ps3av_get_hw_conf() 805 pr_debug("av_h_conf: num of avmulti: %u\n", hw_conf->num_of_avmulti); in ps3av_get_hw_conf() 806 pr_debug("av_h_conf: num of spdif: %u\n", hw_conf->num_of_spdif); in ps3av_get_hw_conf() 812 for (i = 0; i < hw_conf->num_of_hdmi; i++) in ps3av_get_hw_conf() 814 for (j = 0; j < hw_conf->num_of_avmulti; j++) in ps3av_get_hw_conf() 816 for (k = 0; k < hw_conf->num_of_spdif; k++) in ps3av_get_hw_conf()
|
H A D | ps3av_cmd.c | 874 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()
|
/kernel/linux/linux-6.6/drivers/ps3/ |
H A D | ps3av.c | 797 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()
|
H A D | ps3av_cmd.c | 874 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()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | debugfs.c | 62 DEBUGFS_READONLY_FILE(hw_conf, "%x", 569 DEBUGFS_ADD(hw_conf); in debugfs_hw_add()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | debugfs.c | 62 DEBUGFS_READONLY_FILE(hw_conf, "%x", 662 DEBUGFS_ADD(hw_conf); in debugfs_hw_add()
|
Completed in 9 milliseconds