Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dti_wilink_st.h130 struct st_data_s { struct
155 int st_get_uart_wr_room(struct st_data_s *st_gdata); argument
161 int st_int_write(struct st_data_s*, const unsigned char*, int);
174 void st_tx_wakeup(struct st_data_s *st_data);
177 int st_core_init(struct st_data_s **);
178 void st_core_exit(struct st_data_s *);
181 void st_kim_ref(struct st_data_s **, int);
256 struct st_data_s *core_data;
273 void kim_st_list_protocols(struct st_data_s *, void *);
366 long st_ll_init(struct st_data_s *);
[all …]
/Linux-v6.6/drivers/misc/ti-st/
Dst_ll.c17 static void send_ll_cmd(struct st_data_s *st_data, in send_ll_cmd()
26 static void ll_device_want_to_sleep(struct st_data_s *st_data) in ll_device_want_to_sleep()
48 static void ll_device_want_to_wakeup(struct st_data_s *st_data) in ll_device_want_to_wakeup()
86 void st_ll_enable(struct st_data_s *ll) in st_ll_enable()
93 void st_ll_disable(struct st_data_s *ll) in st_ll_disable()
99 void st_ll_wakeup(struct st_data_s *ll) in st_ll_wakeup()
111 unsigned long st_ll_getstate(struct st_data_s *ll) in st_ll_getstate()
118 unsigned long st_ll_sleep_state(struct st_data_s *st_data, in st_ll_sleep_state()
145 long st_ll_init(struct st_data_s *ll) in st_ll_init()
153 long st_ll_deinit(struct st_data_s *ll) in st_ll_deinit()
Dst_core.c27 static void add_channel_to_table(struct st_data_s *st_gdata, in add_channel_to_table()
36 static void remove_channel_from_table(struct st_data_s *st_gdata, in remove_channel_from_table()
51 int st_get_uart_wr_room(struct st_data_s *st_gdata) in st_get_uart_wr_room()
69 int st_int_write(struct st_data_s *st_gdata, in st_int_write()
90 static void st_send_frame(unsigned char chnl_id, struct st_data_s *st_gdata) in st_send_frame()
130 static void st_reg_complete(struct st_data_s *st_gdata, int err) in st_reg_complete()
150 static inline int st_check_data_len(struct st_data_s *st_gdata, in st_check_data_len()
196 static inline void st_wakeup_ack(struct st_data_s *st_gdata, in st_wakeup_ack()
233 struct st_data_s *st_gdata = (struct st_data_s *)disc_data; in st_int_recv()
392 static struct sk_buff *st_int_dequeue(struct st_data_s *st_gdata) in st_int_dequeue()
[all …]
Dst_kim.c422 struct st_data_s *st_gdata = (struct st_data_s *)disc_data; in st_kim_recv()
670 void st_kim_ref(struct st_data_s **core_data, int id) in st_kim_ref()