Searched refs:conn_tries (Results 1 – 3 of 3) sorted by relevance
384 hh_cb.devices[i].conn_tries = 0 ; in HID_HostAddDev()488 hh_cb.devices[dev_handle].conn_tries = 1; in HID_HostOpenDev()554 hh_cb.devices[dev_handle].conn_tries = HID_HOST_MAX_CONN_RETRY + 1; in HID_HostCloseDev()561 hh_cb.devices[dev_handle].conn_tries = HID_HOST_MAX_CONN_RETRY + 1; in HID_HostCloseDev()
292 hh_cb.devices[p_tle->param].conn_tries++; in hidh_proc_repage_timeout()294 HID_HDEV_EVT_RETRYING, hh_cb.devices[p_tle->param].conn_tries, NULL ) ; in hidh_proc_repage_timeout()329 if ( p_dev->conn_tries <= HID_HOST_MAX_CONN_RETRY ) { in hidh_sec_check_complete_orig()384 if ( (hh_cb.devices[dhandle].conn_tries <= HID_HOST_MAX_CONN_RETRY) && in hidh_l2cif_connect_cfm()617 hh_cb.devices[dhandle].conn_tries = 0; in hidh_l2cif_disconnect_ind()
42 UINT8 conn_tries; /* Remembers to the number of connection attempts while CONNECTING */ member