Symbol: t7xx_modem
drivers/net/wwan/t7xx/t7xx_modem_ops.c
243
struct t7xx_modem *modem;
drivers/net/wwan/t7xx/t7xx_modem_ops.c
331
static void t7xx_md_exception(struct t7xx_modem *md, enum hif_ex_stage stage)
drivers/net/wwan/t7xx/t7xx_modem_ops.c
350
static int t7xx_wait_hif_ex_hk_event(struct t7xx_modem *md, int event_id)
drivers/net/wwan/t7xx/t7xx_modem_ops.c
478
static int t7xx_core_reset(struct t7xx_modem *md)
drivers/net/wwan/t7xx/t7xx_modem_ops.c
501
static void t7xx_core_hk_handler(struct t7xx_modem *md, struct t7xx_sys_info *core_info,
drivers/net/wwan/t7xx/t7xx_modem_ops.c
567
struct t7xx_modem *md = container_of(work, struct t7xx_modem, handshake_work);
drivers/net/wwan/t7xx/t7xx_modem_ops.c
581
struct t7xx_modem *md = container_of(work, struct t7xx_modem, ap_handshake_work);
drivers/net/wwan/t7xx/t7xx_modem_ops.c
593
void t7xx_md_event_notify(struct t7xx_modem *md, enum md_event_id evt_id)
drivers/net/wwan/t7xx/t7xx_modem_ops.c
655
void t7xx_md_exception_handshake(struct t7xx_modem *md)
drivers/net/wwan/t7xx/t7xx_modem_ops.c
678
static struct t7xx_modem *t7xx_md_alloc(struct t7xx_pci_dev *t7xx_dev)
drivers/net/wwan/t7xx/t7xx_modem_ops.c
681
struct t7xx_modem *md;
drivers/net/wwan/t7xx/t7xx_modem_ops.c
710
struct t7xx_modem *md = t7xx_dev->md;
drivers/net/wwan/t7xx/t7xx_modem_ops.c
735
struct t7xx_modem *md;
drivers/net/wwan/t7xx/t7xx_modem_ops.c
802
struct t7xx_modem *md = t7xx_dev->md;
drivers/net/wwan/t7xx/t7xx_modem_ops.c
83
struct t7xx_modem *md = t7xx_dev->md;
drivers/net/wwan/t7xx/t7xx_modem_ops.h
87
void t7xx_md_exception_handshake(struct t7xx_modem *md);
drivers/net/wwan/t7xx/t7xx_modem_ops.h
88
void t7xx_md_event_notify(struct t7xx_modem *md, enum md_event_id evt_id);
drivers/net/wwan/t7xx/t7xx_pci.h
80
struct t7xx_modem *md;
drivers/net/wwan/t7xx/t7xx_port_ctrl_msg.c
127
int t7xx_port_enum_msg_handler(struct t7xx_modem *md, void *msg)
drivers/net/wwan/t7xx/t7xx_port_proxy.c
507
static void t7xx_proxy_init_all_ports(struct t7xx_modem *md)
drivers/net/wwan/t7xx/t7xx_port_proxy.c
556
void t7xx_port_proxy_set_cfg(struct t7xx_modem *md, enum port_cfg_id cfg_id)
drivers/net/wwan/t7xx/t7xx_port_proxy.c
582
static int t7xx_proxy_alloc(struct t7xx_modem *md)
drivers/net/wwan/t7xx/t7xx_port_proxy.c
611
int t7xx_port_proxy_init(struct t7xx_modem *md)
drivers/net/wwan/t7xx/t7xx_port_proxy.h
104
int t7xx_port_proxy_init(struct t7xx_modem *md);
drivers/net/wwan/t7xx/t7xx_port_proxy.h
106
int t7xx_port_enum_msg_handler(struct t7xx_modem *md, void *msg);
drivers/net/wwan/t7xx/t7xx_port_proxy.h
109
void t7xx_port_proxy_set_cfg(struct t7xx_modem *md, enum port_cfg_id cfg_id);
drivers/net/wwan/t7xx/t7xx_state_monitor.c
225
struct t7xx_modem *md = ctl->md;
drivers/net/wwan/t7xx/t7xx_state_monitor.c
320
struct t7xx_modem *md = ctl->md;
drivers/net/wwan/t7xx/t7xx_state_monitor.c
330
struct t7xx_modem *md = ctl->md;
drivers/net/wwan/t7xx/t7xx_state_monitor.c
369
struct t7xx_modem *md = ctl->md;
drivers/net/wwan/t7xx/t7xx_state_monitor.c
57
void t7xx_fsm_notifier_register(struct t7xx_modem *md, struct t7xx_fsm_notifier *notifier)
drivers/net/wwan/t7xx/t7xx_state_monitor.c
601
void t7xx_fsm_reset(struct t7xx_modem *md)
drivers/net/wwan/t7xx/t7xx_state_monitor.c
611
int t7xx_fsm_init(struct t7xx_modem *md)
drivers/net/wwan/t7xx/t7xx_state_monitor.c
638
void t7xx_fsm_uninit(struct t7xx_modem *md)
drivers/net/wwan/t7xx/t7xx_state_monitor.c
67
void t7xx_fsm_notifier_unregister(struct t7xx_modem *md, struct t7xx_fsm_notifier *notifier)
drivers/net/wwan/t7xx/t7xx_state_monitor.c
81
static void fsm_state_notify(struct t7xx_modem *md, enum md_state state)
drivers/net/wwan/t7xx/t7xx_state_monitor.h
130
void t7xx_fsm_reset(struct t7xx_modem *md);
drivers/net/wwan/t7xx/t7xx_state_monitor.h
131
int t7xx_fsm_init(struct t7xx_modem *md);
drivers/net/wwan/t7xx/t7xx_state_monitor.h
132
void t7xx_fsm_uninit(struct t7xx_modem *md);
drivers/net/wwan/t7xx/t7xx_state_monitor.h
136
void t7xx_fsm_notifier_register(struct t7xx_modem *md, struct t7xx_fsm_notifier *notifier);
drivers/net/wwan/t7xx/t7xx_state_monitor.h
137
void t7xx_fsm_notifier_unregister(struct t7xx_modem *md, struct t7xx_fsm_notifier *notifier);
drivers/net/wwan/t7xx/t7xx_state_monitor.h
85
struct t7xx_modem *md;