Searched defs:this (Results 1 – 1 of 1) sorted by relevance
/babblesim_base-3.7.0/libPhyComv1/src/ |
D | bs_pc_base.c | 211 static int phy_test_and_create_lock_file(pb_phy_state_t *this, const char *phy_id){ in phy_test_and_create_lock_file() 224 int pb_device_test_and_create_lock_file(pb_dev_state_t *this, const char *phy_id, unsigned int dev_… in pb_device_test_and_create_lock_file() 252 int pb_phy_initcom(pb_phy_state_t *this, const char* s, const char *p, uint n) { in pb_phy_initcom() 308 void pb_phy_free_one_device(pb_phy_state_t *this, int d) { in pb_phy_free_one_device() 336 void pb_phy_disconnect_devices(pb_phy_state_t *this) { in pb_phy_disconnect_devices() 381 int pb_phy_is_connected_to_device(pb_phy_state_t *this, uint d){ in pb_phy_is_connected_to_device() 392 void pb_phy_resp_wait(pb_phy_state_t *this, uint d) { in pb_phy_resp_wait() 402 pc_header_t pb_phy_get_next_request(pb_phy_state_t *this, uint d) { in pb_phy_get_next_request() 419 void pb_phy_get_wait_s(pb_phy_state_t *this, uint d, pb_wait_t *wait_s) { in pb_phy_get_wait_s() 438 int pb_dev_init_com(pb_dev_state_t *this, uint d, const char* s, const char *p) { in pb_dev_init_com() [all …]
|