Lines Matching refs:driver_obj
35 mp_location_obj_t *driver_obj = m_new_obj(mp_location_obj_t); in location_obj_make_new() local
36 if (!driver_obj) { in location_obj_make_new()
40 driver_obj->Base.type = &driver_location_type; in location_obj_make_new()
41 driver_obj->ModuleName = "location"; in location_obj_make_new()
43 return MP_OBJ_FROM_PTR(driver_obj); in location_obj_make_new()
56 mp_location_obj_t *driver_obj = (mp_location_obj_t *)self; in obj_open() local
57 if (driver_obj == NULL) { in obj_open()
77 mp_location_obj_t *driver_obj = (mp_location_obj_t *)self; in obj_close() local
78 if (driver_obj == NULL) { in obj_close()
98 mp_location_obj_t *driver_obj = (mp_location_obj_t *)self; in obj_accessedWifi() local
99 if (driver_obj == NULL) { in obj_accessedWifi()
119 mp_location_obj_t *driver_obj = (mp_location_obj_t *)self; in obj_scannedWifi() local
120 if (driver_obj == NULL) { in obj_scannedWifi()
140 mp_location_obj_t *driver_obj = (mp_location_obj_t *)self; in obj_accessedLbs() local
141 if (driver_obj == NULL) { in obj_accessedLbs()
161 mp_location_obj_t *driver_obj = (mp_location_obj_t *)self; in obj_nearbts() local
162 if (driver_obj == NULL) { in obj_nearbts()