Home
last modified time | relevance | path

Searched refs:level_shift_value (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/linux/
H A Dhdmi.h338 unsigned char level_shift_value; member
/linux-6.15/drivers/video/
H A Dhdmi.c407 buffer[4] = (frame->level_shift_value & 0xf) << 3; in hdmi_audio_infoframe_pack_payload()
1427 frame->level_shift_value); in hdmi_audio_infoframe_log()
1698 frame->level_shift_value = (ptr[4] >> 3) & 0xf; in hdmi_audio_infoframe_unpack()