remote_mark_count   37 core/usb_remote.c int remote_mark_count, remote_space_count;
remote_mark_count  259 core/usb_remote.c             if (remote_mark_count<30000) remote_mark_count++ ;              // track how long the USB power is ON
remote_mark_count  269 core/usb_remote.c             if (remote_mark_count != 0)                                     // is this the 1 -> 0 transistion?
remote_mark_count  272 core/usb_remote.c                 usb_power = remote_mark_count;                              // transfer most recent pulse length to variable read by scripts
remote_mark_count  273 core/usb_remote.c                 usb_buffer_insert(remote_mark_count);                       // insert pulse length into buffer
remote_mark_count  274 core/usb_remote.c                 remote_mark_count = 0;                                      // reset the counter