Searched defs:tb_cm_ops (Results 1 – 2 of 2) sorted by relevance
268 struct tb_cm_ops { struct269 int (*driver_ready)(struct tb *tb);270 int (*start)(struct tb *tb);271 void (*stop)(struct tb *tb);272 int (*suspend_noirq)(struct tb *tb);273 int (*resume_noirq)(struct tb *tb);274 int (*suspend)(struct tb *tb);275 void (*complete)(struct tb *tb);276 int (*runtime_suspend)(struct tb *tb);277 int (*runtime_resume)(struct tb *tb);[all …]
769 static const struct tb_cm_ops tb_cm_ops = { variable