Home
last modified time | relevance | path

Searched defs:this (Results 1 – 1 of 1) sorted by relevance

/babblesim_base-3.4.0/libPhyComv1/src/
Dbs_pc_base.c211 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 static int device_test_and_create_lock_file(pb_dev_state_t *this, const char *phy_id, unsigned int … in 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()
307 void pb_phy_free_one_device(pb_phy_state_t *this, int d) { in pb_phy_free_one_device()
335 void pb_phy_disconnect_devices(pb_phy_state_t *this) { in pb_phy_disconnect_devices()
380 int pb_phy_is_connected_to_device(pb_phy_state_t *this, uint d){ in pb_phy_is_connected_to_device()
391 void pb_phy_resp_wait(pb_phy_state_t *this, uint d) { in pb_phy_resp_wait()
401 pc_header_t pb_phy_get_next_request(pb_phy_state_t *this, uint d) { in pb_phy_get_next_request()
418 void pb_phy_get_wait_s(pb_phy_state_t *this, uint d, pb_wait_t *wait_s) { in pb_phy_get_wait_s()
437 int pb_dev_init_com(pb_dev_state_t *this, uint d, const char* s, const char *p) { in pb_dev_init_com()
[all …]