Searched refs:scan_mode (Results 1 – 7 of 7) sorted by relevance
66 static int scan_mode = 1;/*active, passive*/ variable147 registry_par->scan_mode = (u8)scan_mode; in loadparam()
72 u8 scan_mode;/*active, passive*/ member
2088 if ((ha->scan_mode & 0x0f) == 0) { in gdth_next()2090 ha->scan_mode |= 1; in gdth_next()2091 TRACE2(("Scan mode: 0x%x\n", ha->scan_mode)); in gdth_next()2093 } else if ((ha->scan_mode & 0x0f) == 1) { in gdth_next()2097 nscp_cmndinfo->phase = ((ha->scan_mode & 0x10 ? 1:0) << 8) in gdth_next()2099 ha->scan_mode = 0x12; in gdth_next()2101 ha->scan_mode)); in gdth_next()2103 ha->scan_mode &= 0x10; in gdth_next()2104 TRACE2(("Scan mode: 0x%x\n", ha->scan_mode)); in gdth_next()2106 } else if (ha->scan_mode == 0x12) { in gdth_next()[all …]
874 u8 scan_mode; /* current scan mode */ member
418 int scan_mode; /* SCAN_TYPE_ACTIVE, SCAN_TYPE_PASSIVE */ member
1396 priv->scan_mode == SCAN_TYPE_ACTIVE ? "active" : "passive"); in at76_startup_device()2281 priv->scan_mode = SCAN_TYPE_ACTIVE; in at76_init_new_device()
259 enum scan_mode { enum838 static enum scan_mode labpc_ai_scan_mode(const struct comedi_cmd *cmd) in labpc_ai_scan_mode()