Symbol: c67x00_sie
drivers/usb/c67x00/c67x00-drv.c
34
static void c67x00_probe_sie(struct c67x00_sie *sie,
drivers/usb/c67x00/c67x00-drv.c
60
static void c67x00_remove_sie(struct c67x00_sie *sie)
drivers/usb/c67x00/c67x00-drv.c
75
struct c67x00_sie *sie;
drivers/usb/c67x00/c67x00-hcd.c
236
static void c67x00_hcd_irq(struct c67x00_sie *sie, u16 int_status, u16 msg)
drivers/usb/c67x00/c67x00-hcd.c
329
int c67x00_hcd_probe(struct c67x00_sie *sie)
drivers/usb/c67x00/c67x00-hcd.c
33
static void c67x00_hub_reset_host_port(struct c67x00_sie *sie, int port)
drivers/usb/c67x00/c67x00-hcd.c
391
void c67x00_hcd_remove(struct c67x00_sie *sie)
drivers/usb/c67x00/c67x00-hcd.c
50
struct c67x00_sie *sie = c67x00->sie;
drivers/usb/c67x00/c67x00-hcd.c
70
struct c67x00_sie *sie = c67x00->sie;
drivers/usb/c67x00/c67x00-hcd.h
101
int c67x00_hcd_probe(struct c67x00_sie *sie);
drivers/usb/c67x00/c67x00-hcd.h
102
void c67x00_hcd_remove(struct c67x00_sie *sie);
drivers/usb/c67x00/c67x00-hcd.h
57
struct c67x00_sie *sie;
drivers/usb/c67x00/c67x00-ll-hpi.c
221
void c67x00_ll_hpi_enable_sofeop(struct c67x00_sie *sie)
drivers/usb/c67x00/c67x00-ll-hpi.c
227
void c67x00_ll_hpi_disable_sofeop(struct c67x00_sie *sie)
drivers/usb/c67x00/c67x00-ll-hpi.c
260
u16 c67x00_ll_get_usb_ctl(struct c67x00_sie *sie)
drivers/usb/c67x00/c67x00-ll-hpi.c
268
void c67x00_ll_usb_clear_status(struct c67x00_sie *sie, u16 bits)
drivers/usb/c67x00/c67x00-ll-hpi.c
273
u16 c67x00_ll_usb_get_status(struct c67x00_sie *sie)
drivers/usb/c67x00/c67x00-ll-hpi.c
306
static inline void c67x00_ll_husb_sie_init(struct c67x00_sie *sie)
drivers/usb/c67x00/c67x00-ll-hpi.c
316
void c67x00_ll_husb_reset(struct c67x00_sie *sie, int port)
drivers/usb/c67x00/c67x00-ll-hpi.c
328
void c67x00_ll_husb_set_current_td(struct c67x00_sie *sie, u16 addr)
drivers/usb/c67x00/c67x00-ll-hpi.c
333
u16 c67x00_ll_husb_get_current_td(struct c67x00_sie *sie)
drivers/usb/c67x00/c67x00-ll-hpi.c
338
u16 c67x00_ll_husb_get_frame(struct c67x00_sie *sie)
drivers/usb/c67x00/c67x00-ll-hpi.c
343
void c67x00_ll_husb_init_host_port(struct c67x00_sie *sie)
drivers/usb/c67x00/c67x00-ll-hpi.c
356
void c67x00_ll_husb_reset_port(struct c67x00_sie *sie, int port)
drivers/usb/c67x00/c67x00.h
196
void (*irq) (struct c67x00_sie *sie, u16 int_status, u16 msg);
drivers/usb/c67x00/c67x00.h
238
struct c67x00_sie sie[C67X00_SIES];
drivers/usb/c67x00/c67x00.h
250
void c67x00_ll_hpi_enable_sofeop(struct c67x00_sie *sie);
drivers/usb/c67x00/c67x00.h
251
void c67x00_ll_hpi_disable_sofeop(struct c67x00_sie *sie);
drivers/usb/c67x00/c67x00.h
255
u16 c67x00_ll_get_usb_ctl(struct c67x00_sie *sie);
drivers/usb/c67x00/c67x00.h
256
void c67x00_ll_usb_clear_status(struct c67x00_sie *sie, u16 bits);
drivers/usb/c67x00/c67x00.h
257
u16 c67x00_ll_usb_get_status(struct c67x00_sie *sie);
drivers/usb/c67x00/c67x00.h
265
void c67x00_ll_husb_reset(struct c67x00_sie *sie, int port);
drivers/usb/c67x00/c67x00.h
266
void c67x00_ll_husb_set_current_td(struct c67x00_sie *sie, u16 addr);
drivers/usb/c67x00/c67x00.h
267
u16 c67x00_ll_husb_get_current_td(struct c67x00_sie *sie);
drivers/usb/c67x00/c67x00.h
268
u16 c67x00_ll_husb_get_frame(struct c67x00_sie *sie);
drivers/usb/c67x00/c67x00.h
269
void c67x00_ll_husb_init_host_port(struct c67x00_sie *sie);
drivers/usb/c67x00/c67x00.h
270
void c67x00_ll_husb_reset_port(struct c67x00_sie *sie, int port);