Searched refs:st5481_adapter (Results 1 – 5 of 5) sorted by relevance
/drivers/isdn/hisax/ |
D | st5481_d.c | 19 static void ph_connect(struct st5481_adapter *adapter); 20 static void ph_disconnect(struct st5481_adapter *adapter); 56 static inline void D_L1L2(struct st5481_adapter *adapter, int pr, void *arg) in D_L1L2() 66 struct st5481_adapter *adapter = fi->userdata; in l1_go_f3() 78 struct st5481_adapter *adapter = fi->userdata; in l1_go_f6() 89 struct st5481_adapter *adapter = fi->userdata; in l1_go_f7() 100 struct st5481_adapter *adapter = fi->userdata; in l1_go_f8() 111 struct st5481_adapter *adapter = fi->userdata; in l1_timer3() 126 struct st5481_adapter *adapter = fi->userdata; in l1_activate() 287 struct st5481_adapter *adapter = context; in dout_stop_event() [all …]
|
D | st5481.h | 362 struct st5481_adapter *adapter; 372 struct st5481_adapter *adapter; 379 struct st5481_adapter { struct 437 int st5481_setup_d(struct st5481_adapter *adapter); 438 void st5481_release_d(struct st5481_adapter *adapter); 444 void st5481_ph_command(struct st5481_adapter *adapter, unsigned int command); 451 void st5481_usb_pipe_reset(struct st5481_adapter *adapter, 453 void st5481_usb_device_ctrl_msg(struct st5481_adapter *adapter, 456 int st5481_setup_usb(struct st5481_adapter *adapter); 457 void st5481_release_usb(struct st5481_adapter *adapter); [all …]
|
D | st5481_usb.c | 29 struct st5481_adapter *adapter) in usb_next_ctrl_msg() 60 static void usb_ctrl_msg(struct st5481_adapter *adapter, in usb_ctrl_msg() 88 void st5481_usb_device_ctrl_msg(struct st5481_adapter *adapter, in st5481_usb_device_ctrl_msg() 100 void st5481_usb_pipe_reset(struct st5481_adapter *adapter, in st5481_usb_pipe_reset() 116 void st5481_ph_command(struct st5481_adapter *adapter, unsigned int command) in st5481_ph_command() 130 struct st5481_adapter *adapter = urb->context; in usb_ctrl_complete() 179 struct st5481_adapter *adapter = urb->context; in usb_int_complete() 238 int st5481_setup_usb(struct st5481_adapter *adapter) in st5481_setup_usb() 330 void st5481_release_usb(struct st5481_adapter *adapter) in st5481_release_usb() 352 void st5481_start(struct st5481_adapter *adapter) in st5481_start() [all …]
|
D | st5481_init.c | 61 struct st5481_adapter *adapter; in probe_st5481() 70 adapter = kzalloc(sizeof(struct st5481_adapter), GFP_KERNEL); in probe_st5481() 135 struct st5481_adapter *adapter = usb_get_intfdata(intf); in disconnect_st5481()
|
D | st5481_b.c | 33 struct st5481_adapter *adapter = bcs->adapter; in usb_b_out() 147 static void led_blink(struct st5481_adapter *adapter) in led_blink() 169 struct st5481_adapter *adapter = bcs->adapter; in usb_b_out_complete() 203 struct st5481_adapter *adapter = bcs->adapter; in st5481B_mode()
|