Searched defs:ctlr_ops (Results 1 – 1 of 1) sorted by relevance
165 struct ctlr_ops { struct166 int (*op_rdwr)(); /* read/write - mandatory */167 int (*op_ck_format)(); /* check format - mandatory */168 int (*op_format)(); /* format - mandatory */169 int (*op_ex_man)(); /* get manufacturer's list - optional */170 int (*op_ex_cur)(); /* get current list - optional */171 int (*op_repair)(); /* repair bad sector - optional */172 int (*op_create)(); /* create original manufacturers */174 int (*op_wr_cur)(); /* write current list - optional */