Searched refs:st_data_s (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/ |
D | ti_wilink_st.h | 143 struct st_data_s { struct 168 int st_get_uart_wr_room(struct st_data_s *st_gdata); argument 174 int st_int_write(struct st_data_s*, const unsigned char*, int); 187 void st_tx_wakeup(struct st_data_s *st_data); 190 int st_core_init(struct st_data_s **); 191 void st_core_exit(struct st_data_s *); 194 void st_kim_ref(struct st_data_s **, int); 269 struct st_data_s *core_data; 286 void kim_st_list_protocols(struct st_data_s *, void *); 379 long st_ll_init(struct st_data_s *); [all …]
|
/Linux-v4.19/drivers/misc/ti-st/ |
D | st_ll.c | 30 static void send_ll_cmd(struct st_data_s *st_data, in send_ll_cmd() 39 static void ll_device_want_to_sleep(struct st_data_s *st_data) in ll_device_want_to_sleep() 61 static void ll_device_want_to_wakeup(struct st_data_s *st_data) in ll_device_want_to_wakeup() 99 void st_ll_enable(struct st_data_s *ll) in st_ll_enable() 106 void st_ll_disable(struct st_data_s *ll) in st_ll_disable() 112 void st_ll_wakeup(struct st_data_s *ll) in st_ll_wakeup() 124 unsigned long st_ll_getstate(struct st_data_s *ll) in st_ll_getstate() 131 unsigned long st_ll_sleep_state(struct st_data_s *st_data, in st_ll_sleep_state() 158 long st_ll_init(struct st_data_s *ll) in st_ll_init() 166 long st_ll_deinit(struct st_data_s *ll) in st_ll_deinit()
|
D | st_core.c | 41 static void add_channel_to_table(struct st_data_s *st_gdata, in add_channel_to_table() 50 static void remove_channel_from_table(struct st_data_s *st_gdata, in remove_channel_from_table() 65 int st_get_uart_wr_room(struct st_data_s *st_gdata) in st_get_uart_wr_room() 83 int st_int_write(struct st_data_s *st_gdata, in st_int_write() 104 static void st_send_frame(unsigned char chnl_id, struct st_data_s *st_gdata) in st_send_frame() 144 static void st_reg_complete(struct st_data_s *st_gdata, int err) in st_reg_complete() 164 static inline int st_check_data_len(struct st_data_s *st_gdata, in st_check_data_len() 208 static inline void st_wakeup_ack(struct st_data_s *st_gdata, in st_wakeup_ack() 246 struct st_data_s *st_gdata = (struct st_data_s *)disc_data; in st_int_recv() 399 static struct sk_buff *st_int_dequeue(struct st_data_s *st_gdata) in st_int_dequeue() [all …]
|
D | st_kim.c | 431 struct st_data_s *st_gdata = (struct st_data_s *)disc_data; in st_kim_recv() 673 void st_kim_ref(struct st_data_s **core_data, int id) in st_kim_ref()
|