Home
last modified time | relevance | path

Searched refs:t7xx_pci_dev (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/net/wwan/t7xx/
A Dt7xx_pci.h74 struct t7xx_pci_dev { struct
120 int (*suspend)(struct t7xx_pci_dev *t7xx_dev, void *entity_param);
121 void (*suspend_late)(struct t7xx_pci_dev *t7xx_dev, void *entity_param);
123 int (*resume)(struct t7xx_pci_dev *t7xx_dev, void *entity_param);
128 void t7xx_pci_disable_sleep(struct t7xx_pci_dev *t7xx_dev);
129 void t7xx_pci_enable_sleep(struct t7xx_pci_dev *t7xx_dev);
130 int t7xx_pci_sleep_disable_complete(struct t7xx_pci_dev *t7xx_dev);
133 void t7xx_pci_pm_init_late(struct t7xx_pci_dev *t7xx_dev);
134 void t7xx_pci_pm_exp_detected(struct t7xx_pci_dev *t7xx_dev);
136 int t7xx_pci_reprobe(struct t7xx_pci_dev *t7xx_dev, bool boot);
[all …]
A Dt7xx_pcie_mac.h23 void t7xx_pcie_mac_interrupts_en(struct t7xx_pci_dev *t7xx_dev);
24 void t7xx_pcie_mac_interrupts_dis(struct t7xx_pci_dev *t7xx_dev);
25 void t7xx_pcie_mac_atr_init(struct t7xx_pci_dev *t7xx_dev);
26 void t7xx_pcie_mac_clear_int(struct t7xx_pci_dev *t7xx_dev, enum t7xx_int int_type);
27 void t7xx_pcie_mac_set_int(struct t7xx_pci_dev *t7xx_dev, enum t7xx_int int_type);
28 void t7xx_pcie_mac_clear_int_status(struct t7xx_pci_dev *t7xx_dev, enum t7xx_int int_type);
29 void t7xx_pcie_set_mac_msix_cfg(struct t7xx_pci_dev *t7xx_dev, unsigned int irq_count);
A Dt7xx_mhccif.h31 void t7xx_mhccif_mask_set(struct t7xx_pci_dev *t7xx_dev, u32 val);
32 void t7xx_mhccif_mask_clr(struct t7xx_pci_dev *t7xx_dev, u32 val);
33 u32 t7xx_mhccif_mask_get(struct t7xx_pci_dev *t7xx_dev);
34 void t7xx_mhccif_init(struct t7xx_pci_dev *t7xx_dev);
35 u32 t7xx_mhccif_read_sw_int_sts(struct t7xx_pci_dev *t7xx_dev);
36 void t7xx_mhccif_h2d_swint_trigger(struct t7xx_pci_dev *t7xx_dev, u32 channel);
A Dt7xx_modem_ops.h67 struct t7xx_pci_dev *t7xx_dev;
89 int t7xx_md_reset(struct t7xx_pci_dev *t7xx_dev);
90 int t7xx_md_init(struct t7xx_pci_dev *t7xx_dev);
91 void t7xx_md_exit(struct t7xx_pci_dev *t7xx_dev);
92 void t7xx_clear_rgu_irq(struct t7xx_pci_dev *t7xx_dev);
93 int t7xx_reset_device(struct t7xx_pci_dev *t7xx_dev, enum reset_type type);
94 int t7xx_pci_mhccif_isr(struct t7xx_pci_dev *t7xx_dev);
A Dt7xx_mhccif.c32 static void t7xx_mhccif_clear_interrupts(struct t7xx_pci_dev *t7xx_dev, u32 mask) in t7xx_mhccif_clear_interrupts()
46 struct t7xx_pci_dev *t7xx_dev = data; in t7xx_mhccif_isr_thread()
80 u32 t7xx_mhccif_read_sw_int_sts(struct t7xx_pci_dev *t7xx_dev) in t7xx_mhccif_read_sw_int_sts()
85 void t7xx_mhccif_mask_set(struct t7xx_pci_dev *t7xx_dev, u32 val) in t7xx_mhccif_mask_set()
90 void t7xx_mhccif_mask_clr(struct t7xx_pci_dev *t7xx_dev, u32 val) in t7xx_mhccif_mask_clr()
95 u32 t7xx_mhccif_mask_get(struct t7xx_pci_dev *t7xx_dev) in t7xx_mhccif_mask_get()
105 void t7xx_mhccif_init(struct t7xx_pci_dev *t7xx_dev) in t7xx_mhccif_init()
116 void t7xx_mhccif_h2d_swint_trigger(struct t7xx_pci_dev *t7xx_dev, u32 channel) in t7xx_mhccif_h2d_swint_trigger()
A Dt7xx_pci.c70 struct t7xx_pci_dev *t7xx_dev; in t7xx_mode_store()
106 struct t7xx_pci_dev *t7xx_dev; in t7xx_mode_show()
177 static int t7xx_pci_pm_init(struct t7xx_pci_dev *t7xx_dev) in t7xx_pci_pm_init()
200 void t7xx_pci_pm_init_late(struct t7xx_pci_dev *t7xx_dev) in t7xx_pci_pm_init_late()
363 struct t7xx_pci_dev *t7xx_dev; in __t7xx_pci_pm_suspend()
524 struct t7xx_pci_dev *t7xx_dev; in __t7xx_pci_pm_resume()
631 struct t7xx_pci_dev *t7xx_dev; in t7xx_pci_pm_resume_noirq()
647 struct t7xx_pci_dev *t7xx_dev; in t7xx_pci_pm_prepare()
699 struct t7xx_pci_dev *t7xx_dev; in t7xx_request_irq()
789 struct t7xx_pci_dev *t7xx_dev; in t7xx_pci_probe()
[all …]
A Dt7xx_pcie_mac.c82 static int t7xx_pcie_mac_atr_cfg(struct t7xx_pci_dev *t7xx_dev, struct t7xx_atr_config *cfg) in t7xx_pcie_mac_atr_cfg()
135 void t7xx_pcie_mac_atr_init(struct t7xx_pci_dev *t7xx_dev) in t7xx_pcie_mac_atr_init()
178 static void t7xx_pcie_mac_enable_disable_int(struct t7xx_pci_dev *t7xx_dev, bool enable) in t7xx_pcie_mac_enable_disable_int()
192 void t7xx_pcie_mac_interrupts_en(struct t7xx_pci_dev *t7xx_dev) in t7xx_pcie_mac_interrupts_en()
197 void t7xx_pcie_mac_interrupts_dis(struct t7xx_pci_dev *t7xx_dev) in t7xx_pcie_mac_interrupts_dis()
210 static void t7xx_pcie_mac_clear_set_int(struct t7xx_pci_dev *t7xx_dev, in t7xx_pcie_mac_clear_set_int()
225 void t7xx_pcie_mac_clear_int(struct t7xx_pci_dev *t7xx_dev, enum t7xx_int int_type) in t7xx_pcie_mac_clear_int()
230 void t7xx_pcie_mac_set_int(struct t7xx_pci_dev *t7xx_dev, enum t7xx_int int_type) in t7xx_pcie_mac_set_int()
242 void t7xx_pcie_mac_clear_int_status(struct t7xx_pci_dev *t7xx_dev, enum t7xx_int int_type) in t7xx_pcie_mac_clear_int_status()
257 void t7xx_pcie_set_mac_msix_cfg(struct t7xx_pci_dev *t7xx_dev, unsigned int irq_count) in t7xx_pcie_set_mac_msix_cfg()
A Dt7xx_modem_ops.c81 int t7xx_pci_mhccif_isr(struct t7xx_pci_dev *t7xx_dev) in t7xx_pci_mhccif_isr()
137 void t7xx_clear_rgu_irq(struct t7xx_pci_dev *t7xx_dev) in t7xx_clear_rgu_irq()
219 static void t7xx_reset_device_via_pmic(struct t7xx_pci_dev *t7xx_dev) in t7xx_reset_device_via_pmic()
232 struct t7xx_pci_dev *t7xx_dev = data; in t7xx_rgu_isr_thread()
241 struct t7xx_pci_dev *t7xx_dev = data; in t7xx_rgu_isr_handler()
254 static void t7xx_pcie_register_rgu_isr(struct t7xx_pci_dev *t7xx_dev) in t7xx_pcie_register_rgu_isr()
332 struct t7xx_pci_dev *t7xx_dev = md->t7xx_dev; in t7xx_md_exception()
364 static void t7xx_md_sys_sw_init(struct t7xx_pci_dev *t7xx_dev) in t7xx_md_sys_sw_init()
707 int t7xx_md_reset(struct t7xx_pci_dev *t7xx_dev) in t7xx_md_reset()
732 int t7xx_md_init(struct t7xx_pci_dev *t7xx_dev) in t7xx_md_init()
[all …]
A Dt7xx_netdev.h43 struct t7xx_pci_dev *t7xx_dev;
57 int t7xx_ccmni_init(struct t7xx_pci_dev *t7xx_dev);
58 void t7xx_ccmni_exit(struct t7xx_pci_dev *t7xx_dev);
A Dt7xx_hif_dpmaif.h164 void (*state_notify)(struct t7xx_pci_dev *t7xx_dev,
172 struct t7xx_pci_dev *t7xx_dev;
194 struct dpmaif_ctrl *t7xx_dpmaif_hif_init(struct t7xx_pci_dev *t7xx_dev,
A Dt7xx_hif_cldma.h100 struct t7xx_pci_dev *t7xx_dev;
121 int t7xx_cldma_alloc(enum cldma_id hif_id, struct t7xx_pci_dev *t7xx_dev);
A Dt7xx_netdev.c398 static void init_md_status_notifier(struct t7xx_pci_dev *t7xx_dev) in init_md_status_notifier()
466 static void t7xx_ccmni_queue_state_notify(struct t7xx_pci_dev *t7xx_dev, in t7xx_ccmni_queue_state_notify()
485 int t7xx_ccmni_init(struct t7xx_pci_dev *t7xx_dev) in t7xx_ccmni_init()
515 void t7xx_ccmni_exit(struct t7xx_pci_dev *t7xx_dev) in t7xx_ccmni_exit()
A Dt7xx_hif_dpmaif.c187 struct t7xx_pci_dev *t7xx_dev = dpmaif_ctrl->t7xx_dev; in t7xx_dpmaif_register_pcie_irq()
410 static int t7xx_dpmaif_suspend(struct t7xx_pci_dev *t7xx_dev, void *param) in t7xx_dpmaif_suspend()
447 static int t7xx_dpmaif_resume(struct t7xx_pci_dev *t7xx_dev, void *param) in t7xx_dpmaif_resume()
535 struct dpmaif_ctrl *t7xx_dpmaif_hif_init(struct t7xx_pci_dev *t7xx_dev, in t7xx_dpmaif_hif_init()
A Dt7xx_port.h108 struct t7xx_pci_dev *t7xx_dev;
A Dt7xx_port_proxy.c371 struct t7xx_pci_dev *t7xx_dev = queue->md_ctrl->t7xx_dev; in t7xx_port_proxy_recv_skb_from_dedicated_queue()
393 static struct t7xx_port *t7xx_port_proxy_find_port(struct t7xx_pci_dev *t7xx_dev, in t7xx_port_proxy_find_port()
426 struct t7xx_pci_dev *t7xx_dev = queue->md_ctrl->t7xx_dev; in t7xx_port_proxy_recv_skb()
A Dt7xx_hif_cldma.c1107 int t7xx_cldma_alloc(enum cldma_id hif_id, struct t7xx_pci_dev *t7xx_dev) in t7xx_cldma_alloc()
1128 static void t7xx_cldma_resume_early(struct t7xx_pci_dev *t7xx_dev, void *entity_param) in t7xx_cldma_resume_early()
1153 static int t7xx_cldma_resume(struct t7xx_pci_dev *t7xx_dev, void *entity_param) in t7xx_cldma_resume()
1170 static void t7xx_cldma_suspend_late(struct t7xx_pci_dev *t7xx_dev, void *entity_param) in t7xx_cldma_suspend_late()
1188 static int t7xx_cldma_suspend(struct t7xx_pci_dev *t7xx_dev, void *entity_param) in t7xx_cldma_suspend()
A Dt7xx_state_monitor.c282 struct t7xx_pci_dev *t7xx_dev = ctl->md->t7xx_dev; in fsm_routine_stopping()
A Dt7xx_hif_dpmaif_rx.c834 struct t7xx_pci_dev *t7xx_dev = rxq->dpmaif_ctrl->t7xx_dev; in t7xx_dpmaif_napi_rx_poll()

Completed in 32 milliseconds