Home
last modified time | relevance | path

Searched refs:max3100_hw_suspend (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dmax3100.c128 void (*max3100_hw_suspend) (int suspend); member
568 if (s->max3100_hw_suspend) in max3100_shutdown()
569 s->max3100_hw_suspend(1); in max3100_shutdown()
621 if (s->max3100_hw_suspend) in max3100_startup()
622 s->max3100_hw_suspend(0); in max3100_startup()
781 max3100s[i]->max3100_hw_suspend = pdata->max3100_hw_suspend; in max3100_probe()
801 if (max3100s[i]->max3100_hw_suspend) in max3100_probe()
802 max3100s[i]->max3100_hw_suspend(1); in max3100_probe()
856 if (s->max3100_hw_suspend) in max3100_suspend()
857 s->max3100_hw_suspend(1); in max3100_suspend()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dserial_max3100.h44 void (*max3100_hw_suspend) (int suspend); member