Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/i2c/
Dmsp3400-kthreads.c524 state->scan_in_progress = 0; in msp3400c_thread()
530 state->scan_in_progress = 1; in msp3400c_thread()
668 state->scan_in_progress = 0; in msp3400c_thread()
715 state->scan_in_progress = 0; in msp3410d_thread()
721 state->scan_in_progress = 1; in msp3410d_thread()
834 state->scan_in_progress = 0; in msp3410d_thread()
1012 state->scan_in_progress = 0; in msp34xxg_thread()
Dmsp3400-driver.h100 int scan_in_progress; member
Dmsp3400-driver.c352 int reallymuted = state->muted->val | state->scan_in_progress; in msp_s_ctrl()
359 state->scan_in_progress ? "yes" : "no", in msp_s_ctrl()
/Linux-v4.19/drivers/usb/host/
Duhci-hcd.h416 unsigned int scan_in_progress:1; /* Schedule scan is running */ member
Duhci-q.c1747 if (uhci->scan_in_progress) { in uhci_scan_schedule()
1751 uhci->scan_in_progress = 1; in uhci_scan_schedule()
1781 uhci->scan_in_progress = 0; in uhci_scan_schedule()