Searched refs:fwdnld_intf_ret_t (Results 1 – 2 of 2) sorted by relevance
31 } fwdnld_intf_ret_t; typedef48 fwdnld_intf_ret_t (*fwdnld_intf_send)(struct fwdnldintf *intf,52 fwdnld_intf_ret_t (*fwdnld_intf_prepare)(struct fwdnldintf *intf, void *params);53 fwdnld_intf_ret_t (*fwdnld_intf_check_ready)(struct fwdnldintf *intf, void *params);55 fwdnld_intf_ret_t (*fwdnld_intf_check_reload)(struct fwdnldintf *intf, uint8_t fw_reload);
26 static fwdnld_intf_ret_t wlan_set_fw_dnld_size(void) in wlan_set_fw_dnld_size()206 static fwdnld_intf_ret_t sdio_prep_for_fwdnld(fwdnld_intf_t *intf, void *settings) in sdio_prep_for_fwdnld()212 static fwdnld_intf_ret_t sdio_post_fwdnld_check_conn_ready(fwdnld_intf_t *intf, void *settings) in sdio_post_fwdnld_check_conn_ready()227 static fwdnld_intf_ret_t sdio_fwdnld_check_reload(fwdnld_intf_t *intf, uint8_t fw_reload) in sdio_fwdnld_check_reload()262 static fwdnld_intf_ret_t sdio_interface_send(fwdnld_intf_t *intf, in sdio_interface_send()272 fwdnld_intf_ret_t ret = FWDNLD_INTF_SUCCESS; in sdio_interface_send()