Searched defs:gserial (Results 1 – 5 of 5) sorted by relevance
24 struct gnss_serial *gserial = gnss_get_drvdata(gdev); in gnss_serial_open() local51 struct gnss_serial *gserial = gnss_get_drvdata(gdev); in gnss_serial_close() local62 struct gnss_serial *gserial = gnss_get_drvdata(gdev); in gnss_serial_write_raw() local126 struct gnss_serial *gserial; in gnss_serial_allocate() local164 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() local223 struct gnss_serial *gserial = dev_get_drvdata(dev); in gnss_serial_runtime_resume() local240 struct gnss_serial *gserial = dev_get_drvdata(dev); in gnss_serial_suspend() local[all …]
24 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() local122 struct gnss_serial *gserial = serdev_device_get_drvdata(serdev); in mtk_remove() local
24 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() local122 struct gnss_serial *gserial = serdev_device_get_drvdata(serdev); in ubx_remove() local
42 static inline void *gnss_serial_get_drvdata(struct gnss_serial *gserial) in gnss_serial_get_drvdata()
34 struct gserial { struct47 void (*connect)(struct gserial *p); argument48 void (*disconnect)(struct gserial *p); argument49 int (*send_break)(struct gserial *p, int duration); argument
Completed in 7 milliseconds