Searched refs:gps_device_t (Results 1 – 5 of 5) sorted by relevance
37 const GpsInterface* gps__get_gps_interface(struct gps_device_t* dev) in gps__get_gps_interface()45 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t)); in open_gps()
969 struct gps_device_t { struct977 const GpsInterface* (*get_gps_interface)(struct gps_device_t* dev); argument