Searched refs:tb_nhi (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/thunderbolt/ |
D | nhi.h | 30 int nhi_mailbox_cmd(struct tb_nhi *nhi, enum nhi_mailbox_cmd cmd, u32 data); 31 enum nhi_fw_mode nhi_mailbox_mode(struct tb_nhi *nhi); 43 int (*init)(struct tb_nhi *nhi); 44 int (*suspend_noirq)(struct tb_nhi *nhi, bool wakeup); 45 int (*resume_noirq)(struct tb_nhi *nhi); 46 int (*runtime_suspend)(struct tb_nhi *nhi); 47 int (*runtime_resume)(struct tb_nhi *nhi); 48 void (*shutdown)(struct tb_nhi *nhi);
|
D | nhi_ops.c | 25 static bool icl_nhi_is_device_connected(struct tb_nhi *nhi) in icl_nhi_is_device_connected() 35 static int icl_nhi_force_power(struct tb_nhi *nhi, bool power) in icl_nhi_force_power() 79 static void icl_nhi_lc_mailbox_cmd(struct tb_nhi *nhi, enum icl_lc_mailbox_cmd cmd) in icl_nhi_lc_mailbox_cmd() 87 static int icl_nhi_lc_mailbox_cmd_complete(struct tb_nhi *nhi, int timeout) in icl_nhi_lc_mailbox_cmd_complete() 111 static void icl_nhi_set_ltr(struct tb_nhi *nhi) in icl_nhi_set_ltr() 122 static int icl_nhi_suspend(struct tb_nhi *nhi) in icl_nhi_suspend() 142 static int icl_nhi_suspend_noirq(struct tb_nhi *nhi, bool wakeup) in icl_nhi_suspend_noirq() 154 static int icl_nhi_resume(struct tb_nhi *nhi) in icl_nhi_resume() 166 static void icl_nhi_shutdown(struct tb_nhi *nhi) in icl_nhi_shutdown()
|
D | nhi.c | 117 static void nhi_disable_interrupts(struct tb_nhi *nhi) in nhi_disable_interrupts() 400 struct tb_nhi *nhi = ring->nhi; in ring_request_msix() 432 static int nhi_alloc_hop(struct tb_nhi *nhi, struct tb_ring *ring) in nhi_alloc_hop() 488 static struct tb_ring *tb_ring_alloc(struct tb_nhi *nhi, u32 hop, int size, in tb_ring_alloc() 558 struct tb_ring *tb_ring_alloc_tx(struct tb_nhi *nhi, int hop, int size, in tb_ring_alloc_tx() 578 struct tb_ring *tb_ring_alloc_rx(struct tb_nhi *nhi, int hop, int size, in tb_ring_alloc_rx() 758 int nhi_mailbox_cmd(struct tb_nhi *nhi, enum nhi_mailbox_cmd cmd, u32 data) in nhi_mailbox_cmd() 793 enum nhi_fw_mode nhi_mailbox_mode(struct tb_nhi *nhi) in nhi_mailbox_mode() 806 struct tb_nhi *nhi = container_of(work, typeof(*nhi), interrupt_work); in nhi_interrupt_work() 858 struct tb_nhi *nhi = data; in nhi_msi() [all …]
|
D | tb.h | 476 struct tb *icm_probe(struct tb_nhi *nhi); 477 struct tb *tb_probe(struct tb_nhi *nhi); 488 struct tb *tb_domain_alloc(struct tb_nhi *nhi, size_t privsize);
|
D | ctl.h | 24 struct tb_ctl *tb_ctl_alloc(struct tb_nhi *nhi, event_cb cb, void *cb_data);
|
D | icm.c | 1384 struct tb_nhi *nhi = tb->nhi; in icm_ar_get_mode() 1558 struct tb_nhi *nhi = tb->nhi; in icm_icl_set_uuid() 1677 static int icm_firmware_reset(struct tb *tb, struct tb_nhi *nhi) in icm_firmware_reset() 1700 static int icm_firmware_start(struct tb *tb, struct tb_nhi *nhi) in icm_firmware_start() 1801 struct tb_nhi *nhi = tb->nhi; in icm_firmware_init() 2148 struct tb *icm_probe(struct tb_nhi *nhi) in icm_probe()
|
D | ctl.c | 26 struct tb_nhi *nhi; 602 struct tb_ctl *tb_ctl_alloc(struct tb_nhi *nhi, event_cb cb, void *cb_data) in tb_ctl_alloc()
|
D | domain.c | 340 struct tb *tb_domain_alloc(struct tb_nhi *nhi, size_t privsize) in tb_domain_alloc()
|
D | tb.c | 781 struct tb *tb_probe(struct tb_nhi *nhi) in tb_probe()
|
/Linux-v5.4/include/linux/ |
D | thunderbolt.h | 75 struct tb_nhi *nhi; 443 struct tb_nhi { struct 482 struct tb_nhi *nhi; 554 struct tb_ring *tb_ring_alloc_tx(struct tb_nhi *nhi, int hop, int size, 556 struct tb_ring *tb_ring_alloc_rx(struct tb_nhi *nhi, int hop, int size,
|