Lines Matching defs:pub

8480 init_dhd_timeouts(dhd_pub_t *pub)  in init_dhd_timeouts()
8506 deinit_dhd_timeouts(dhd_pub_t *pub) in deinit_dhd_timeouts()
8544 dhd_pub_t *pub = (dhd_pub_t *)ctx; in dhd_cmd_timeout() local
8577 dhd_start_cmd_timer(dhd_pub_t *pub) in dhd_start_cmd_timer()
8618 dhd_stop_cmd_timer(dhd_pub_t *pub) in dhd_stop_cmd_timer()
8653 __dhd_stop_join_timer(dhd_pub_t *pub) in __dhd_stop_join_timer()
8681 dhd_pub_t *pub = (dhd_pub_t *)ctx; in dhd_join_timeout() local
8710 dhd_start_join_timer(dhd_pub_t *pub) in dhd_start_join_timer()
8751 dhd_stop_join_timer(dhd_pub_t *pub) in dhd_stop_join_timer()
8769 dhd_set_join_error(dhd_pub_t *pub, uint32 mask) in dhd_set_join_error()
8778 dhd_clear_join_error(dhd_pub_t *pub, uint32 mask) in dhd_clear_join_error()
8802 dhd_pub_t *pub = (dhd_pub_t *)ctx; in dhd_scan_timeout() local
8829 dhd_start_scan_timer(dhd_pub_t *pub, bool is_escan) in dhd_start_scan_timer()
8882 dhd_stop_scan_timer(dhd_pub_t *pub, bool is_escan, uint16 sync_id) in dhd_stop_scan_timer()
8928 dhd_pub_t *pub = (dhd_pub_t *)ctx; in dhd_bus_timeout() local
8964 dhd_start_bus_timer(dhd_pub_t *pub) in dhd_start_bus_timer()
9004 dhd_stop_bus_timer(dhd_pub_t *pub) in dhd_stop_bus_timer()
9040 dhd_set_request_id(dhd_pub_t *pub, uint16 id, uint32 cmd) in dhd_set_request_id()
9053 dhd_get_request_id(dhd_pub_t *pub) in dhd_get_request_id()
9063 dhd_get_scan_to_val(dhd_pub_t *pub, uint32 *to_val) in dhd_get_scan_to_val()
9073 dhd_set_scan_to_val(dhd_pub_t *pub, uint32 to_val) in dhd_set_scan_to_val()
9082 dhd_get_join_to_val(dhd_pub_t *pub, uint32 *to_val) in dhd_get_join_to_val()
9092 dhd_set_join_to_val(dhd_pub_t *pub, uint32 to_val) in dhd_set_join_to_val()
9101 dhd_get_cmd_to_val(dhd_pub_t *pub, uint32 *to_val) in dhd_get_cmd_to_val()
9111 dhd_set_cmd_to_val(dhd_pub_t *pub, uint32 to_val) in dhd_set_cmd_to_val()
9120 dhd_get_bus_to_val(dhd_pub_t *pub, uint32 *to_val) in dhd_get_bus_to_val()
9130 dhd_set_bus_to_val(dhd_pub_t *pub, uint32 to_val) in dhd_set_bus_to_val()
11708 dhd_iovar(dhd_pub_t *pub, int ifidx, char *name, char *param_buf, uint param_len, char *res_buf, in dhd_iovar()