Home
last modified time | relevance | path

Searched refs:tb_priv (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/thunderbolt/
Dtb.c93 struct tb_cm *tcm = tb_priv(tb); in tb_free_invalid_tunnels()
182 struct tb_cm *tcm = tb_priv(tb); in tb_activate_pcie_devices()
254 struct tb_cm *tcm = tb_priv(tb); in tb_handle_hotplug()
352 struct tb_cm *tcm = tb_priv(tb); in tb_stop()
367 struct tb_cm *tcm = tb_priv(tb); in tb_start()
405 struct tb_cm *tcm = tb_priv(tb); in tb_suspend_noirq()
417 struct tb_cm *tcm = tb_priv(tb); in tb_resume_noirq()
468 tcm = tb_priv(tb); in tb_probe()
Dicm.c204 struct icm *icm = tb_priv(tb); in icm_request()
583 struct icm *icm = tb_priv(tb); in icm_fr_device_connected()
1206 struct icm *icm = tb_priv(tb); in icm_ar_is_supported()
1391 struct icm *icm = tb_priv(tb); in icm_handle_notification()
1443 struct icm *icm = tb_priv(tb); in __icm_driver_ready()
1534 struct icm *icm = tb_priv(tb); in icm_firmware_reset()
1587 struct icm *icm = tb_priv(tb); in icm_reset_phy_port()
1655 struct icm *icm = tb_priv(tb); in icm_firmware_init()
1703 struct icm *icm = tb_priv(tb); in icm_driver_ready()
1734 struct icm *icm = tb_priv(tb); in icm_suspend()
[all …]
Dtb.h239 static inline void *tb_priv(struct tb *tb) in tb_priv() function