Searched defs:gnss_operations (Results 1 – 2 of 2) sorted by relevance
117650 struct gnss_operations { struct117651 int (*open)(struct gnss_device *);117652 void (*close)(struct gnss_device *);117653 int (*write_raw)(struct gnss_device *, const unsigned char *, size_t);
124026 struct gnss_operations { struct124027 int (*open)(struct gnss_device *);124028 void (*close)(struct gnss_device *);124029 int (*write_raw)(struct gnss_device *, const unsigned char *, size_t);