/linux-6.12.1/include/linux/iio/adc/ |
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-6.12.1/drivers/staging/vt6655/ |
D | channel.h | 15 bool set_channel(struct vnt_private *priv, struct ieee80211_channel *ch);
|
D | channel.c | 81 bool set_channel(struct vnt_private *priv, struct ieee80211_channel *ch) in set_channel() function
|
/linux-6.12.1/drivers/net/wireless/zydas/zd1211rw/ |
D | zd_rf.h | 56 int (*set_channel)(struct zd_rf *rf, u8 channel); member
|
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()
|
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()
|
D | zd_rf.c | 118 r = rf->set_channel(rf, channel); in zd_rf_set_channel()
|
D | zd_rf_rf2959.c | 265 rf->set_channel = rf2959_set_channel; in zd_rf_init_rf2959()
|
D | zd_rf_uw2453.c | 513 rf->set_channel = uw2453_set_channel; in zd_rf_init_uw2453()
|
/linux-6.12.1/drivers/net/ieee802154/ |
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,
|
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,
|
D | fakelb.c | 117 .set_channel = fakelb_hw_channel,
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt76x2/ |
D | usb.c | 35 .set_channel = mt76x2u_set_channel, in mt76x2u_probe()
|
D | pci.c | 28 .set_channel = mt76x2e_set_channel, in mt76x2e_probe()
|
/linux-6.12.1/include/net/ |
D | mac802154.h | 213 int (*set_channel)(struct ieee802154_hw *hw, u8 page, member
|
/linux-6.12.1/Documentation/networking/ |
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-6.12.1/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | sdio.c | 90 .set_channel = mt7615_set_channel, in mt7663s_probe()
|
D | mmio.c | 185 .set_channel = mt7615_set_channel, in mt7615_mmio_probe()
|
D | usb.c | 126 .set_channel = mt7615_set_channel, in mt7663u_probe()
|
/linux-6.12.1/net/mac802154/ |
D | main.c | 54 !ops->start || !ops->stop || !ops->set_channel)) in ieee802154_alloc_hw()
|
D | driver-ops.h | 240 ret = local->ops->set_channel(&local->hw, page, channel); in drv_set_channel()
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt76x0/ |
D | usb.c | 220 .set_channel = mt76x0_set_channel, in mt76x0u_probe()
|
D | pci.c | 162 .set_channel = mt76x0_set_channel, in mt76x0e_probe()
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7921/ |
D | usb.c | 157 .set_channel = mt7921_set_channel, in mt7921u_probe()
|
D | sdio.c | 106 .set_channel = mt7921_set_channel, in mt7921s_probe()
|