Lines Matching defs:lpm_proc_cb
95 static vnd_lpm_proc_cb_t lpm_proc_cb;
185 lpm_proc_cb.btwrite_active = FALSE;
204 lpm_proc_cb.btwrite_active = TRUE;
205 if (lpm_proc_cb.timer_created == TRUE) {
217 if (timer_settime(lpm_proc_cb.timer_id, 0, &ts, 0) == 0) {
242 memset_s(&lpm_proc_cb, sizeof(vnd_lpm_proc_cb_t), 0, sizeof(vnd_lpm_proc_cb_t));
258 if (lpm_proc_cb.timer_created == TRUE)
259 timer_delete(lpm_proc_cb.timer_id);
261 lpm_proc_cb.timer_created = FALSE;
380 if (lpm_proc_cb.timer_created == TRUE) {
381 timer_delete(lpm_proc_cb.timer_id);
382 lpm_proc_cb.timer_created = FALSE;
394 if (lpm_proc_cb.timer_created == FALSE) {
399 se.sigev_value.sival_ptr = &lpm_proc_cb.timer_id;
404 &lpm_proc_cb.timer_id);
406 lpm_proc_cb.timer_created = TRUE;
422 if (lpm_proc_cb.btwrite_active == TRUE)
480 lpm_proc_cb.btwrite_active = TRUE;
484 __FUNCTION__, buffer, lpm_proc_cb.btwrite_active, lpm_proc_cb.timer_created);