Searched refs:gps_device_t (Results 1 – 3 of 3) sorted by relevance
36 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev) in gps__get_gps_interface()44 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t)); in open_gps()
950 struct gps_device_t { struct958 const GpsInterface* (*get_gps_interface)(struct gps_device_t* dev); argument