Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c1431 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()
1532 cfgval, cfgidx, iface, alt)); in ugen_epxs_data_init()
1580 uchar_t cfgval, uchar_t cfgidx, uchar_t iface, uchar_t alt) in ugen_epxs_minor_nodes_create() argument
1602 cfgval, cfgidx, iface, alt, ep_addr); in ugen_epxs_minor_nodes_create()
1613 ((ugen_minor_t)cfgval) << UGEN_MINOR_CFGVAL_SHIFT | in ugen_epxs_minor_nodes_create()
1625 cfgval, iface, alt, ep_addr); in ugen_epxs_minor_nodes_create()
[all …]
H A Dusba10_calls.c320 uint_t *cfgval, in usba10_usb_get_cfg() argument
323 return (usb_get_cfg(dip, cfgval, usb_flags)); in usba10_usb_get_cfg()
H A Dusbai_util.c685 uint_t *cfgval, in usb_get_cfg() argument
697 if ((cfgval == NULL) || (dip == NULL)) { in usb_get_cfg()
722 *cfgval = *(data->b_rptr); in usb_get_cfg()
724 *cfgval = 1; in usb_get_cfg()
731 "usb_get_cfg: %s cfgval=%d", ddi_node_name(dip), *cfgval); in usb_get_cfg()
/titanic_50/usr/src/uts/common/io/usb/usba10/
H A Dusba10.c348 uint_t *cfgval, in usb_get_cfg() argument
351 return (usba10_usb_get_cfg(dip, cfgval, usb_flags)); in usb_get_cfg()
/titanic_50/usr/src/uts/common/sys/usb/usba/
H A Dusba10.h292 uint_t *cfgval,
/titanic_50/usr/src/uts/common/sys/usb/
H A Dusbai.h1681 uint_t *cfgval,