Home | History | Annotate | Download | only in power

Lines Matching refs:qcopt_handle

57 static void *qcopt_handle;
84 qcopt_handle = get_qcopt_handle();
86 if (!qcopt_handle) {
93 perf_lock_acq = dlsym(qcopt_handle, "perf_lock_acq");
99 perf_lock_rel = dlsym(qcopt_handle, "perf_lock_rel");
109 if (qcopt_handle) {
110 if (dlclose(qcopt_handle))
214 if (qcopt_handle) {
230 if (qcopt_handle) {
243 if (qcopt_handle && perf_lock_rel)
249 if (qcopt_handle) {
303 if (qcopt_handle) {
344 if (qcopt_handle) {