Searched defs:access_method (Results 1 – 2 of 2) sorted by relevance
30 struct access_method { struct31 void (*submit_command)(struct ctlr_info *h,33 void (*set_intr_mask)(struct ctlr_info *h, unsigned long val);34 bool (*intr_pending)(struct ctlr_info *h);35 unsigned long (*command_completed)(struct ctlr_info *h, u8 q);
250 u8 access_method; member