Searched defs:tb_cm_ops (Results 1 – 2 of 2) sorted by relevance
371 struct tb_cm_ops { struct372 int (*driver_ready)(struct tb *tb);373 int (*start)(struct tb *tb);374 void (*stop)(struct tb *tb);375 int (*suspend_noirq)(struct tb *tb);376 int (*resume_noirq)(struct tb *tb);377 int (*suspend)(struct tb *tb);378 int (*freeze_noirq)(struct tb *tb);379 int (*thaw_noirq)(struct tb *tb);380 void (*complete)(struct tb *tb);[all …]
1508 static const struct tb_cm_ops tb_cm_ops = { variable