Home
last modified time | relevance | path

Searched refs:sinfo (Results 1 – 18 of 18) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/platform/arm/
Djuno_opp.c42 struct scpi_dvfs_info *sinfo; in init_juno_opps_from_scpi() local
54 sinfo = sops->dvfs_get_info(2); in init_juno_opps_from_scpi()
55 if (IS_ERR_OR_NULL(sinfo)) in init_juno_opps_from_scpi()
56 return PTR_ERR(sinfo); in init_juno_opps_from_scpi()
58 for (i = 0; i < sinfo->count; i++) { in init_juno_opps_from_scpi()
59 struct scpi_opp *e = &sinfo->opps[i]; in init_juno_opps_from_scpi()
97 struct scpi_dvfs_info *sinfo; in term_opps() local
109 sinfo = sops->dvfs_get_info(2); in term_opps()
110 if (IS_ERR_OR_NULL(sinfo)) in term_opps()
111 return PTR_ERR(sinfo); in term_opps()
[all …]
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Dsta_info.c603 struct station_info *sinfo = NULL; in sta_info_insert_finish() local
614 sinfo = kzalloc(sizeof(struct station_info), GFP_KERNEL); in sta_info_insert_finish()
615 if (!sinfo) { in sta_info_insert_finish()
653 sinfo->generation = local->sta_generation; in sta_info_insert_finish()
654 cfg80211_new_sta(sdata->dev, sta->sta.addr, sinfo, GFP_KERNEL); in sta_info_insert_finish()
655 kfree(sinfo); in sta_info_insert_finish()
676 kfree(sinfo); in sta_info_insert_finish()
1025 struct station_info *sinfo; in __sta_info_destroy_part2() local
1068 sinfo = kzalloc(sizeof(*sinfo), GFP_KERNEL); in __sta_info_destroy_part2()
1069 if (sinfo) in __sta_info_destroy_part2()
[all …]
Dethtool.c73 struct station_info sinfo; in ieee80211_get_stats() local
88 data[i++] += sinfo.tx_packets; \ in ieee80211_get_stats()
89 data[i++] += sinfo.tx_bytes; \ in ieee80211_get_stats()
109 memset(&sinfo, 0, sizeof(sinfo)); in ieee80211_get_stats()
110 sta_set_sinfo(sta, &sinfo, false); in ieee80211_get_stats()
118 if (sinfo.filled & BIT_ULL(NL80211_STA_INFO_TX_BITRATE)) in ieee80211_get_stats()
120 cfg80211_calculate_bitrate(&sinfo.txrate); in ieee80211_get_stats()
122 if (sinfo.filled & BIT_ULL(NL80211_STA_INFO_RX_BITRATE)) in ieee80211_get_stats()
124 cfg80211_calculate_bitrate(&sinfo.rxrate); in ieee80211_get_stats()
127 if (sinfo.filled & BIT_ULL(NL80211_STA_INFO_SIGNAL_AVG)) in ieee80211_get_stats()
[all …]
Dsta_info.h787 void sta_set_sinfo(struct sta_info *sta, struct station_info *sinfo,
Ddriver-ops.h561 struct station_info *sinfo) in drv_sta_statistics() argument
569 local->ops->sta_statistics(&local->hw, &sdata->vif, sta, sinfo); in drv_sta_statistics()
Dcfg.c761 int idx, u8 *mac, struct station_info *sinfo) in ieee80211_dump_station() argument
774 sta_set_sinfo(sta, sinfo, true); in ieee80211_dump_station()
796 const u8 *mac, struct station_info *sinfo) in ieee80211_get_station() argument
808 sta_set_sinfo(sta, sinfo, true); in ieee80211_get_station()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
Dwal_cfg80211_apt.c70 const oal_station_info_stru *sinfo) in cfg80211_new_sta() argument
82 if (sinfo->assoc_req_ies_len == 0) { in cfg80211_new_sta()
84 (uintptr_t)sinfo->assoc_req_ies, sinfo->assoc_req_ies_len); in cfg80211_new_sta()
88 new_sta_info.ielen = sinfo->assoc_req_ies_len; in cfg80211_new_sta()
95 new_sta_info.ie = (hi_u8 *)oal_memalloc(sinfo->assoc_req_ies_len); in cfg80211_new_sta()
100 …if (memcpy_s(new_sta_info.ie, sinfo->assoc_req_ies_len, sinfo->assoc_req_ies, sinfo->assoc_req_ies… in cfg80211_new_sta()
Dwal_cfg80211_apt.h70 const oal_station_info_stru *sinfo);
/device/soc/telink/b91/liteos_m/src/
Dmain.c102 struct stat sinfo; in LittlefsInit() local
103 if (!(stat(DIR_DATA, &sinfo) == 0 && S_ISDIR(sinfo.st_mode))) { in LittlefsInit()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Dioctl_cfg80211.c2560 …_mesh_only_sta_info(struct mesh_plink_ent *plink, struct sta_info *sta, struct station_info *sinfo) in rtw_cfg80211_fill_mesh_only_sta_info() argument
2562 sinfo->filled |= STATION_INFO_LLID; in rtw_cfg80211_fill_mesh_only_sta_info()
2563 sinfo->llid = plink->llid; in rtw_cfg80211_fill_mesh_only_sta_info()
2564 sinfo->filled |= STATION_INFO_PLID; in rtw_cfg80211_fill_mesh_only_sta_info()
2565 sinfo->plid = plink->plid; in rtw_cfg80211_fill_mesh_only_sta_info()
2566 sinfo->filled |= STATION_INFO_PLINK_STATE; in rtw_cfg80211_fill_mesh_only_sta_info()
2567 sinfo->plink_state = rtw_plink_state_to_nl80211_plink_state(plink->plink_state); in rtw_cfg80211_fill_mesh_only_sta_info()
2569 sinfo->filled |= STATION_INFO_SIGNAL; in rtw_cfg80211_fill_mesh_only_sta_info()
2570 sinfo->signal = translate_percentage_to_dbm(plink->scanned->network.PhyInfo.SignalStrength); in rtw_cfg80211_fill_mesh_only_sta_info()
2571 sinfo->filled |= STATION_INFO_INACTIVE_TIME; in rtw_cfg80211_fill_mesh_only_sta_info()
[all …]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
Dmali_kbase_csf_firmware.c867 struct kbase_csf_cmd_stream_info *sinfo, in parse_cmd_stream_info() argument
870 sinfo->kbdev = kbdev; in parse_cmd_stream_info()
871 sinfo->features = stream_base[STREAM_FEATURES/4]; in parse_cmd_stream_info()
872 sinfo->input = iface_gpu_va_to_cpu(kbdev, in parse_cmd_stream_info()
874 sinfo->output = iface_gpu_va_to_cpu(kbdev, in parse_cmd_stream_info()
877 if (sinfo->input == NULL || sinfo->output == NULL) in parse_cmd_stream_info()
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Dwl_cfg80211.c444 struct station_info *sinfo);
448 struct station_info *sinfo);
7450 const u8 *mac, struct station_info *sinfo) in wl_cfg80211_get_station() argument
7453 u8 *mac, struct station_info *sinfo) in wl_cfg80211_get_station()
7589 sinfo->filled |= STA_INFO_BIT(INFO_RX_BITRATE); in wl_cfg80211_get_station()
7590 sinfo->rxrate.legacy = sta->rx_rate / 100; in wl_cfg80211_get_station()
7615 sinfo->filled |= STA_INFO_BIT(INFO_SIGNAL); in wl_cfg80211_get_station()
7616 sinfo->signal = rssi; in wl_cfg80211_get_station()
7628 sinfo->chain_signal[cnt] = rssi_ant_mimo.rssi_ant[cnt]; in wl_cfg80211_get_station()
7633 sinfo->chains = chains; in wl_cfg80211_get_station()
[all …]
Dwl_cfgvif.c4411 struct station_info sinfo; in wl_notify_connect_status_ap() local
4491 memset_s(&sinfo, sizeof(sinfo), 0, sizeof(sinfo)); in wl_notify_connect_status_ap()
4498 sinfo.filled = STA_INFO_BIT(INFO_ASSOC_REQ_IES); in wl_notify_connect_status_ap()
4504 sinfo.assoc_req_ies = data; in wl_notify_connect_status_ap()
4505 sinfo.assoc_req_ies_len = len; in wl_notify_connect_status_ap()
4512 cfg80211_new_sta(ndev, e->addr.octet, &sinfo, GFP_ATOMIC); in wl_notify_connect_status_ap()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dwl_cfg80211.c511 struct station_info *sinfo);
515 struct station_info *sinfo);
7851 const u8 *mac, struct station_info *sinfo) in wl_cfg80211_get_station() argument
7854 u8 *mac, struct station_info *sinfo) in wl_cfg80211_get_station()
7978 sinfo->filled |= STA_INFO_BIT(INFO_SIGNAL); in wl_cfg80211_get_station()
7979 sinfo->signal = rssi; in wl_cfg80211_get_station()
7993 sinfo->filled |= STA_INFO_BIT(INFO_TX_BITRATE); in wl_cfg80211_get_station()
7994 sinfo->txrate.legacy = rate * 5; in wl_cfg80211_get_station()
8028 sinfo->rx_packets = pktcnt.rx_good_pkt; in wl_cfg80211_get_station()
8029 sinfo->rx_dropped_misc = pktcnt.rx_bad_pkt; in wl_cfg80211_get_station()
[all …]
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Dwl_cfg80211.c534 const u8 *mac, struct station_info *sinfo);
537 u8 *mac, struct station_info *sinfo);
7997 const u8 *mac, struct station_info *sinfo) in wl_cfg80211_get_station() argument
8000 struct station_info *sinfo) in wl_cfg80211_get_station()
8132 sinfo->filled |= STA_INFO_BIT(INFO_SIGNAL); in wl_cfg80211_get_station()
8133 sinfo->signal = rssi; in wl_cfg80211_get_station()
8147 sinfo->filled |= STA_INFO_BIT(INFO_TX_BITRATE); in wl_cfg80211_get_station()
8148 sinfo->txrate.legacy = rate * 5; in wl_cfg80211_get_station()
8182 sinfo->rx_packets = pktcnt.rx_good_pkt; in wl_cfg80211_get_station()
8183 sinfo->rx_dropped_misc = pktcnt.rx_bad_pkt; in wl_cfg80211_get_station()
[all …]
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Dwl_cfg80211.c488 struct station_info *sinfo);
492 struct station_info *sinfo);
6568 const u8 *mac, struct station_info *sinfo) in wl_cfg80211_get_station() argument
6571 u8 *mac, struct station_info *sinfo) in wl_cfg80211_get_station()
6596 sinfo->filled = STA_INFO_BIT(INFO_INACTIVE_TIME); in wl_cfg80211_get_station()
6603 sinfo->inactive_time = sta->idle * 1000; in wl_cfg80211_get_station()
6606 sinfo->filled |= STA_INFO_BIT(INFO_CONNECTED_TIME); in wl_cfg80211_get_station()
6607 sinfo->connected_time = sta->in; in wl_cfg80211_get_station()
6610 bcm_ether_ntoa((const struct ether_addr *)mac, eabuf), sinfo->inactive_time, in wl_cfg80211_get_station()
6692 sinfo->filled |= STA_INFO_BIT(INFO_TX_BITRATE); in wl_cfg80211_get_station()
[all …]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
Dhifb_main.c658 static void hifb_screeninfo_init(struct hifb_info *info, struct hifb_screeninfo *sinfo) in hifb_screeninfo_init() argument
660 info->vinfo.xres = sinfo->xres; in hifb_screeninfo_init()
661 info->vinfo.yres = sinfo->yres; in hifb_screeninfo_init()
662 info->oinfo.sarea = sinfo->sarea; in hifb_screeninfo_init()
663 info->oinfo.bpp = sinfo->bpp; in hifb_screeninfo_init()
664 info->oinfo.stride = sinfo->stride; in hifb_screeninfo_init()
665 info->oinfo.accl = sinfo->accl; in hifb_screeninfo_init()
666 info->vinfo.nplanes = sinfo->nplanes; in hifb_screeninfo_init()
667 info->vinfo.noverlays = sinfo->noverlays; in hifb_screeninfo_init()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/include/net/
Dmac80211.h3886 struct station_info *sinfo);