Lines Matching defs:tb
21 struct tb *tb; member
80 struct tb *tb; member
99 struct tb { struct
102 * any struct tb_switch / struct tb_port. argument
104 struct tb_nhi *nhi; argument
105 struct tb_ctl *ctl; argument
107 struct tb_switch *root_switch; argument
110 * tb_handle_hotplug will stop progressing plug argument
188 #define tb_err(tb, fmt, arg...) dev_err(&(tb)->nhi->pdev->dev, fmt, ## arg) argument
189 #define tb_WARN(tb, fmt, arg...) dev_WARN(&(tb)->nhi->pdev->dev, fmt, ## arg) argument
190 #define tb_warn(tb, fmt, arg...) dev_warn(&(tb)->nhi->pdev->dev, fmt, ## arg) argument
191 #define tb_info(tb, fmt, arg...) dev_info(&(tb)->nhi->pdev->dev, fmt, ## arg) argument