Home
last modified time | relevance | path

Searched refs:set_channel (Results 1 – 25 of 46) sorted by relevance

12

/openbmc/linux/include/linux/iio/adc/
H A Dad_sigma_delta.h53 int (*set_channel)(struct ad_sigma_delta *, unsigned int channel); member
111 if (sd->info->set_channel) in ad_sigma_delta_set_channel()
112 return sd->info->set_channel(sd, channel); in ad_sigma_delta_set_channel()
/openbmc/linux/drivers/staging/vt6655/
H A Dchannel.h15 bool set_channel(struct vnt_private *priv, struct ieee80211_channel *ch);
H A Dchannel.c81 bool set_channel(struct vnt_private *priv, struct ieee80211_channel *ch) in set_channel() function
/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_rf.h56 int (*set_channel)(struct zd_rf *rf, u8 channel); member
H A Dzd_rf_al2230.c421 rf->set_channel = zd1211b_al2230_set_channel; in zd_rf_init_al2230()
425 rf->set_channel = zd1211_al2230_set_channel; in zd_rf_init_al2230()
H A Dzd_rf_al7230b.c469 rf->set_channel = zd1211b_al7230b_set_channel; in zd_rf_init_al7230b()
474 rf->set_channel = zd1211_al7230b_set_channel; in zd_rf_init_al7230b()
H A Dzd_rf.c118 r = rf->set_channel(rf, channel); in zd_rf_set_channel()
H A Dzd_rf_rf2959.c265 rf->set_channel = rf2959_set_channel; in zd_rf_init_rf2959()
H A Dzd_rf_uw2453.c513 rf->set_channel = uw2453_set_channel; in zd_rf_init_uw2453()
/openbmc/linux/drivers/net/ieee802154/
H A Datusb.c73 int (*set_channel)(struct ieee802154_hw*, u8, u8); member
591 ret = atusb->data->set_channel(hw, page, channel); in atusb_channel()
705 .set_channel = atusb_set_channel,
712 .set_channel = hulusb_set_channel,
719 .set_channel = atusb_channel,
H A Dat86rf230.c48 int (*set_channel)(struct at86rf230_local *, u8, u8); member
1036 rc = lp->data->set_channel(lp, page, channel); in at86rf230_channel()
1253 .set_channel = at86rf230_channel,
1277 .set_channel = at86rf23x_set_channel,
1292 .set_channel = at86rf23x_set_channel,
1307 .set_channel = at86rf212_set_channel,
H A Dfakelb.c117 .set_channel = fakelb_hw_channel,
H A Dmac802154_hwsim.c333 .set_channel = hwsim_hw_channel,
/openbmc/linux/include/net/
H A Dmac802154.h213 int (*set_channel)(struct ieee802154_hw *hw, u8 page, member
H A Dcfg802154.h50 int (*set_channel)(struct wpan_phy *wpan_phy, u8 page, u8 channel); member
/openbmc/linux/Documentation/networking/
H A Dieee802154.rst156 int (*set_channel)(struct ieee802154_hw *hw, u8 page, u8 channel);
178 .. c:function:: int set_channel(struct ieee802154_hw *hw, u8 page, u8 channel)
/openbmc/linux/net/mac802154/
H A Dmain.c54 !ops->start || !ops->stop || !ops->set_channel)) in ieee802154_alloc_hw()
H A Ddriver-ops.h240 ret = local->ops->set_channel(&local->hw, page, channel); in drv_set_channel()
H A Dcfg.c514 .set_channel = ieee802154_set_channel,
/openbmc/linux/drivers/iio/adc/
H A Dad7791.c251 .set_channel = ad7791_set_channel,
H A Dad7793.c204 .set_channel = ad7793_set_channel,
H A Dad7124.c563 .set_channel = ad7124_set_channel,
/openbmc/linux/net/ieee802154/
H A Drdev-ops.h81 ret = rdev->ops->set_channel(&rdev->wpan_phy, page, channel); in rdev_set_channel()
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c235 static int set_channel(struct wiphy *wiphy, in set_channel() function
1433 ret = set_channel(wiphy, &settings->chandef); in start_ap()
1712 .set_monitor_channel = set_channel,
/openbmc/linux/net/mac80211/
H A Dscan.c959 goto set_channel; in ieee80211_scan_state_set_channel()
989 set_channel: in ieee80211_scan_state_set_channel()

12