Home
last modified time | relevance | path

Searched defs:tb_cm_ops (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/thunderbolt/
Dtb.h216 struct tb_cm_ops { struct
217 int (*driver_ready)(struct tb *tb);
218 int (*start)(struct tb *tb);
219 void (*stop)(struct tb *tb);
220 int (*suspend_noirq)(struct tb *tb);
221 int (*resume_noirq)(struct tb *tb);
222 int (*suspend)(struct tb *tb);
223 void (*complete)(struct tb *tb);
224 int (*runtime_suspend)(struct tb *tb);
225 int (*runtime_resume)(struct tb *tb);
[all …]
Dtb.c445 static const struct tb_cm_ops tb_cm_ops = { variable