Searched defs:pi_protocol (Results 1 – 1 of 1) sorted by relevance
51 struct pi_protocol { struct52 char name[8];54 int max_mode;55 int epp_first; /* modes >= this use 8 ports */57 int default_delay;58 int max_units; /* max chained units probed for */82 int pata_parport_register_driver(struct pi_protocol *pr); argument