Searched defs:zpodd (Results 1 – 2 of 2) sorted by relevance
21 struct zpodd { struct22 enum odd_mech_type mech_type; /* init during probe, RO afterwards */23 struct ata_device *dev;26 bool from_notify; /* resumed as a result of28 bool zp_ready; /* ZP ready state */29 unsigned long last_ready; /* last ZP ready timestamp */53 static enum odd_mech_type zpodd_get_mech_type(struct ata_device *dev) in zpodd_get_mech_type() argument108 struct zpodd *zpodd = dev->zpodd; in zpready() local148 struct zpodd *zpodd = dev->zpodd; in zpodd_on_suspend() local173 struct zpodd *zpodd = dev->zpodd; in zpodd_zpready() local[all …]
660 void *zpodd; member