Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/
Dhdmi.c338 ssize_t hdmi_vendor_infoframe_pack(struct hdmi_vendor_infoframe *frame, in hdmi_vendor_infoframe_pack() function
389 EXPORT_SYMBOL(hdmi_vendor_infoframe_pack);
402 return hdmi_vendor_infoframe_pack(&frame->hdmi, buffer, size); in hdmi_vendor_any_infoframe_pack()
/linux-4.4.14/include/linux/
Dhdmi.h297 ssize_t hdmi_vendor_infoframe_pack(struct hdmi_vendor_infoframe *frame,
/linux-4.4.14/drivers/gpu/drm/tegra/
Dhdmi.c728 err = hdmi_vendor_infoframe_pack(&frame, buffer, sizeof(buffer)); in tegra_hdmi_setup_stereo_infoframe()