Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/
Dmsp3400-kthreads.c529 state->scan_in_progress = 0; in msp3400c_thread()
535 state->scan_in_progress = 1; in msp3400c_thread()
672 state->scan_in_progress = 0; in msp3400c_thread()
719 state->scan_in_progress = 0; in msp3410d_thread()
725 state->scan_in_progress = 1; in msp3410d_thread()
839 state->scan_in_progress = 0; in msp3410d_thread()
1017 state->scan_in_progress = 0; in msp34xxg_thread()
Dmsp3400-driver.h98 int scan_in_progress; member
Dmsp3400-driver.c329 int reallymuted = state->muted->val | state->scan_in_progress; in msp_s_ctrl()
336 state->scan_in_progress ? "yes" : "no", in msp_s_ctrl()
/linux-3.4.99/drivers/usb/host/
Duhci-hcd.h416 unsigned int scan_in_progress:1; /* Schedule scan is running */ member
Duhci-q.c1745 if (uhci->scan_in_progress) { in uhci_scan_schedule()
1749 uhci->scan_in_progress = 1; in uhci_scan_schedule()
1779 uhci->scan_in_progress = 0; in uhci_scan_schedule()