Searched refs:deflt (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/
H A Dwl3501_cs.c83 int min, max, deflt; member in struct:__anon3781
89 .deflt = 1,
95 .deflt = 1,
101 .deflt = 1,
107 .deflt = 10,
113 .deflt = 10,
119 .deflt = 14,
125 .deflt = 1,
131 .deflt = 9,
167 rc = iw_channel_table[i].deflt;
[all...]
/drivers/tty/vt/
H A Dvt.c3021 int deflt)
3052 if (deflt) {
3098 if (!deflt)
3143 * @deflt: should next bound console driver be default after @csw is unbound?
3148 * @deflt controls whether the console that ends up replacing @csw should be
3155 int unbind_con_driver(const struct consw *csw, int first, int last, int deflt) argument
3234 bind_con_driver(defcsw, first, last, deflt);
3245 int i, more = 1, first = -1, last = -1, deflt = 0; local
3279 deflt = 1;
3282 bind_con_driver(csw, first, last, deflt);
3020 bind_con_driver(const struct consw *csw, int first, int last, int deflt) argument
3296 int i, more = 1, first = -1, last = -1, deflt = 0; local
3645 take_over_console(const struct consw *csw, int first, int last, int deflt) argument
[all...]
/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c5758 u32 pidx, unit, port, deflt, h1; local
5766 deflt = simple_strtoul(str, &nxt, 0);
5768 dd->pport[pidx].cpspec->no_eep = deflt;

Completed in 99 milliseconds