Home
last modified time | relevance | path

Searched refs:deflt (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/
Dwl3501_cs.c122 int min, max, deflt; member
128 .deflt = 1,
134 .deflt = 1,
140 .deflt = 1,
146 .deflt = 10,
152 .deflt = 10,
158 .deflt = 14,
164 .deflt = 1,
170 .deflt = 9,
206 rc = iw_channel_table[i].deflt; in iw_default_channel()
/drivers/char/
Dvt.c2973 int deflt) in bind_con_driver() argument
3004 if (deflt) { in bind_con_driver()
3050 if (!deflt) in bind_con_driver()
3107 int unbind_con_driver(const struct consw *csw, int first, int last, int deflt) in unbind_con_driver() argument
3186 bind_con_driver(defcsw, first, last, deflt); in unbind_con_driver()
3197 int i, more = 1, first = -1, last = -1, deflt = 0; in vt_bind() local
3231 deflt = 1; in vt_bind()
3234 bind_con_driver(csw, first, last, deflt); in vt_bind()
3238 deflt = 0; in vt_bind()
3248 int i, more = 1, first = -1, last = -1, deflt = 0; in vt_unbind() local
[all …]