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

/linux-4.4.14/include/linux/
H A Dserial_max3100.h20 * @max3100_hw_suspend: MAX3100 has a shutdown pin. This is a hook
48 void (*max3100_hw_suspend) (int suspend); member in struct:plat_max3100
/linux-4.4.14/drivers/tty/serial/
H A Dmax3100.c133 void (*max3100_hw_suspend) (int suspend); member in struct:max3100_port
575 if (s->max3100_hw_suspend) max3100_shutdown()
576 s->max3100_hw_suspend(1); max3100_shutdown()
628 if (s->max3100_hw_suspend) max3100_startup()
629 s->max3100_hw_suspend(0); max3100_startup()
788 max3100s[i]->max3100_hw_suspend = pdata->max3100_hw_suspend; max3100_probe()
810 if (max3100s[i]->max3100_hw_suspend) max3100_probe()
811 max3100s[i]->max3100_hw_suspend(1); max3100_probe()
865 if (s->max3100_hw_suspend) max3100_suspend()
866 s->max3100_hw_suspend(1); max3100_suspend()
883 if (s->max3100_hw_suspend) max3100_resume()
884 s->max3100_hw_suspend(0); max3100_resume()

Completed in 126 milliseconds