Home | History | Annotate | Download | only in power

Lines Matching refs:qcopt_handle

47 static void *qcopt_handle;
71 qcopt_handle = get_qcopt_handle();
73 if (!qcopt_handle) {
80 perf_lock_acq = dlsym(qcopt_handle, "perf_lock_acq");
86 perf_lock_rel = dlsym(qcopt_handle, "perf_lock_rel");
96 if (qcopt_handle) {
97 if (dlclose(qcopt_handle))
183 if (qcopt_handle) {
201 if (qcopt_handle) {
214 if (qcopt_handle && perf_lock_rel)
220 if (qcopt_handle) {
265 if (qcopt_handle) {
305 if (qcopt_handle) {