Name
ata_std_probe_reset —
standard probe reset method
Synopsis
int ata_std_probe_reset (
struct ata_port * ap, unsigned int * classes)
;
Arguments
ap
prot to perform probe-reset
classes
resulting classes of attached devices
Description
The stock off-the-shelf ->probe_reset method.
LOCKING
Kernel thread context (may sleep)
RETURNS
0 on success, -errno otherwise.