Searched defs:tb_cm_ops (Results 1 – 2 of 2) sorted by relevance
506 struct tb_cm_ops { struct507 int (*driver_ready)(struct tb *tb);508 int (*start)(struct tb *tb, bool reset);509 void (*stop)(struct tb *tb);510 void (*deinit)(struct tb *tb);511 int (*suspend_noirq)(struct tb *tb);512 int (*resume_noirq)(struct tb *tb);513 int (*suspend)(struct tb *tb);514 int (*freeze_noirq)(struct tb *tb);515 int (*thaw_noirq)(struct tb *tb);[all …]
3244 static const struct tb_cm_ops tb_cm_ops = { variable