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

/linux-4.4.14/drivers/staging/vt6655/
H A Dchannel.h30 bool set_channel(void *pDeviceHandler, struct ieee80211_channel *);
H A Dchannel.c169 * set_channel() - Set NIC media channel
177 bool set_channel(void *pDeviceHandler, struct ieee80211_channel *ch) set_channel() function
H A Ddevice_main.c1286 set_channel(priv, conf->chandef.chan); vnt_config()
/linux-4.4.14/include/linux/iio/adc/
H A Dad_sigma_delta.h34 * @set_channel: Will be called to select the current channel, may be NULL.
44 int (*set_channel)(struct ad_sigma_delta *, unsigned int channel); member in struct:ad_sigma_delta_info
84 if (sd->info->set_channel) ad_sigma_delta_set_channel()
85 return sd->info->set_channel(sd, channel); ad_sigma_delta_set_channel()
/linux-4.4.14/drivers/net/wireless/zd1211rw/
H A Dzd_rf.c130 r = rf->set_channel(rf, channel); zd_rf_set_channel()
H A Dzd_rf.h68 int (*set_channel)(struct zd_rf *rf, u8 channel); member in struct:zd_rf
H A Dzd_rf_al2230.c433 rf->set_channel = zd1211b_al2230_set_channel; zd_rf_init_al2230()
437 rf->set_channel = zd1211_al2230_set_channel; zd_rf_init_al2230()
H A Dzd_rf_al7230b.c481 rf->set_channel = zd1211b_al7230b_set_channel; zd_rf_init_al7230b()
486 rf->set_channel = zd1211_al7230b_set_channel; zd_rf_init_al7230b()
H A Dzd_rf_rf2959.c277 rf->set_channel = rf2959_set_channel; zd_rf_init_rf2959()
H A Dzd_rf_uw2453.c525 rf->set_channel = uw2453_set_channel; zd_rf_init_uw2453()
/linux-4.4.14/drivers/net/ieee802154/
H A Dfakelb.c119 .set_channel = fakelb_hw_channel,
H A Dat86rf230.c57 int (*set_channel)(struct at86rf230_local *, u8, u8); member in struct:at86rf2xx_chip_data
1092 rc = lp->data->set_channel(lp, page, channel); at86rf230_channel()
1314 .set_channel = at86rf230_channel,
1338 .set_channel = at86rf23x_set_channel,
1353 .set_channel = at86rf23x_set_channel,
1368 .set_channel = at86rf212_set_channel,
H A Datusb.c507 .set_channel = atusb_channel,
H A Dcc2520.c732 .set_channel = cc2520_set_channel,
H A Dmrf24j40.c1011 .set_channel = mrf24j40_set_channel,
/linux-4.4.14/net/mac802154/
H A Ddriver-ops.h68 ret = local->ops->set_channel(&local->hw, page, channel); drv_set_channel()
H A Dmain.c62 !ops->start || !ops->stop || !ops->set_channel)) ieee802154_alloc_hw()
H A Dmib.c41 pr_debug("set_channel failed\n"); mac802154_dev_set_page_channel()
H A Dcfg.c465 .set_channel = ieee802154_set_channel,
/linux-4.4.14/include/net/
H A Dmac802154.h178 * set_channel:
226 int (*set_channel)(struct ieee802154_hw *hw, u8 page, member in struct:ieee802154_ops
H A Dcfg802154.h56 int (*set_channel)(struct wpan_phy *wpan_phy, u8 page, u8 channel); member in struct:cfg802154_ops
/linux-4.4.14/drivers/iio/adc/
H A Dad7791.c193 .set_channel = ad7791_set_channel,
H A Dad7793.c205 .set_channel = ad7793_set_channel,
/linux-4.4.14/net/ieee802154/
H A Drdev-ops.h80 ret = rdev->ops->set_channel(&rdev->wpan_phy, page, channel); rdev_set_channel()
H A Dnl802154.c534 CMD(set_channel, SET_CHANNEL); nl802154_send_wpan_phy()
/linux-4.4.14/drivers/net/wireless/
H A Drndis_wlan.c1281 static int set_channel(struct usbnet *usbdev, int channel) set_channel() function
2220 ret = set_channel(usbdev, chan); rndis_connect()
2222 netdev_dbg(usbdev->net, "connect: set_channel failed, %d\n", rndis_connect()
2344 ret = set_channel(usbdev, chan); rndis_join_ibss()
2346 netdev_dbg(usbdev->net, "join_ibss: set_channel failed, %d\n", rndis_join_ibss()
/linux-4.4.14/drivers/staging/wilc1000/
H A Dwilc_wfi_cfgoperations.c648 * @brief set_channel
660 static int set_channel(struct wiphy *wiphy, set_channel() function
2894 s32Error = set_channel(wiphy, &settings->chandef); start_ap()
3214 .set_monitor_channel = set_channel,
/linux-4.4.14/drivers/staging/iio/adc/
H A Dad7192.c178 .set_channel = ad7192_set_channel,

Completed in 556 milliseconds