• Home
  • Raw
  • Download

Lines Matching defs:st_gdata

30 static void add_channel_to_table(struct st_data_s *st_gdata,  in add_channel_to_table()
39 static void remove_channel_from_table(struct st_data_s *st_gdata, in remove_channel_from_table()
54 int st_get_uart_wr_room(struct st_data_s *st_gdata) in st_get_uart_wr_room()
72 int st_int_write(struct st_data_s *st_gdata, in st_int_write()
93 static void st_send_frame(unsigned char chnl_id, struct st_data_s *st_gdata) in st_send_frame()
133 static void st_reg_complete(struct st_data_s *st_gdata, int err) in st_reg_complete()
153 static inline int st_check_data_len(struct st_data_s *st_gdata, in st_check_data_len()
199 static inline void st_wakeup_ack(struct st_data_s *st_gdata, in st_wakeup_ack()
238 struct st_data_s *st_gdata = (struct st_data_s *)disc_data; in st_int_recv() local
399 static struct sk_buff *st_int_dequeue(struct st_data_s *st_gdata) in st_int_dequeue()
421 static void st_int_enqueue(struct st_data_s *st_gdata, struct sk_buff *skb) in st_int_enqueue()
465 struct st_data_s *st_gdata = container_of(work, struct st_data_s, in work_fn_write_wakeup() local
515 void kim_st_list_protocols(struct st_data_s *st_gdata, void *buf) in kim_st_list_protocols()
531 struct st_data_s *st_gdata; in st_register() local
649 struct st_data_s *st_gdata; in st_unregister() local
697 struct st_data_s *st_gdata; in st_write() local
728 struct st_data_s *st_gdata; in st_tty_open() local
758 struct st_data_s *st_gdata = tty->disc_data; in st_tty_close() local
822 struct st_data_s *st_gdata = tty->disc_data; in st_tty_wakeup() local
837 struct st_data_s *st_gdata = tty->disc_data; in st_tty_flush_buffer() local
861 struct st_data_s *st_gdata; in st_core_init() local
905 void st_core_exit(struct st_data_s *st_gdata) in st_core_exit()