Lines Matching refs:method
297 methods in its usb_driver structure, and the reset_resume method is
300 The suspend method is called to warn the driver that the
306 The resume method is called to tell the driver that the
310 The reset_resume method is called to tell the driver that
318 the disconnect method will be called instead of the resume or
319 reset_resume method. This is also quite likely to happen when
325 The reset_resume method is used by the USB Persist facility (see
329 reset_resume method, the driver won't receive any notification about
330 the resume. Later kernels will call the driver's disconnect method;
440 method, at which time the device is guaranteed not to be
459 method. The suspend method must be responsible for synchronizing with
467 method; it will return True for internal PM events (autosuspend) and
476 suspend or resume method is called. This implies that external
562 method calls to set the port power state. For more background see the