Searched defs:gserial (Results 1 – 4 of 4) sorted by relevance
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
23 struct gnss_serial *gserial = gnss_get_drvdata(gdev); in gnss_serial_open() local50 struct gnss_serial *gserial = gnss_get_drvdata(gdev); in gnss_serial_close() local61 struct gnss_serial *gserial = gnss_get_drvdata(gdev); in gnss_serial_write_raw() local85 struct gnss_serial *gserial = serdev_device_get_drvdata(serdev); in gnss_serial_receive_buf() local96 static int gnss_serial_set_power(struct gnss_serial *gserial, in gnss_serial_set_power()111 struct gnss_serial *gserial = serdev_device_get_drvdata(serdev); in gnss_serial_parse_dt() local125 struct gnss_serial *gserial; in gnss_serial_allocate() local163 void gnss_serial_free(struct gnss_serial *gserial) in gnss_serial_free()170 int gnss_serial_register(struct gnss_serial *gserial) in gnss_serial_register()199 void gnss_serial_deregister(struct gnss_serial *gserial) in gnss_serial_deregister()[all …]
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()