set_channel
.set_channel = cxl_mem_sparing_set_channel, \
MR_ATTR_STORE(channel, set_channel, unsigned long, kstrtoul)
if (ops->set_channel)
.set_channel = ad7124_set_channel,
.set_channel = ad7173_set_channel,
.set_channel = ad7173_set_channel,
.set_channel = ad7173_set_channel,
.set_channel = ad7191_set_channel,
.set_channel = ad7192_set_channel,
.set_channel = ad7192_set_channel,
.set_channel = ad7791_set_channel,
.set_channel = ad7793_set_channel,
.set_channel = adf7242_channel,
rc = lp->data->set_channel(lp, page, channel);
.set_channel = at86rf230_channel,
.set_channel = at86rf23x_set_channel,
.set_channel = at86rf23x_set_channel,
.set_channel = at86rf212_set_channel,
int (*set_channel)(struct at86rf230_local *, u8, u8);
ret = atusb->data->set_channel(hw, page, channel);
.set_channel = atusb_set_channel,
.set_channel = hulusb_set_channel,
.set_channel = atusb_channel,
int (*set_channel)(struct ieee802154_hw*, u8, u8);
.set_channel = ca8210_set_channel,
.set_channel = cc2520_set_channel,
.set_channel = fakelb_hw_channel,
.set_channel = hwsim_hw_channel,
.set_channel = mcr20a_set_channel,
.set_channel = mrf24j40_set_channel,
ret = dev->drv->set_channel(phy);
int (*set_channel)(struct mt76_phy *phy);
.set_channel = mt7603_set_channel,
.set_channel = mt7615_set_channel,
.set_channel = mt7615_set_channel,
.set_channel = mt7615_set_channel,
.set_channel = mt76x0_set_channel,
.set_channel = mt76x0_set_channel,
.set_channel = mt76x2e_set_channel,
.set_channel = mt76x2u_set_channel,
.set_channel = mt7915_set_channel,
.set_channel = mt7921_set_channel,
.set_channel = mt7921_set_channel,
.set_channel = mt7921_set_channel,
.set_channel = mt7996_set_channel,
ret = set_channel(wiphy, dev, &settings->chandef);
.set_monitor_channel = set_channel,
chip->ops->set_channel(rtwdev, center_chan, bandwidth,
void (*set_channel)(struct rtw_dev *rtwdev, u8 channel,
.set_channel = rtw8703b_set_channel,
.set_channel = rtw8723d_set_channel,
.set_channel = rtw88xxa_set_channel,
.set_channel = rtw8814a_set_channel,
.set_channel = rtw88xxa_set_channel,
.set_channel = rtw8821c_set_channel,
.set_channel = rtw8822b_set_channel,
.set_channel = rtw8822c_set_channel,
chip->ops->set_channel(rtwdev, chan, mac_idx, phy_idx);
void (*set_channel)(struct rtw89_dev *rtwdev,
.set_channel = rtw8851b_set_channel,
.set_channel = rtw8852a_set_channel,
.set_channel = rtw8852b_set_channel,
.set_channel = rtw8852bt_set_channel,
.set_channel = rtw8852c_set_channel,
.set_channel = rtw8922a_set_channel,
r = rf->set_channel(rf, channel);
int (*set_channel)(struct zd_rf *rf, u8 channel);
rf->set_channel = zd1211b_al2230_set_channel;
rf->set_channel = zd1211_al2230_set_channel;
rf->set_channel = zd1211b_al7230b_set_channel;
rf->set_channel = zd1211_al7230b_set_channel;
rf->set_channel = rf2959_set_channel;
rf->set_channel = uw2453_set_channel;
int (*set_channel)(struct device *dev, void *drv_data, u32 val);
if (sd->info->set_channel)
return sd->info->set_channel(sd, channel);
int (*set_channel)(struct ad_sigma_delta *, unsigned int channel);
int (*set_channel)(struct wpan_phy *wpan_phy, u8 page, u8 channel);
int (*set_channel)(struct ieee802154_hw *hw, u8 page,
CMD(set_channel, SET_CHANNEL);
ret = rdev->ops->set_channel(&rdev->wpan_phy, page, channel);
goto set_channel;
set_channel:
.set_channel = ieee802154_set_channel,
ret = local->ops->set_channel(&local->hw, page, channel);
!ops->start || !ops->stop || !ops->set_channel))