Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dmax3100.c133 void (*max3100_hw_suspend) (int suspend); member
575 if (s->max3100_hw_suspend) in max3100_shutdown()
576 s->max3100_hw_suspend(1); in max3100_shutdown()
628 if (s->max3100_hw_suspend) in max3100_startup()
629 s->max3100_hw_suspend(0); in max3100_startup()
788 max3100s[i]->max3100_hw_suspend = pdata->max3100_hw_suspend; in max3100_probe()
810 if (max3100s[i]->max3100_hw_suspend) in max3100_probe()
811 max3100s[i]->max3100_hw_suspend(1); in max3100_probe()
865 if (s->max3100_hw_suspend) in max3100_suspend()
866 s->max3100_hw_suspend(1); in max3100_suspend()
[all …]
/linux-4.1.27/include/linux/
Dserial_max3100.h48 void (*max3100_hw_suspend) (int suspend); member