Home
last modified time | relevance | path

Searched refs:scan_mode (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/drivers/staging/rtl8712/
Dos_intfs.c66 static int scan_mode = 1;/*active, passive*/ variable
147 registry_par->scan_mode = (u8)scan_mode; in loadparam()
Ddrv_types.h72 u8 scan_mode;/*active, passive*/ member
/linux-2.6.39/drivers/scsi/
Dgdth.c2088 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 …]
Dgdth.h874 u8 scan_mode; /* current scan mode */ member
/linux-2.6.39/drivers/net/wireless/
Dat76c50x-usb.h418 int scan_mode; /* SCAN_TYPE_ACTIVE, SCAN_TYPE_PASSIVE */ member
Dat76c50x-usb.c1396 priv->scan_mode == SCAN_TYPE_ACTIVE ? "active" : "passive"); in at76_startup_device()
2281 priv->scan_mode = SCAN_TYPE_ACTIVE; in at76_init_new_device()
/linux-2.6.39/drivers/staging/comedi/drivers/
Dni_labpc.c259 enum scan_mode { enum
838 static enum scan_mode labpc_ai_scan_mode(const struct comedi_cmd *cmd) in labpc_ai_scan_mode()