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