Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dmsp3400-driver.h106 int scan_in_progress; member
H A Dmsp3400-driver.c335 int reallymuted = state->muted->val | state->scan_in_progress; in msp_s_ctrl()
342 state->scan_in_progress ? "yes" : "no", in msp_s_ctrl()
/linux/drivers/usb/host/
H A Duhci-hcd.h412 unsigned int scan_in_progress:1; /* Schedule scan is running */ member
H A 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()