Searched refs:cfgval (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/usba/ |
H A D | usba_ugen.c | 1431 uchar_t cfgidx, cfgval, iface, alt, ep; in ugen_epxs_init() local 1460 cfgval = dev_cfg->cfg_descr.bConfigurationValue; in ugen_epxs_init() 1469 cfgval, cfgidx, iface, alt) != in ugen_epxs_init() 1488 uchar_t cfgval, uchar_t cfgidx, uchar_t iface, uchar_t alt) in ugen_epxs_data_init() argument 1502 cfgval, cfgidx, iface, alt, ep_index); in ugen_epxs_data_init() 1547 cfgval, cfgidx, iface, alt)); in ugen_epxs_data_init() 1595 uchar_t cfgval, uchar_t cfgidx, uchar_t iface, uchar_t alt) in ugen_epxs_minor_nodes_create() argument 1617 cfgval, cfgidx, iface, alt, ep_addr); in ugen_epxs_minor_nodes_create() 1628 ((ugen_minor_t)cfgval) << UGEN_MINOR_CFGVAL_SHIFT | in ugen_epxs_minor_nodes_create() 1640 cfgval, iface, alt, ep_addr); in ugen_epxs_minor_nodes_create() [all …]
|
H A D | usba10_calls.c | 321 uint_t *cfgval, in usba10_usb_get_cfg() argument 324 return (usb_get_cfg(dip, cfgval, usb_flags)); in usba10_usb_get_cfg()
|
H A D | usbai_util.c | 686 uint_t *cfgval, in usb_get_cfg() argument 698 if ((cfgval == NULL) || (dip == NULL)) { in usb_get_cfg() 723 *cfgval = *(data->b_rptr); in usb_get_cfg() 725 *cfgval = 1; in usb_get_cfg() 732 "usb_get_cfg: %s cfgval=%d", ddi_node_name(dip), *cfgval); in usb_get_cfg()
|
/illumos-gate/usr/src/uts/common/io/usb/usba10/ |
H A D | usba10.c | 349 uint_t *cfgval, in usb_get_cfg() argument 352 return (usba10_usb_get_cfg(dip, cfgval, usb_flags)); in usb_get_cfg()
|
/illumos-gate/usr/src/uts/common/sys/usb/usba/ |
H A D | usba10.h | 293 uint_t *cfgval,
|
/illumos-gate/usr/src/uts/common/sys/usb/ |
H A D | usbai.h | 1773 uint_t *cfgval,
|