Searched refs:device_connected (Results 1 – 2 of 2) sorted by relevance
283 if (this->device_connected) { in pb_phy_initcom()292 this->device_connected = NULL; in pb_phy_initcom()300 this->device_connected = (bool *) bs_calloc(n, sizeof(bool)); in pb_phy_initcom()330 this->device_connected[d] = true; in pb_phy_initcom()356 this->device_connected[d] = false; in pb_phy_free_one_device()367 if (this->device_connected != NULL) { in pb_phy_disconnect_devices()382 if (this->device_connected) { in pb_phy_disconnect_devices()383 free(this->device_connected); in pb_phy_disconnect_devices()384 this->device_connected = NULL; in pb_phy_disconnect_devices()411 if ((this->device_connected == NULL) || (!this->device_connected[d])) { in pb_phy_is_connected_to_device()
32 bool *device_connected; member