Searched defs:max3100_hw_suspend (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/serial/
H A Dmax3100.c133 void (*max3100_hw_suspend) (int suspend); member in struct:max3100_port
575 if (s->max3100_hw_suspend)
576 s->max3100_hw_suspend(1);
628 if (s->max3100_hw_suspend)
629 s->max3100_hw_suspend(0);
788 max3100s[i]->max3100_hw_suspend = pdata->max3100_hw_suspend;
810 if (max3100s[i]->max3100_hw_suspend)
811 max3100s[i]->max3100_hw_suspend(1);
865 if (s->max3100_hw_suspend)
[all...]

Completed in 51 milliseconds