Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
A Dtb.h501 struct tb_cm_ops { struct
502 int (*driver_ready)(struct tb *tb);
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);
511 void (*complete)(struct tb *tb);
[all …]
A Dtb.c3125 static const struct tb_cm_ops tb_cm_ops = { variable

Completed in 14 milliseconds