| /linux-6.15/include/linux/iio/adc/ |
| H A D | ad_sigma_delta.h | 60 int (*set_channel)(struct ad_sigma_delta *, unsigned int channel); member 124 if (sd->info->set_channel) in ad_sigma_delta_set_channel() 125 return sd->info->set_channel(sd, channel); in ad_sigma_delta_set_channel()
|
| /linux-6.15/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-6.15/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,
|
| H A D | fakelb.c | 117 .set_channel = fakelb_hw_channel,
|
| /linux-6.15/drivers/edac/ |
| H A D | mem_repair.c | 121 MR_ATTR_STORE(channel, set_channel, unsigned long, kstrtoul) in MR_ATTR_STORE() 255 if (ops->set_channel)
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt76x2/ |
| H A D | usb.c | 37 .set_channel = mt76x2u_set_channel, in mt76x2u_probe()
|
| H A D | pci.c | 29 .set_channel = mt76x2e_set_channel, in mt76x2e_probe()
|
| /linux-6.15/include/net/ |
| H A D | mac802154.h | 213 int (*set_channel)(struct ieee802154_hw *hw, u8 page, member
|
| /linux-6.15/Documentation/networking/ |
| H A D | ieee802154.rst | 158 int (*set_channel)(struct ieee802154_hw *hw, u8 page, u8 channel); 180 .. c:function:: int set_channel(struct ieee802154_hw *hw, u8 page, u8 channel)
|
| /linux-6.15/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-6.15/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-6.15/drivers/net/wireless/mediatek/mt76/mt7921/ |
| H A D | usb.c | 160 .set_channel = mt7921_set_channel, in mt7921u_probe()
|
| H A D | sdio.c | 106 .set_channel = mt7921_set_channel, in mt7921s_probe()
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt76x0/ |
| H A D | pci.c | 163 .set_channel = mt76x0_set_channel, in mt76x0e_probe()
|
| H A D | usb.c | 221 .set_channel = mt76x0_set_channel, in mt76x0u_probe()
|
| /linux-6.15/drivers/iio/adc/ |
| H A D | ad7791.c | 251 .set_channel = ad7791_set_channel,
|