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

/linux-master/include/linux/
H A Dserial_max3100.h16 * @max3100_hw_suspend: MAX3100 has a shutdown pin. This is a hook
44 void (*max3100_hw_suspend) (int suspend); member in struct:plat_max3100
/linux-master/drivers/tty/serial/
H A Dmax3100.c128 void (*max3100_hw_suspend) (int suspend); member in struct:max3100_port
563 if (s->max3100_hw_suspend)
564 s->max3100_hw_suspend(1);
616 if (s->max3100_hw_suspend)
617 s->max3100_hw_suspend(0);
776 max3100s[i]->max3100_hw_suspend = pdata->max3100_hw_suspend;
796 if (max3100s[i]->max3100_hw_suspend)
797 max3100s[i]->max3100_hw_suspend(1);
850 if (s->max3100_hw_suspend)
[all...]

Completed in 165 milliseconds