Searched refs:set_channel (Results 1 - 25 of 45) sorted by relevance

12

/linux-master/drivers/staging/vt6655/
H A Dchannel.h15 bool set_channel(struct vnt_private *priv, struct ieee80211_channel *ch);
H A Dchannel.c73 * set_channel() - Set NIC media channel
81 bool set_channel(struct vnt_private *priv, struct ieee80211_channel *ch) function
/linux-master/include/linux/iio/adc/
H A Dad_sigma_delta.h36 * @set_channel: Will be called to select the current channel, may be NULL.
53 int (*set_channel)(struct ad_sigma_delta *, unsigned int channel); member in struct:ad_sigma_delta_info
111 if (sd->info->set_channel)
112 return sd->info->set_channel(sd, channel);
/linux-master/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_rf.h56 int (*set_channel)(struct zd_rf *rf, u8 channel); member in struct:zd_rf
H A Dzd_rf.c118 r = rf->set_channel(rf, channel);
H A Dzd_rf_al2230.c421 rf->set_channel = zd1211b_al2230_set_channel;
425 rf->set_channel = zd1211_al2230_set_channel;
H A Dzd_rf_al7230b.c469 rf->set_channel = zd1211b_al7230b_set_channel;
474 rf->set_channel = zd1211_al7230b_set_channel;
H A Dzd_rf_rf2959.c265 rf->set_channel = rf2959_set_channel;
H A Dzd_rf_uw2453.c513 rf->set_channel = uw2453_set_channel;
/linux-master/include/net/
H A Dmac802154.h165 * set_channel:
213 int (*set_channel)(struct ieee802154_hw *hw, u8 page, member in struct:ieee802154_ops
H A Dcfg802154.h51 int (*set_channel)(struct wpan_phy *wpan_phy, u8 page, u8 channel); member in struct:cfg802154_ops
/linux-master/drivers/net/ieee802154/
H A Datusb.c73 int (*set_channel)(struct ieee802154_hw*, u8, u8); member in struct:atusb_chip_data
591 ret = atusb->data->set_channel(hw, page, channel);
705 .set_channel = atusb_set_channel,
712 .set_channel = hulusb_set_channel,
719 .set_channel = atusb_channel,
H A Dat86rf230.c47 int (*set_channel)(struct at86rf230_local *, u8, u8); member in struct:at86rf2xx_chip_data
1035 rc = lp->data->set_channel(lp, page, channel);
1252 .set_channel = at86rf230_channel,
1276 .set_channel = at86rf23x_set_channel,
1291 .set_channel = at86rf23x_set_channel,
1306 .set_channel = at86rf212_set_channel,
H A Dfakelb.c117 .set_channel = fakelb_hw_channel,
H A Dcc2520.c819 .set_channel = cc2520_set_channel,
/linux-master/net/mac802154/
H A Ddriver-ops.h240 ret = local->ops->set_channel(&local->hw, page, channel);
H A Dmain.c54 !ops->start || !ops->stop || !ops->set_channel))
H A Dcfg.c687 .set_channel = ieee802154_set_channel,
/linux-master/drivers/iio/adc/
H A Dad7791.c251 .set_channel = ad7791_set_channel,
H A Dad7793.c204 .set_channel = ad7793_set_channel,
H A Dad7124.c558 .set_channel = ad7124_set_channel,
H A Dad7192.c332 .set_channel = ad7192_set_channel,
/linux-master/net/ieee802154/
H A Drdev-ops.h81 ret = rdev->ops->set_channel(&rdev->wpan_phy, page, channel);
/linux-master/net/mac80211/
H A Dscan.c981 goto set_channel;
992 set_channel:
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c233 static int set_channel(struct wiphy *wiphy, function
1427 ret = set_channel(wiphy, &settings->chandef);
1706 .set_monitor_channel = set_channel,

Completed in 376 milliseconds

12