Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/thunderbolt/
Dtb.h430 struct tb_cm_ops { struct
431 int (*driver_ready)(struct tb *tb);
432 int (*start)(struct tb *tb);
433 void (*stop)(struct tb *tb);
434 int (*suspend_noirq)(struct tb *tb);
435 int (*resume_noirq)(struct tb *tb);
436 int (*suspend)(struct tb *tb);
437 int (*freeze_noirq)(struct tb *tb);
438 int (*thaw_noirq)(struct tb *tb);
439 void (*complete)(struct tb *tb);
[all …]
Dtb.c1558 static const struct tb_cm_ops tb_cm_ops = { variable