Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thunderbolt/
Dtb.h371 struct tb_cm_ops { struct
372 int (*driver_ready)(struct tb *tb);
373 int (*start)(struct tb *tb);
374 void (*stop)(struct tb *tb);
375 int (*suspend_noirq)(struct tb *tb);
376 int (*resume_noirq)(struct tb *tb);
377 int (*suspend)(struct tb *tb);
378 int (*freeze_noirq)(struct tb *tb);
379 int (*thaw_noirq)(struct tb *tb);
380 void (*complete)(struct tb *tb);
[all …]
Dtb.c1508 static const struct tb_cm_ops tb_cm_ops = { variable
/kernel/linux/linux-6.6/drivers/thunderbolt/
Dtb.h485 struct tb_cm_ops { struct
486 int (*driver_ready)(struct tb *tb);
487 int (*start)(struct tb *tb);
488 void (*stop)(struct tb *tb);
489 int (*suspend_noirq)(struct tb *tb);
490 int (*resume_noirq)(struct tb *tb);
491 int (*suspend)(struct tb *tb);
492 int (*freeze_noirq)(struct tb *tb);
493 int (*thaw_noirq)(struct tb *tb);
494 void (*complete)(struct tb *tb);
[all …]
Dtb.c2349 static const struct tb_cm_ops tb_cm_ops = { variable