1. NAME

usb_autopm_get_interface_no_resume - increment a USB interfaceAqs PM-usage counter

2. SYNOPSIS

void usb_autopm_get_interface_no_resume(struct usb_interface *  intf );

3. ARGUMENTS

intf
    the usb_interface whose counter should be incremented

4. DESCRIPTION

This routine increments intfAqs usage counter but does not carry out an autoresume.

This routine can run in atomic context.

5. COPYRIGHT