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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ps3/
H A Dps3av_cmd.c322 struct ps3av_pkt_av_hdmi_mode hdmi_mode; local
324 memset(&hdmi_mode, 0, sizeof(hdmi_mode));
325 hdmi_mode.mode = mode;
327 res = ps3av_do_pkt(PS3AV_CID_AV_HDMI_MODE, sizeof(hdmi_mode),
328 sizeof(hdmi_mode), &hdmi_mode.send_hdr);
332 res = get_status(&hdmi_mode);

Completed in 31 milliseconds