Home
last modified time | relevance | path

Searched refs:t7xx_mode_update (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wwan/t7xx/
H A Dt7xx_state_monitor.c251 t7xx_mode_update(md->t7xx_dev, T7XX_FASTBOOT_DOWNLOAD); in t7xx_lk_stage_event_handling()
253 t7xx_mode_update(md->t7xx_dev, T7XX_FASTBOOT_DUMP); in t7xx_lk_stage_event_handling()
324 t7xx_mode_update(md->t7xx_dev, T7XX_READY); in fsm_routine_ready()
432 t7xx_mode_update(md->t7xx_dev, T7XX_UNKNOWN); in fsm_routine_start()
H A Dt7xx_pci.h136 void t7xx_mode_update(struct t7xx_pci_dev *t7xx_dev, enum t7xx_mode mode);
H A Dt7xx_modem_ops.c200 t7xx_mode_update(t7xx_dev, T7XX_RESET); in t7xx_reset_device()
H A Dt7xx_pci.c179 void t7xx_mode_update(struct t7xx_pci_dev *t7xx_dev, enum t7xx_mode mode) in t7xx_mode_update() function