Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dtb.h484 struct tb_cm_ops { struct
485 int (*driver_ready)(struct tb *tb);
486 int (*start)(struct tb *tb, bool reset);
487 void (*stop)(struct tb *tb);
488 int (*suspend_noirq)(struct tb *tb);
489 int (*resume_noirq)(struct tb *tb);
490 int (*suspend)(struct tb *tb);
491 int (*freeze_noirq)(struct tb *tb);
492 int (*thaw_noirq)(struct tb *tb);
493 void (*complete)(struct tb *tb);
[all …]
H A Dtb.c2947 static const struct tb_cm_ops tb_cm_ops = { variable