Searched refs:zd_rf (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/zd1211rw/
H A Dzd_rf.h0 /* zd_rf.h
46 struct zd_rf { struct
52 int (*init_hw)(struct zd_rf *rf);
53 int (*set_channel)(struct zd_rf *rf, u8 channel);
54 int (*switch_radio_on)(struct zd_rf *rf);
55 int (*switch_radio_off)(struct zd_rf *rf);
56 int (*patch_6m_band_edge)(struct zd_rf *rf, u8 channel);
60 void zd_rf_init(struct zd_rf *rf);
61 void zd_rf_clear(struct zd_rf *rf);
62 int zd_rf_init_hw(struct zd_rf *r
[all...]
H A Dzd_rf.c0 /* zd_rf.c
22 #include "zd_rf.h"
52 void zd_rf_init(struct zd_rf *rf)
57 void zd_rf_clear(struct zd_rf *rf)
62 int zd_rf_init_hw(struct zd_rf *rf, u8 type)
103 int zd_rf_scnprint_id(struct zd_rf *rf, char *buffer, size_t size)
108 int zd_rf_set_channel(struct zd_rf *rf, u8 channel)
125 int zd_switch_radio_on(struct zd_rf *rf)
141 int zd_switch_radio_off(struct zd_rf *rf)
158 int zd_rf_patch_6m_band_edge(struct zd_rf *r
[all...]
H A DMakefile7 zd_rf.o zd_usb.o zd_util.o
H A Dzd_rf_rf2959.c20 #include "zd_rf.h"
42 static int rf2959_init_hw(struct zd_rf *rf)
124 static int rf2959_set_channel(struct zd_rf *rf, u8 channel)
138 static int rf2959_switch_radio_on(struct zd_rf *rf)
149 static int rf2959_switch_radio_off(struct zd_rf *rf)
160 int zd_rf_init_rf2959(struct zd_rf *rf)
H A Dzd_rf_al7230b.c20 #include "zd_rf.h"
97 static int zd1211_al7230b_init_hw(struct zd_rf *rf)
202 static int zd1211b_al7230b_init_hw(struct zd_rf *rf)
323 static int zd1211_al7230b_set_channel(struct zd_rf *rf, u8 channel)
370 static int zd1211b_al7230b_set_channel(struct zd_rf *rf, u8 channel)
417 static int zd1211_al7230b_switch_radio_on(struct zd_rf *rf)
428 static int zd1211b_al7230b_switch_radio_on(struct zd_rf *rf)
439 static int al7230b_switch_radio_off(struct zd_rf *rf)
452 static int zd1211b_al7230b_patch_6m(struct zd_rf *rf, u8 channel)
471 int zd_rf_init_al7230b(struct zd_rf *r
[all...]
H A Dzd_rf_al2230.c20 #include "zd_rf.h"
100 static int zd1211_al2230_init_hw(struct zd_rf *rf)
213 static int zd1211b_al2230_init_hw(struct zd_rf *rf)
353 static int zd1211_al2230_set_channel(struct zd_rf *rf, u8 channel)
369 static int zd1211b_al2230_set_channel(struct zd_rf *rf, u8 channel)
387 static int zd1211_al2230_switch_radio_on(struct zd_rf *rf)
398 static int zd1211b_al2230_switch_radio_on(struct zd_rf *rf)
409 static int al2230_switch_radio_off(struct zd_rf *rf)
420 int zd_rf_init_al2230(struct zd_rf *rf)
H A Dzd_chip.h21 #include "zd_rf.h"
700 struct zd_rf rf;
723 static inline struct zd_chip *zd_rf_to_chip(struct zd_rf *rf)

Completed in 99 milliseconds