Searched defs:chinfo (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/ath/ath5k/
H A Deeprom.c670 struct ath5k_chan_pcal_info *chinfo; local
677 chinfo = ee->ee_pwr_cal_a;
682 chinfo = ee->ee_pwr_cal_b;
687 chinfo = ee->ee_pwr_cal_g;
694 if (!chinfo[pier].pd_curves)
699 &chinfo[pier].pd_curves[pdg];
705 kfree(chinfo[pier].pd_curves);
715 struct ath5k_chan_pcal_info *chinfo)
726 pcinfo = &chinfo[pier].rf5111_info;
729 chinfo[pie
714 ath5k_eeprom_convert_pcal_info_5111(struct ath5k_hw *ah, int mode, struct ath5k_chan_pcal_info *chinfo) argument
902 ath5k_eeprom_convert_pcal_info_5112(struct ath5k_hw *ah, int mode, struct ath5k_chan_pcal_info *chinfo) argument
1194 ath5k_eeprom_convert_pcal_info_2413(struct ath5k_hw *ah, int mode, struct ath5k_chan_pcal_info *chinfo) argument
1283 struct ath5k_chan_pcal_info *chinfo; local
[all...]
/drivers/rpmsg/
H A Dvirtio_rpmsg_bus.c475 struct rpmsg_channel_info *chinfo = data; local
478 if (chinfo->src != RPMSG_ADDR_ANY && chinfo->src != rpdev->src)
481 if (chinfo->dst != RPMSG_ADDR_ANY && chinfo->dst != rpdev->dst)
484 if (strncmp(chinfo->name, rpdev->id.name, RPMSG_NAME_SIZE))
497 struct rpmsg_channel_info *chinfo)
504 tmp = device_find_child(dev, chinfo, rpmsg_channel_match);
509 chinfo->name, chinfo
496 rpmsg_create_channel(struct virtproc_info *vrp, struct rpmsg_channel_info *chinfo) argument
552 rpmsg_destroy_channel(struct virtproc_info *vrp, struct rpmsg_channel_info *chinfo) argument
896 struct rpmsg_channel_info chinfo; local
[all...]
/drivers/staging/unisys/virthba/
H A Dvirthba.c174 struct chaninfo chinfo; member in struct:virthba_info
431 pChannelHeader = virthbainfo->chinfo.queueinfo->chan;
557 virthbainfo->chinfo.queueinfo = &virtpcidev->queueinfo;
559 spin_lock_init(&virthbainfo->chinfo.insertlock);
581 writeq(readq(&virthbainfo->chinfo.queueinfo->chan->Features) |
583 &virthbainfo->chinfo.queueinfo->chan->Features);
586 virthbainfo->chinfo.queueinfo, &virthbainfo->chinfo.threadinfo);
588 pChannelHeader = virthbainfo->chinfo.queueinfo->chan;
594 if (!uisthread_start(&virthbainfo->chinfo
[all...]

Completed in 92 milliseconds