Home
last modified time | relevance | path

Searched refs:rf_channel (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2x00.h184 struct rf_channel { struct
413 const struct rf_channel *channels;
429 struct rf_channel rf;
989 int rf_channel; member
Drt2500usb.c601 struct rf_channel *rf, const int txpower) in rt2500usb_config_channel()
1532 static const struct rf_channel rf_vals_bg_2522[] = {
1553 static const struct rf_channel rf_vals_bg_2523[] = {
1574 static const struct rf_channel rf_vals_bg_2524[] = {
1595 static const struct rf_channel rf_vals_bg_2525[] = {
1616 static const struct rf_channel rf_vals_bg_2525e[] = {
1637 static const struct rf_channel rf_vals_5222[] = {
Drt2500pci.c474 struct rf_channel *rf, const int txpower) in rt2500pci_config_channel()
1711 static const struct rf_channel rf_vals_bg_2522[] = {
1732 static const struct rf_channel rf_vals_bg_2523[] = {
1753 static const struct rf_channel rf_vals_bg_2524[] = {
1774 static const struct rf_channel rf_vals_bg_2525[] = {
1795 static const struct rf_channel rf_vals_bg_2525e[] = {
1816 static const struct rf_channel rf_vals_5222[] = {
Drt2x00config.c240 rt2x00dev->rf_channel = libconf.rf.channel; in rt2x00lib_config()
Drt73usb.c752 struct rf_channel *rf, const int txpower) in rt73usb_config_channel()
795 struct rf_channel rf; in rt73usb_config_txpower()
1966 static const struct rf_channel rf_vals_bg_2528[] = {
1987 static const struct rf_channel rf_vals_5226[] = {
2044 static const struct rf_channel rf_vals_5225_2527[] = {
Drt2800lib.c1945 struct rf_channel *rf, in rt2800_config_channel_rf2xxx()
2010 struct rf_channel *rf, in rt2800_config_channel_rf3xxx()
2086 struct rf_channel *rf, in rt2800_config_channel_rf3052()
2256 struct rf_channel *rf, in rt2800_config_channel_rf3053()
2556 struct rf_channel *rf, in rt2800_config_channel_rf3290()
2593 struct rf_channel *rf, in rt2800_config_channel_rf3322()
2641 struct rf_channel *rf, in rt2800_config_channel_rf53xx()
2734 struct rf_channel *rf, in rt2800_config_channel_rf55xx()
3127 struct rf_channel *rf, in rt2800_config_channel()
4321 if (rt2x00dev->rf_channel <= 14) { in rt2800_vco_calibration()
[all …]
Drt61pci.c865 struct rf_channel *rf, const int txpower) in rt61pci_config_channel()
912 struct rf_channel rf; in rt61pci_config_txpower()
2636 static const struct rf_channel rf_vals_noseq[] = {
2693 static const struct rf_channel rf_vals_seq[] = {
Drt2400pci.c449 struct rf_channel *rf) in rt2400pci_config_channel()
1550 static const struct rf_channel rf_vals_b[] = {
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/
Dinitvals_phy.h75 static const struct mt76_reg_pair rf_channel[] = { variable
Dphy.c1233 ret = mt7601u_write_reg_pairs(dev, 0, rf_channel, in mt7601u_phy_init()
1234 ARRAY_SIZE(rf_channel)); in mt7601u_phy_init()