Lines Matching defs:tb
148 struct tb *tb; member
232 struct tb *tb; member
313 struct tb *tb; member
398 static inline void *tb_priv(struct tb *tb) in tb_priv()
564 #define tb_err(tb, fmt, arg...) dev_err(&(tb)->nhi->pdev->dev, fmt, ## arg) argument
565 #define tb_WARN(tb, fmt, arg...) dev_WARN(&(tb)->nhi->pdev->dev, fmt, ## arg) argument
566 #define tb_warn(tb, fmt, arg...) dev_warn(&(tb)->nhi->pdev->dev, fmt, ## arg) argument
567 #define tb_info(tb, fmt, arg...) dev_info(&(tb)->nhi->pdev->dev, fmt, ## arg) argument
568 #define tb_dbg(tb, fmt, arg...) dev_dbg(&(tb)->nhi->pdev->dev, fmt, ## arg) argument
627 static inline struct tb *tb_domain_get(struct tb *tb) in tb_domain_get()
634 static inline void tb_domain_put(struct tb *tb) in tb_domain_put()