Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dmax3100.c577 if (s->max3100_hw_suspend) in max3100_shutdown()
578 s->max3100_hw_suspend(1); in max3100_shutdown()
630 if (s->max3100_hw_suspend) in max3100_startup()
631 s->max3100_hw_suspend(0); in max3100_startup()
791 max3100s[i]->max3100_hw_suspend = pdata->max3100_hw_suspend; in max3100_probe()
811 if (max3100s[i]->max3100_hw_suspend) in max3100_probe()
812 max3100s[i]->max3100_hw_suspend(1); in max3100_probe()
866 if (s->max3100_hw_suspend) in max3100_suspend()
867 s->max3100_hw_suspend(1); in max3100_suspend()
884 if (s->max3100_hw_suspend) in max3100_resume()
[all …]
/openbmc/linux/include/linux/
H A Dserial_max3100.h44 void (*max3100_hw_suspend) (int suspend); member