Home
last modified time | relevance | path

Searched refs:convert_host_vdev_param_tlv (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c2371 static inline uint32_t convert_host_vdev_param_tlv(uint32_t host_param) in convert_host_vdev_param_tlv() function
2383 static inline uint32_t convert_host_vdev_param_tlv(uint32_t host_param) in convert_host_vdev_param_tlv() function
2501 dev_paramid = convert_host_vdev_param_tlv(params->params[index].param_id); in convert_host_pdev_vdev_param_id_to_target()
3053 vdev_param = convert_host_vdev_param_tlv(param->param_id); in send_vdev_set_param_cmd_tlv()
21819 .convert_host_vdev_param_tlv = convert_host_vdev_param_tlv,
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_priv.h2481 uint32_t (*convert_host_vdev_param_tlv)(uint32_t param_id); member