Home
last modified time | relevance | path

Searched refs:phy_id_to_atom (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/bios/dce110/
H A Dcommand_table_helper_dce110.c34 static uint8_t phy_id_to_atom(enum transmitter t) in phy_id_to_atom() function
342 .phy_id_to_atom = phy_id_to_atom,
/dragonfly/sys/dev/drm/amd/display/dc/bios/dce80/
H A Dcommand_table_helper_dce80.c273 static uint8_t phy_id_to_atom(enum transmitter t) in phy_id_to_atom() function
339 .phy_id_to_atom = phy_id_to_atom,
/dragonfly/sys/dev/drm/amd/display/dc/bios/dce112/
H A Dcommand_table_helper2_dce112.c34 static uint8_t phy_id_to_atom(enum transmitter t) in phy_id_to_atom() function
394 .phy_id_to_atom = phy_id_to_atom,
H A Dcommand_table_helper_dce112.c34 static uint8_t phy_id_to_atom(enum transmitter t) in phy_id_to_atom() function
394 .phy_id_to_atom = phy_id_to_atom,
/dragonfly/sys/dev/drm/amd/display/dc/bios/
H A Dcommand_table_helper_struct.h58 uint8_t (*phy_id_to_atom)(enum transmitter t); member
H A Dcommand_table2.c202 ps.param.phyid = cmd->phy_id_to_atom(cntl->transmitter); in transmitter_control_v1_6()
H A Dcommand_table.c784 params.ucPhyId = cmd->phy_id_to_atom(cntl->transmitter); in transmitter_control_v1_5()
845 params.ucPhyId = cmd->phy_id_to_atom(cntl->transmitter); in transmitter_control_v1_6()