Home
last modified time | relevance | path

Searched refs:ds_port_params_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_dsdi.h55 typedef struct ds_port_params ds_port_params_t; /* see below */ typedef
135 ds_port_params_t *tp);
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/
H A Dkeyspan_dsd.c75 static int keyspan_set_port_params(ds_hdl_t, uint_t, ds_port_params_t *);
133 static void keyspan_build_cmd_msg(keyspan_port_t *, ds_port_params_t *);
142 ds_port_params_t *);
149 ds_port_params_t *);
953 keyspan_set_port_params(ds_hdl_t hdl, uint_t port_num, ds_port_params_t *tp) in keyspan_set_port_params()
2652 keyspan_build_cmd_msg(keyspan_port_t *kp, ds_port_params_t *tp) in keyspan_build_cmd_msg()
2796 keyspan_build_cmd_msg_usa19hs(keyspan_port_t *kp, ds_port_params_t *tp) in keyspan_build_cmd_msg_usa19hs()
3007 keyspan_build_cmd_msg_usa49(keyspan_port_t *kp, ds_port_params_t *tp) in keyspan_build_cmd_msg_usa49()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbftdi/
H A Duftdi_dsd.c78 static int uftdi_set_port_params(ds_hdl_t, uint_t, ds_port_params_t *);
631 uftdi_param2regs(uftdi_state_t *uf, ds_port_params_t *tp, uftdi_regs_t *ur) in uftdi_param2regs()
828 uftdi_set_port_params(ds_hdl_t hdl, uint_t portno, ds_port_params_t *tp) in uftdi_set_port_params()
2031 static ds_port_params_t params = { in uftdi_open_hw_port()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsprl/
H A Dpl2303_dsd.c72 static int pl2303_set_port_params(ds_hdl_t, uint_t, ds_port_params_t *);
650 pl2303_set_port_params(ds_hdl_t hdl, uint_t port_num, ds_port_params_t *tp) in pl2303_set_port_params()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsacm/
H A Dusbsacm.c248 ds_port_params_t *);
1034 usbsacm_ds_set_port_params(ds_hdl_t hdl, uint_t port_num, ds_port_params_t *tp) in usbsacm_ds_set_port_params()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c3107 ds_port_params_t params; in usbser_port_program()