Searched refs:ldto_start (Results 1 – 6 of 6) sorted by relevance
245 .ldto_start = osc_type_start,
149 .ldto_start = vvp_type_start,
510 .ldto_start = lov_type_start,
386 void (*ldto_start)(struct lu_device_type *t); member
1091 if (t->ldt_device_nr++ == 0 && t->ldt_ops->ldto_start != NULL) in lu_device_init()1092 t->ldt_ops->ldto_start(t); in lu_device_init()
909 .ldto_start = echo_type_start,