Home
last modified time | relevance | path

Searched refs:tb (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcpp_bindings.cpp756 struct nlattr **tb = reply.attributes(); in handleResponse() local
760 if (tb[NL80211_ATTR_VENDOR_DATA]) { in handleResponse()
761 mVendorData = (char *)nla_data(tb[NL80211_ATTR_VENDOR_DATA]); in handleResponse()
762 mDataLen = nla_len(tb[NL80211_ATTR_VENDOR_DATA]); in handleResponse()
772 struct nlattr **tb = event.attributes(); in handleEvent() local
777 if (!tb[NL80211_ATTR_VENDOR_ID] || in handleEvent()
778 !tb[NL80211_ATTR_VENDOR_SUBCMD]) in handleEvent()
781 mVendor_id = nla_get_u32(tb[NL80211_ATTR_VENDOR_ID]); in handleEvent()
782 mSubcmd = nla_get_u32(tb[NL80211_ATTR_VENDOR_SUBCMD]); in handleEvent()
787 if (tb[NL80211_ATTR_VENDOR_DATA]) { in handleEvent()
[all …]
Difaceeventhandler.cpp116 if(tb[NL80211_ATTR_REG_ALPHA2]) in handleEvent()
118 memcpy(&code[0], (char *) nla_data(tb[NL80211_ATTR_REG_ALPHA2]), 2); in handleEvent()
186 nla_parse(tb, NL80211_ATTR_MAX, genlmsg_attrdata(gnlh, 0), in handleEvent()
Difaceeventhandler.h56 struct nlattr *tb[NL80211_ATTR_MAX + 1]; variable
Dwifi_hal.cpp968 struct nlattr **tb = reply.attributes(); in handleResponse() local
972 if (!tb[CTRL_ATTR_MCAST_GROUPS]) { in handleResponse()
980 for_each_attr(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], i) { in handleResponse()
/hardware/qcom/wlan/cld80211-lib/
Dcld80211_lib.c199 struct nlattr *tb[CTRL_ATTR_MAX + 1]; in family_handler() local
204 nla_parse(tb, CTRL_ATTR_MAX, genlmsg_attrdata(gnlh, 0), in family_handler()
206 if (!tb[CTRL_ATTR_MCAST_GROUPS]) in family_handler()
209 nla_for_each_nested(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], i) { in family_handler()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_hal.cpp574 struct nlattr **tb = reply.attributes(); in handleResponse() local
579 if (!tb[CTRL_ATTR_MCAST_GROUPS]) { in handleResponse()
586 for_each_attr(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], i) { in handleResponse()
/hardware/intel/img/psb_video/src/
Dtng_hostcode.c1121 IMG_INT tb, td, tx; in tng_update_driver_mv_scaling() local
1125 tb = (uFrameNum * 2) - (uRef1Num * 2); in tng_update_driver_mv_scaling()
1128 iDistScale = (tb * tx + 32) >> 6; in tng_update_driver_mv_scaling()
1140 tb = (uFrameNum * 2) - (uRef0Num * 2); in tng_update_driver_mv_scaling()
1143 iDistScale = (tb * tx + 32) >> 6; in tng_update_driver_mv_scaling()