Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dti_wilink_st.h130 struct st_data_s { struct
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;
366 long st_ll_init(struct st_data_s *);
367 long st_ll_deinit(struct st_data_s *);
373 void st_ll_enable(struct st_data_s *);
374 void st_ll_disable(struct st_data_s *);
[all …]
/openbmc/linux/drivers/misc/ti-st/
H A 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()
H A Dst_core.c70 int st_int_write(struct st_data_s *st_gdata, in st_int_write()
234 struct st_data_s *st_gdata = (struct st_data_s *)disc_data; in st_int_recv()
459 struct st_data_s *st_gdata = container_of(work, struct st_data_s, in work_fn_write_wakeup()
464 void st_tx_wakeup(struct st_data_s *st_data) in st_tx_wakeup()
525 struct st_data_s *st_gdata; in st_register()
643 struct st_data_s *st_gdata; in st_unregister()
691 struct st_data_s *st_gdata; in st_write()
722 struct st_data_s *st_gdata; in st_tty_open()
752 struct st_data_s *st_gdata = tty->disc_data; in st_tty_close()
816 struct st_data_s *st_gdata = tty->disc_data; in st_tty_wakeup()
[all …]
H A 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()