Home
last modified time | relevance | path

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

/linux/drivers/gnss/
A Dserial.c24 struct gnss_serial *gserial = gnss_get_drvdata(gdev); in gnss_serial_open()
51 struct gnss_serial *gserial = gnss_get_drvdata(gdev); in gnss_serial_close()
62 struct gnss_serial *gserial = gnss_get_drvdata(gdev); in gnss_serial_write_raw()
126 struct gnss_serial *gserial; in gnss_serial_allocate()
164 void gnss_serial_free(struct gnss_serial *gserial) in gnss_serial_free()
171 int gnss_serial_register(struct gnss_serial *gserial) in gnss_serial_register()
200 void gnss_serial_deregister(struct gnss_serial *gserial) in gnss_serial_deregister()
216 struct gnss_serial *gserial = dev_get_drvdata(dev); in gnss_serial_runtime_suspend()
223 struct gnss_serial *gserial = dev_get_drvdata(dev); in gnss_serial_runtime_resume()
240 struct gnss_serial *gserial = dev_get_drvdata(dev); in gnss_serial_suspend()
[all …]
A Dserial.h14 struct gnss_serial { struct
29 int (*set_power)(struct gnss_serial *gserial, argument
35 struct gnss_serial *gnss_serial_allocate(struct serdev_device *gserial,
37 void gnss_serial_free(struct gnss_serial *gserial);
39 int gnss_serial_register(struct gnss_serial *gserial);
40 void gnss_serial_deregister(struct gnss_serial *gserial);
42 static inline void *gnss_serial_get_drvdata(struct gnss_serial *gserial) in gnss_serial_get_drvdata()
A Dmtk.c24 static int mtk_set_active(struct gnss_serial *gserial) in mtk_set_active()
36 static int mtk_set_standby(struct gnss_serial *gserial) in mtk_set_standby()
48 static int mtk_set_power(struct gnss_serial *gserial, in mtk_set_power()
68 struct gnss_serial *gserial; in mtk_probe()
122 struct gnss_serial *gserial = serdev_device_get_drvdata(serdev); in mtk_remove()
A Dubx.c24 static int ubx_set_active(struct gnss_serial *gserial) in ubx_set_active()
36 static int ubx_set_standby(struct gnss_serial *gserial) in ubx_set_standby()
48 static int ubx_set_power(struct gnss_serial *gserial, in ubx_set_power()
68 struct gnss_serial *gserial; in ubx_probe()
122 struct gnss_serial *gserial = serdev_device_get_drvdata(serdev); in ubx_remove()

Completed in 7 milliseconds