Home
last modified time | relevance | path

Searched refs:gnss_device (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dgnss.h19 struct gnss_device;
31 int (*open)(struct gnss_device *gdev);
32 void (*close)(struct gnss_device *gdev);
33 int (*write_raw)(struct gnss_device *gdev, const unsigned char *buf,
37 struct gnss_device { struct
58 struct gnss_device *gnss_allocate_device(struct device *parent); argument
59 void gnss_put_device(struct gnss_device *gdev);
60 int gnss_register_device(struct gnss_device *gdev);
61 void gnss_deregister_device(struct gnss_device *gdev);
63 int gnss_insert_raw(struct gnss_device *gdev, const unsigned char *buf,
[all …]