max3100_hw_suspend 128 drivers/tty/serial/max3100.c void (*max3100_hw_suspend) (int suspend); max3100_hw_suspend 568 drivers/tty/serial/max3100.c if (s->max3100_hw_suspend) max3100_hw_suspend 569 drivers/tty/serial/max3100.c s->max3100_hw_suspend(1); max3100_hw_suspend 621 drivers/tty/serial/max3100.c if (s->max3100_hw_suspend) max3100_hw_suspend 622 drivers/tty/serial/max3100.c s->max3100_hw_suspend(0); max3100_hw_suspend 781 drivers/tty/serial/max3100.c max3100s[i]->max3100_hw_suspend = pdata->max3100_hw_suspend; max3100_hw_suspend 801 drivers/tty/serial/max3100.c if (max3100s[i]->max3100_hw_suspend) max3100_hw_suspend 802 drivers/tty/serial/max3100.c max3100s[i]->max3100_hw_suspend(1); max3100_hw_suspend 856 drivers/tty/serial/max3100.c if (s->max3100_hw_suspend) max3100_hw_suspend 857 drivers/tty/serial/max3100.c s->max3100_hw_suspend(1); max3100_hw_suspend 874 drivers/tty/serial/max3100.c if (s->max3100_hw_suspend) max3100_hw_suspend 875 drivers/tty/serial/max3100.c s->max3100_hw_suspend(0); max3100_hw_suspend 44 include/linux/serial_max3100.h void (*max3100_hw_suspend) (int suspend);