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

/linux-master/drivers/misc/ti-st/
H A Dst_ll.c17 static void send_ll_cmd(struct st_data_s *st_data,
26 static void ll_device_want_to_sleep(struct st_data_s *st_data)
48 static void ll_device_want_to_wakeup(struct st_data_s *st_data)
86 void st_ll_enable(struct st_data_s *ll)
93 void st_ll_disable(struct st_data_s *ll)
99 void st_ll_wakeup(struct st_data_s *ll)
111 unsigned long st_ll_getstate(struct st_data_s *ll)
118 unsigned long st_ll_sleep_state(struct st_data_s *st_data,
145 long st_ll_init(struct st_data_s *ll)
153 long st_ll_deinit(struct st_data_s *l
[all...]
H A Dst_core.c28 static void add_channel_to_table(struct st_data_s *st_gdata,
37 static void remove_channel_from_table(struct st_data_s *st_gdata,
52 int st_get_uart_wr_room(struct st_data_s *st_gdata)
70 int st_int_write(struct st_data_s *st_gdata,
91 static void st_send_frame(unsigned char chnl_id, struct st_data_s *st_gdata)
131 static void st_reg_complete(struct st_data_s *st_gdata, int err)
151 static inline int st_check_data_len(struct st_data_s *st_gdata,
197 static inline void st_wakeup_ack(struct st_data_s *st_gdata,
234 struct st_data_s *st_gdata = (struct st_data_s *)disc_dat
[all...]
H A Dst_kim.c422 struct st_data_s *st_gdata = (struct st_data_s *)disc_data;
670 void st_kim_ref(struct st_data_s **core_data, int id)
/linux-master/include/linux/
H A Dti_wilink_st.h94 * struct st_data_s - ST core internal structure
130 struct st_data_s { struct
155 int st_get_uart_wr_room(struct st_data_s *st_gdata);
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 *, voi
[all...]

Completed in 249 milliseconds