Searched refs:opt_pscan (Results 1 – 1 of 1) sorted by relevance
116 static int opt_pscan = 0; variable169 { "pscan", P_SET, &opt_pscan, NULL },170 { "-pscan", P_CLR, &opt_pscan, NULL },525 if (opt_pscan || opt_iscan) { in config_unit()529 if (opt_pscan > 0) val |= HCI_PAGE_SCAN_ENABLE; in config_unit()530 if (opt_pscan < 0) val &= ~HCI_PAGE_SCAN_ENABLE; in config_unit()