Home
last modified time | relevance | path

Searched refs:usbser_state (Results 1 – 13 of 13) sorted by relevance

/titanic_50/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h45 typedef struct usbser_state usbser_state_t;
78 struct usbser_state { struct
79 struct usbser_state *us_next; /* linked list */ argument
93 _NOTE(MUTEX_PROTECTS_DATA(usbser_state::us_mutex, usbser_state::us_dev_state)) argument
130 _NOTE(LOCK_ORDER(usbser_state::us_mutex usbser_port::port_mutex))
/titanic_50/usr/src/uts/common/io/warlock/
H A Dusbser_edge.wlcmd8 one usbser_state
H A Dusbftdi.wlcmd25 one usbser_state
H A Dusbsprl.wlcmd25 one usbser_state
H A Dusbsacm.wlcmd25 one usbser_state
H A Dusbser.wlcmd27 one usbser_state
H A Dusbser_keyspan.wlcmd29 one usbser_state
H A Dusbser_edge_with_usba.wlcmd9 one usbser_state
H A Dusbftdi_with_usba.wlcmd28 one usbser_state
H A Dusbsacm_with_usba.wlcmd27 one usbser_state
H A Dusbsprl_with_usba.wlcmd27 one usbser_state
H A Dusbser_keyspan_with_usba.wlcmd31 one usbser_state
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c155 static struct usbser_state *usbser_list;
329 usbser_insert(struct usbser_state *usp) in usbser_insert()
331 struct usbser_state *tmp; in usbser_insert()
346 usbser_remove(struct usbser_state *usp) in usbser_remove()
348 struct usbser_state *tmp, *prev = NULL; in usbser_remove()