Home
last modified time | relevance | path

Searched refs:st_gdata (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/misc/ti-st/
Dst_core.c29 static void add_channel_to_table(struct st_data_s *st_gdata, in add_channel_to_table() argument
34 st_gdata->list[new_proto->chnl_id] = new_proto; in add_channel_to_table()
35 st_gdata->is_registered[new_proto->chnl_id] = true; in add_channel_to_table()
38 static void remove_channel_from_table(struct st_data_s *st_gdata, in remove_channel_from_table() argument
43 st_gdata->is_registered[proto->chnl_id] = false; in remove_channel_from_table()
53 int st_get_uart_wr_room(struct st_data_s *st_gdata) in st_get_uart_wr_room() argument
55 if (unlikely(st_gdata == NULL || st_gdata->tty == NULL)) { in st_get_uart_wr_room()
60 return tty_write_room(st_gdata->tty); in st_get_uart_wr_room()
71 int st_int_write(struct st_data_s *st_gdata, in st_int_write() argument
75 if (unlikely(st_gdata == NULL || st_gdata->tty == NULL)) { in st_int_write()
[all …]
Dst_kim.c429 struct st_data_s *st_gdata = (struct st_data_s *)disc_data; in st_kim_recv() local
430 struct kim_data_s *kim_gdata = st_gdata->kim_data; in st_kim_recv()
/Linux-v6.1/include/linux/
Dti_wilink_st.h155 int st_get_uart_wr_room(struct st_data_s *st_gdata);