Home
last modified time | relevance | path

Searched refs:USB_POWER_MODE_SAVE (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libusb/
H A Dlibusb20_ugen20.c611 temp = USB_POWER_MODE_SAVE; in ugen20_set_power_mode()
643 case USB_POWER_MODE_SAVE: in ugen20_get_power_mode()
/freebsd/sys/dev/usb/
H A Dusb_generic.c1885 case USB_POWER_MODE_SAVE: in ugen_set_power_mode()
1897 usbd_set_power_mode(udev, USB_POWER_MODE_SAVE); in ugen_set_power_mode()
1907 mode = USB_POWER_MODE_SAVE; in ugen_set_power_mode()
1917 mode = USB_POWER_MODE_SAVE; in ugen_set_power_mode()
H A Dusb.h98 #define USB_POWER_MODE_SAVE 2 /* automatic suspend and resume */ macro
H A Dusb_hub.c1527 usbd_set_power_mode(udev, USB_POWER_MODE_SAVE); in uhub_attach()
2914 power_mode = USB_POWER_MODE_SAVE; in usbd_set_power_mode()
/freebsd/sys/dev/usb/storage/
H A Dcfumass.c352 usbd_set_power_mode(uaa->device, USB_POWER_MODE_SAVE); in cfumass_attach()
H A Dustorage_fs.c367 usbd_set_power_mode(uaa->device, USB_POWER_MODE_SAVE); in ustorage_fs_attach()
/freebsd/sys/dev/usb/net/
H A Dif_usie.c451 usbd_set_power_mode(uaa->device, USB_POWER_MODE_SAVE); in usie_attach()