Searched defs:dhd_info (Results 1 – 3 of 3) sorted by relevance
61 typedef struct dhd_info { struct63 wl_iw_t iw; /* wireless extensions state (must be first) */65 dhd_pub_t pub;69 dhd_if_t *iflist[DHD_MAX_IFS + DHD_MAX_STATIC_IFS];71 wifi_adapter_info_t *adapter; /* adapter information, interrupt, fw path etc. */72 char fw_path[PATH_MAX]; /* path to firmware image */73 char nv_path[PATH_MAX]; /* path to nvram vars file */74 char clm_path[PATH_MAX]; /* path to clm vars file */75 char conf_path[PATH_MAX]; /* path to config vars file */77 char uc_path[PATH_MAX]; /* path to ucode image */[all …]
79 void *dhd_info; /* review: does it require */ member107 dhd_deferred_work_init(void *dhd_info) in dhd_deferred_work_init()
2455 struct dhd_info *dhd_info; in dhd_idx2net() local4279 dhd_schedule_logtrace(void *dhd_info) in dhd_schedule_logtrace()6328 dhd_info_t *dhd_info = handle; in dhd_deferred_work_rte_log_time_sync() local11882 dhd_inet6_work_handler(void *dhd_info, void *event_data, u8 event) in dhd_inet6_work_handler()15457 dhd_info_t *dhd_info = NULL; in dhd_os_send_hang_message() local17226 dhd_info_t *dhd_info = NULL; in dhd_schedule_memdump() local17473 dhd_info_t *dhd_info = *(dhd_info_t **)DHD_DEV_PRIV_CFG((struct net_device *)dev); in dhd_sssr_dump_dig_buf_before() local17495 dhd_info_t *dhd_info = *(dhd_info_t **)DHD_DEV_PRIV_CFG((struct net_device *)dev); in dhd_sssr_dump_dig_buf_after() local17517 dhd_info_t *dhd_info = *(dhd_info_t **)DHD_DEV_PRIV_CFG((struct net_device *)dev); in dhd_sssr_dump_d11_buf_before() local17533 dhd_info_t *dhd_info = *(dhd_info_t **)DHD_DEV_PRIV_CFG((struct net_device *)dev); in dhd_sssr_dump_d11_buf_after() local[all …]