Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thunderbolt/
Dtb.h463 struct tb_cm_ops { struct
464 int (*driver_ready)(struct tb *tb);
465 int (*start)(struct tb *tb);
466 void (*stop)(struct tb *tb);
467 int (*suspend_noirq)(struct tb *tb);
468 int (*resume_noirq)(struct tb *tb);
469 int (*suspend)(struct tb *tb);
470 int (*freeze_noirq)(struct tb *tb);
471 int (*thaw_noirq)(struct tb *tb);
472 void (*complete)(struct tb *tb);
[all …]
Dtb.c1710 static const struct tb_cm_ops tb_cm_ops = { variable