Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/thunderbolt/
Dtb.h506 struct tb_cm_ops { struct
507 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 …]
Dtb.c3244 static const struct tb_cm_ops tb_cm_ops = { variable