Searched refs:t7xx_modem (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_state_monitor.h85 struct t7xx_modem *md;
129 void t7xx_fsm_reset(struct t7xx_modem *md);
130 int t7xx_fsm_init(struct t7xx_modem *md);
131 void t7xx_fsm_uninit(struct t7xx_modem *md);
135 void t7xx_fsm_notifier_register(struct t7xx_modem *md, struct t7xx_fsm_notifier *notifier);
136 void t7xx_fsm_notifier_unregister(struct t7xx_modem *md, struct t7xx_fsm_notifier *notifier);
H A Dt7xx_modem_ops.h65 struct t7xx_modem { struct
81 void t7xx_md_exception_handshake(struct t7xx_modem *md);
82 void t7xx_md_event_notify(struct t7xx_modem *md, enum md_event_id evt_id);
H A Dt7xx_port_proxy.h103 int t7xx_port_proxy_init(struct t7xx_modem *md);
105 int t7xx_port_enum_msg_handler(struct t7xx_modem *md, void *msg);
108 void t7xx_port_proxy_set_cfg(struct t7xx_modem *md, enum port_cfg_id cfg_id);
H A Dt7xx_modem_ops.c82 struct t7xx_modem *md = t7xx_dev->md;
209 struct t7xx_modem *modem;
297 static void t7xx_md_exception(struct t7xx_modem *md, enum hif_ex_stage stage)
316 static int t7xx_wait_hif_ex_hk_event(struct t7xx_modem *md, int event_id)
444 static int t7xx_core_reset(struct t7xx_modem *md)
467 static void t7xx_core_hk_handler(struct t7xx_modem *md, struct t7xx_sys_info *core_info,
533 struct t7xx_modem *md = container_of(work, struct t7xx_modem, handshake_work);
547 struct t7xx_modem *md = container_of(work, struct t7xx_modem, ap_handshake_wor
[all...]
H A Dt7xx_state_monitor.c57 void t7xx_fsm_notifier_register(struct t7xx_modem *md, struct t7xx_fsm_notifier *notifier)
67 void t7xx_fsm_notifier_unregister(struct t7xx_modem *md, struct t7xx_fsm_notifier *notifier)
81 static void fsm_state_notify(struct t7xx_modem *md, enum md_state state)
216 static void t7xx_host_event_notify(struct t7xx_modem *md, unsigned int event_id)
228 struct t7xx_modem *md = ctl->md;
330 struct t7xx_modem *md = ctl->md;
340 struct t7xx_modem *md = ctl->md;
379 struct t7xx_modem *md = ctl->md;
604 void t7xx_fsm_reset(struct t7xx_modem *md)
614 int t7xx_fsm_init(struct t7xx_modem *m
[all...]
H A Dt7xx_pci.h80 struct t7xx_modem *md;
H A Dt7xx_port_proxy.c486 static void t7xx_proxy_init_all_ports(struct t7xx_modem *md)
515 void t7xx_port_proxy_set_cfg(struct t7xx_modem *md, enum port_cfg_id cfg_id)
541 static int t7xx_proxy_alloc(struct t7xx_modem *md)
571 int t7xx_port_proxy_init(struct t7xx_modem *md)
H A Dt7xx_port_ctrl_msg.c127 int t7xx_port_enum_msg_handler(struct t7xx_modem *md, void *msg)

Completed in 122 milliseconds