Home
last modified time | relevance | path

Searched refs:FieldName (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dppatomfwctrl.h31 #define GetIndexIntoMasterCmdTable(FieldName) \ argument
32 (offsetof(struct atom_master_list_of_command_functions_v2_1, FieldName) / sizeof(uint16_t))
33 #define GetIndexIntoMasterDataTable(FieldName) \ argument
34 (offsetof(struct atom_master_list_of_data_tables_v2_1, FieldName) / sizeof(uint16_t))
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/bios/
A Dcommand_table2.c46 #define GET_INDEX_INTO_MASTER_TABLE(MasterOrData, FieldName)\ argument
47 …(offsetof(struct atom_master_list_of_##MasterOrData##_functions_v2_1, FieldName) / sizeof(uint16_t…
/linux-6.3-rc2/drivers/gpu/drm/radeon/
A Datombios.h5981 …rTable(MasterOrData, FieldName) ((reinterpret_cast<char*>(&(static_cast<ATOM_MASTER_LIST_OF_##Mast… argument
5986 … GetIndexIntoMasterTable(MasterOrData, FieldName) (offsetof(ATOM_MASTER_LIST_OF_##MasterOrData##_T… argument
/linux-6.3-rc2/drivers/gpu/drm/amd/include/
A Datombios.h7146 …rTable(MasterOrData, FieldName) ((reinterpret_cast<char*>(&(static_cast<ATOM_MASTER_LIST_OF_##Mast… argument
7151 … GetIndexIntoMasterTable(MasterOrData, FieldName) (offsetof(ATOM_MASTER_LIST_OF_##MasterOrData##_T… argument

Completed in 101 milliseconds