Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_cmdevt.c1587 MrvlIEtypes_GPIO_TSF_LATCH_REPORT *gpio_tsf_latch_report = MNULL; in wlan_cmd_gpio_tsf_latch() local
1634 gpio_tsf_latch_report = (MrvlIEtypes_GPIO_TSF_LATCH_REPORT *)tlv; in wlan_cmd_gpio_tsf_latch()
1635 (void)memset(gpio_tsf_latch_report, 0, sizeof(MrvlIEtypes_GPIO_TSF_LATCH_REPORT)); in wlan_cmd_gpio_tsf_latch()
1636 gpio_tsf_latch_report->header.type = wlan_cpu_to_le16(TLV_TYPE_GPIO_TSF_LATCH_REPORT); in wlan_cmd_gpio_tsf_latch()
1637 gpio_tsf_latch_report->header.len = in wlan_cmd_gpio_tsf_latch()
1639 gpio_tsf_latch_report->tsf_format = wlan_cpu_to_le16(tsf_info->tsf_format); in wlan_cmd_gpio_tsf_latch()
1663 MrvlIEtypes_GPIO_TSF_LATCH_REPORT *gpio_tsf_latch_report = MNULL; in wlan_ret_gpio_tsf_latch() local
1714gpio_tsf_latch_report = (MrvlIEtypes_GPIO_TSF_LATCH_REPORT *)tlv; in wlan_ret_gpio_tsf_latch()
1715 … cfg->param.tsf_info.tsf_format = wlan_le16_to_cpu(gpio_tsf_latch_report->tsf_format); in wlan_ret_gpio_tsf_latch()
1716 … cfg->param.tsf_info.tsf_info = wlan_le16_to_cpu(gpio_tsf_latch_report->tsf_info); in wlan_ret_gpio_tsf_latch()
[all …]