/linux/include/linux/iio/adc/ |
H A D | ad_sigma_delta.h | 58 int (*set_channel)(struct ad_sigma_delta *, unsigned int channel); member 119 if (sd->info->set_channel) in ad_sigma_delta_set_channel() 120 return sd->info->set_channel(sd, channel); in ad_sigma_delta_set_channel()
|
/linux/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_rf.h | 56 int (*set_channel)(struct zd_rf *rf, u8 channel); member
|
H A D | zd_rf_al2230.c | 421 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 D | zd_rf_al7230b.c | 469 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 D | zd_rf.c | 118 r = rf->set_channel(rf, channel); in zd_rf_set_channel()
|
H A D | zd_rf_rf2959.c | 265 rf->set_channel = rf2959_set_channel; in zd_rf_init_rf2959()
|
H A D | zd_rf_uw2453.c | 513 rf->set_channel = uw2453_set_channel; in zd_rf_init_uw2453()
|
/linux/drivers/net/ieee802154/ |
H A D | atusb.c | 73 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 D | at86rf230.c | 47 int (*set_channel)(struct at86rf230_local *, u8, u8); member 1035 rc = lp->data->set_channel(lp, page, channel); in at86rf230_channel() 1252 .set_channel = at86rf230_channel, 1276 .set_channel = at86rf23x_set_channel, 1291 .set_channel = at86rf23x_set_channel, 1306 .set_channel = at86rf212_set_channel,
|
/linux/drivers/net/wireless/mediatek/mt76/mt76x2/ |
H A D | usb.c | 35 .set_channel = mt76x2u_set_channel, in mt76x2u_probe()
|
H A D | pci.c | 28 .set_channel = mt76x2e_set_channel, in mt76x2e_probe()
|
/linux/include/net/ |
H A D | mac802154.h | 213 int (*set_channel)(struct ieee802154_hw *hw, u8 page, member
|
H A D | cfg802154.h | 51 int (*set_channel)(struct wpan_phy *wpan_phy, u8 page, u8 channel); member
|
/linux/Documentation/networking/ |
H A D | ieee802154.rst | 156 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)
|
/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | mmio.c | 185 .set_channel = mt7615_set_channel, in mt7615_mmio_probe()
|
H A D | sdio.c | 90 .set_channel = mt7615_set_channel, in mt7663s_probe()
|
H A D | usb.c | 126 .set_channel = mt7615_set_channel, in mt7663u_probe()
|
/linux/net/mac802154/ |
H A D | main.c | 54 !ops->start || !ops->stop || !ops->set_channel)) in ieee802154_alloc_hw()
|
H A D | driver-ops.h | 240 ret = local->ops->set_channel(&local->hw, page, channel); in drv_set_channel()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | sdio.c | 106 .set_channel = mt7921_set_channel, in mt7921s_probe()
|
H A D | usb.c | 157 .set_channel = mt7921_set_channel, in mt7921u_probe()
|
/linux/drivers/net/wireless/mediatek/mt76/mt76x0/ |
H A D | usb.c | 220 .set_channel = mt76x0_set_channel, in mt76x0u_probe()
|
H A D | pci.c | 162 .set_channel = mt76x0_set_channel, in mt76x0e_probe()
|
/linux/drivers/iio/adc/ |
H A D | ad7791.c | 251 .set_channel = ad7791_set_channel,
|
/linux/net/ieee802154/ |
H A D | rdev-ops.h | 81 ret = rdev->ops->set_channel(&rdev->wpan_phy, page, channel); in rdev_set_channel()
|