Searched defs:chanmode (Results 1 – 2 of 2) sorted by relevance
94 struct chanmode { struct95 const char *name;96 unsigned int width;97 int freq1_diff;98 int chantype; /* for older kernel */
746 static const struct chanmode chanmode[] = { in parse_freqchan() local1666 int get_cf1(const struct chanmode *chanmode, unsigned long freq) in get_cf1()