Home
last modified time | relevance | path

Searched refs:tb_switch_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/thunderbolt/
H A Dtb.h729 extern struct device_type tb_switch_type;
842 return dev->type == &tb_switch_type; in tb_is_switch()
H A Dswitch.c2284 struct device_type tb_switch_type = { variable
2455 sw->dev.type = &tb_switch_type; in tb_switch_alloc()
2500 sw->dev.type = &tb_switch_type; in tb_switch_alloc_safe_mode()