Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thunderbolt/
Dtb.h501 struct tb_cm_ops { struct
502 int (*driver_ready)(struct tb *tb);
503 int (*start)(struct tb *tb, bool reset);
504 void (*stop)(struct tb *tb);
505 void (*deinit)(struct tb *tb);
506 int (*suspend_noirq)(struct tb *tb);
507 int (*resume_noirq)(struct tb *tb);
508 int (*suspend)(struct tb *tb);
509 int (*freeze_noirq)(struct tb *tb);
510 int (*thaw_noirq)(struct tb *tb);
[all …]
Dtb.c3125 static const struct tb_cm_ops tb_cm_ops = { variable