Lines Matching defs:nhi
564 #define tb_err(tb, fmt, arg...) dev_err(&(tb)->nhi->pdev->dev, fmt, ## arg)
565 #define tb_WARN(tb, fmt, arg...) dev_WARN(&(tb)->nhi->pdev->dev, fmt, ## arg)
566 #define tb_warn(tb, fmt, arg...) dev_warn(&(tb)->nhi->pdev->dev, fmt, ## arg)
567 #define tb_info(tb, fmt, arg...) dev_info(&(tb)->nhi->pdev->dev, fmt, ## arg)
568 #define tb_dbg(tb, fmt, arg...) dev_dbg(&(tb)->nhi->pdev->dev, fmt, ## arg)
596 struct tb *icm_probe(struct tb_nhi *nhi);
597 struct tb *tb_probe(struct tb_nhi *nhi);
608 struct tb *tb_domain_alloc(struct tb_nhi *nhi, size_t privsize);
1019 void tb_acpi_add_links(struct tb_nhi *nhi);
1021 static inline void tb_acpi_add_links(struct tb_nhi *nhi) { }