Searched refs:gpio_tsf_latch_config (Results 1 – 4 of 4) sorted by relevance
1586 MrvlIEtypes_GPIO_TSF_LATCH_CONFIG *gpio_tsf_latch_config = MNULL; in wlan_cmd_gpio_tsf_latch() local1599 gpio_tsf_latch_config = (MrvlIEtypes_GPIO_TSF_LATCH_CONFIG *)tlv; in wlan_cmd_gpio_tsf_latch()1600 gpio_tsf_latch_config->header.type = wlan_cpu_to_le16(TLV_TYPE_GPIO_TSF_LATCH_CONFIG); in wlan_cmd_gpio_tsf_latch()1601 gpio_tsf_latch_config->header.len = in wlan_cmd_gpio_tsf_latch()1603 gpio_tsf_latch_config->clock_sync_mode = cfg->clock_sync_mode; in wlan_cmd_gpio_tsf_latch()1604 gpio_tsf_latch_config->clock_sync_Role = cfg->clock_sync_Role; in wlan_cmd_gpio_tsf_latch()1605 gpio_tsf_latch_config->clock_sync_gpio_pin_number = cfg->clock_sync_gpio_pin_number; in wlan_cmd_gpio_tsf_latch()1606 gpio_tsf_latch_config->clock_sync_gpio_level_toggle = cfg->clock_sync_gpio_level_toggle; in wlan_cmd_gpio_tsf_latch()1607 …gpio_tsf_latch_config->clock_sync_gpio_pulse_width = wlan_cpu_to_le16(cfg->clock_sync_gpio_pulse_… in wlan_cmd_gpio_tsf_latch()1624 gpio_tsf_latch_config = (MrvlIEtypes_GPIO_TSF_LATCH_CONFIG *)tlv; in wlan_cmd_gpio_tsf_latch()[all …]
881 &misc_cfg->param.gpio_tsf_latch_config); in wlan_misc_gpio_tsf_latch_config()
7914 (void)memcpy((void *)&misc.param.gpio_tsf_latch_config, (const void *)tsf_latch, in wifi_set_clocksync_cfg()7915 sizeof(misc.param.gpio_tsf_latch_config)); in wifi_set_clocksync_cfg()
4247 mlan_ds_gpio_tsf_latch gpio_tsf_latch_config; member