Home
last modified time | relevance | path

Searched refs:st_data_s (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Dti_wilink_st.h144 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-4.1.27/drivers/misc/ti-st/
Dst_ll.c31 static void send_ll_cmd(struct st_data_s *st_data, in send_ll_cmd()
40 static void ll_device_want_to_sleep(struct st_data_s *st_data) in ll_device_want_to_sleep()
68 static void ll_device_want_to_wakeup(struct st_data_s *st_data) in ll_device_want_to_wakeup()
112 void st_ll_enable(struct st_data_s *ll) in st_ll_enable()
119 void st_ll_disable(struct st_data_s *ll) in st_ll_disable()
125 void st_ll_wakeup(struct st_data_s *ll) in st_ll_wakeup()
137 unsigned long st_ll_getstate(struct st_data_s *ll) in st_ll_getstate()
144 unsigned long st_ll_sleep_state(struct st_data_s *st_data, in st_ll_sleep_state()
171 long st_ll_init(struct st_data_s *ll) in st_ll_init()
179 long st_ll_deinit(struct st_data_s *ll) in st_ll_deinit()
Dst_core.c41 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, char 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 …]
Dst_kim.c438 struct st_data_s *st_gdata = (struct st_data_s *)disc_data; in st_kim_recv()
691 void st_kim_ref(struct st_data_s **core_data, int id) in st_kim_ref()