Searched refs:gnss_serial (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/gnss/ |
H A D | serial.h | 14 struct gnss_serial { struct 29 int (*set_power)(struct gnss_serial *gserial, 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()
|
H A D | serial.c | 24 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() 86 struct gnss_serial *gserial = serdev_device_get_drvdata(serdev); in gnss_serial_receive_buf() 97 static int gnss_serial_set_power(struct gnss_serial *gserial, in gnss_serial_set_power() 112 struct gnss_serial *gserial = serdev_device_get_drvdata(serdev); in gnss_serial_parse_dt() 123 struct gnss_serial *gnss_serial_allocate(struct serdev_device *serdev, in gnss_serial_allocate() 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 *gseria [all...] |
H A D | mtk.c | 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() 122 struct gnss_serial *gserial = serdev_device_get_drvdata(serdev); in mtk_remove()
|
H A D | ubx.c | 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() 122 struct gnss_serial *gserial = serdev_device_get_drvdata(serdev); in ubx_remove()
|
/kernel/linux/linux-6.6/drivers/gnss/ |
H A D | serial.h | 14 struct gnss_serial { struct 29 int (*set_power)(struct gnss_serial *gserial, 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()
|
H A D | serial.c | 24 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() 86 struct gnss_serial *gserial = serdev_device_get_drvdata(serdev); in gnss_serial_receive_buf() 97 static int gnss_serial_set_power(struct gnss_serial *gserial, in gnss_serial_set_power() 112 struct gnss_serial *gserial = serdev_device_get_drvdata(serdev); in gnss_serial_parse_dt() 123 struct gnss_serial *gnss_serial_allocate(struct serdev_device *serdev, in gnss_serial_allocate() 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 *gseria [all...] |
H A D | ubx.c | 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() 122 struct gnss_serial *gserial = serdev_device_get_drvdata(serdev); in ubx_remove()
|
H A D | mtk.c | 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() 122 struct gnss_serial *gserial = serdev_device_get_drvdata(serdev); in mtk_remove()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_gnss.c | 86 struct gnss_serial *gnss = container_of(work, struct gnss_serial, in ice_gnss_read() 168 * * pointer to initialized gnss_serial struct - success 171 static struct gnss_serial *ice_gnss_struct_init(struct ice_pf *pf) in ice_gnss_struct_init() 175 struct gnss_serial *gnss; in ice_gnss_struct_init() 182 pf->gnss_serial = gnss; in ice_gnss_struct_init() 209 struct gnss_serial *gnss; in ice_gnss_open() 217 gnss = pf->gnss_serial; in ice_gnss_open() 235 struct gnss_serial *gnss; in ice_gnss_close() 240 gnss = pf->gnss_serial; in ice_gnss_close() [all...] |
H A D | ice_gnss.h | 26 * struct gnss_serial - data used to initialize GNSS TTY port 31 struct gnss_serial { struct
|
H A D | ice.h | 577 struct gnss_serial *gnss_serial; member
|
Completed in 7 milliseconds