Searched refs:st_gdata (Results 1 – 3 of 3) sorted by relevance
55 if (unlikely(st_gdata == NULL || st_gdata->tty == NULL)) { in st_get_uart_wr_room()75 if (unlikely(st_gdata == NULL || st_gdata->tty == NULL)) { in st_int_write()79 tty = st_gdata->tty; in st_int_write()97 (st_gdata == NULL || st_gdata->rx_skb == NULL in st_send_frame()113 (st_gdata->list[chnl_id]->priv_data, st_gdata->rx_skb) in st_send_frame()273 st_send_frame(st_gdata->rx_chnl, st_gdata); in st_int_recv()280 proto = st_gdata->list[st_gdata->rx_chnl]; in st_int_recv()380 st_gdata->rx_count = st_gdata->list[type]->hdr_len; in st_int_recv()872 if (!st_gdata) { in st_core_init()898 kfree(st_gdata); in st_core_init()[all …]
429 struct st_data_s *st_gdata = (struct st_data_s *)disc_data; in st_kim_recv() local430 struct kim_data_s *kim_gdata = st_gdata->kim_data; in st_kim_recv()
155 int st_get_uart_wr_room(struct st_data_s *st_gdata);
Completed in 12 milliseconds