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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_atombios.c96 } AtomBiosRequestList [] = { variable in typeref:struct:atomBIOSRequests[]
2701 for (i = 0; AtomBiosRequestList[i].id != FUNC_END; i++) {
2702 if (id == AtomBiosRequestList[i].id) {
2703 req_func = AtomBiosRequestList[i].request;
2704 msg = AtomBiosRequestList[i].message;
2705 msg_f = AtomBiosRequestList[i].message_format;

Completed in 5 milliseconds