Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/include/linux/iio/adc/
H A Dad_sigma_delta.h46 int (*set_channel)(struct ad_sigma_delta *, unsigned int channel); member
93 if (sd->info->set_channel) in ad_sigma_delta_set_channel()
94 return sd->info->set_channel(sd, channel); in ad_sigma_delta_set_channel()
/OK3568_Linux_fs/kernel/drivers/staging/vt6655/
H A Dchannel.h16 bool set_channel(struct vnt_private *priv, struct ieee80211_channel *ch);
H A Dchannel.c164 bool set_channel(struct vnt_private *priv, struct ieee80211_channel *ch) in set_channel() function
/OK3568_Linux_fs/kernel/drivers/net/wireless/zydas/zd1211rw/
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.h56 int (*set_channel)(struct zd_rf *rf, u8 channel); member
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()
/OK3568_Linux_fs/kernel/drivers/net/ieee802154/
H A Datusb.c73 int (*set_channel)(struct ieee802154_hw*, u8, u8); member
625 ret = atusb->data->set_channel(hw, page, channel); in atusb_channel()
769 .set_channel = atusb_set_channel,
776 .set_channel = hulusb_set_channel,
783 .set_channel = atusb_channel,
H A Dat86rf230.c49 int (*set_channel)(struct at86rf230_local *, u8, u8); member
1106 rc = lp->data->set_channel(lp, page, channel); in at86rf230_channel()
1323 .set_channel = at86rf230_channel,
1347 .set_channel = at86rf23x_set_channel,
1362 .set_channel = at86rf23x_set_channel,
1377 .set_channel = at86rf212_set_channel,
H A Dfakelb.c117 .set_channel = fakelb_hw_channel,
H A Dmac802154_hwsim.c171 .set_channel = hwsim_hw_channel,
/OK3568_Linux_fs/kernel/include/net/
H A Dmac802154.h217 int (*set_channel)(struct ieee802154_hw *hw, u8 page, member
H A Dcfg802154.h48 int (*set_channel)(struct wpan_phy *wpan_phy, u8 page, u8 channel); member
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/net/mac802154/
H A Dmain.c54 !ops->start || !ops->stop || !ops->set_channel)) in ieee802154_alloc_hw()
H A Ddriver-ops.h66 ret = local->ops->set_channel(&local->hw, page, channel); in drv_set_channel()
H A Dcfg.c459 .set_channel = ieee802154_set_channel,
/OK3568_Linux_fs/kernel/net/ieee802154/
H A Drdev-ops.h81 ret = rdev->ops->set_channel(&rdev->wpan_phy, page, channel); in rdev_set_channel()
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dad7791.c251 .set_channel = ad7791_set_channel,
H A Dad7124.c252 .set_channel = ad7124_set_channel,
H A Dad7793.c204 .set_channel = ad7793_set_channel,
/OK3568_Linux_fs/kernel/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c233 static int set_channel(struct wiphy *wiphy, in set_channel() function
1381 ret = set_channel(wiphy, &settings->chandef); in start_ap()
1659 .set_monitor_channel = set_channel,
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dscan.c957 goto set_channel; in ieee80211_scan_state_set_channel()
987 set_channel: in ieee80211_scan_state_set_channel()

123