Home
last modified time | relevance | path

Searched refs:bMaxPower (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/usb/
H A Dusbroothub.c153 .bMaxPower = 0,
231 .bMaxPower = 0,
263 .bMaxPower = 0,
H A Dusb.h253 uByte bMaxPower; /* max current in 2 mA units */ member
H A Dusb_subr.c823 DPRINTF("max power=%jd", cdp->bMaxPower * 2, 0, 0, 0); in usbd_set_config_index()
844 power = cdp->bMaxPower * 2; in usbd_set_config_index()
/netbsd-src/sys/dev/ic/
H A Dsl811hs.c3307 confd.urh_confd.bMaxPower = t->max_current; in slhci_roothub_ctrl()