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

/linux-master/drivers/media/i2c/
H A Dmsp3400-driver.h106 int scan_in_progress; member in struct:msp_state
H A Dmsp3400-kthreads.c515 state->scan_in_progress = 0;
521 state->scan_in_progress = 1;
663 state->scan_in_progress = 0;
710 state->scan_in_progress = 0;
716 state->scan_in_progress = 1;
829 state->scan_in_progress = 0;
1007 state->scan_in_progress = 0;
H A Dmsp3400-driver.c335 int reallymuted = state->muted->val | state->scan_in_progress;
342 state->scan_in_progress ? "yes" : "no",
/linux-master/drivers/usb/host/
H A Duhci-hcd.h412 unsigned int scan_in_progress:1; /* Schedule scan is running */ member in struct:uhci_hcd
H A Duhci-q.c1747 if (uhci->scan_in_progress) {
1751 uhci->scan_in_progress = 1;
1781 uhci->scan_in_progress = 0;

Completed in 192 milliseconds