Searched refs:max3100_hw_suspend (Results 1 – 2 of 2) sorted by relevance
128 void (*max3100_hw_suspend) (int suspend); member565 if (s->max3100_hw_suspend) in max3100_shutdown()566 s->max3100_hw_suspend(1); in max3100_shutdown()618 if (s->max3100_hw_suspend) in max3100_startup()619 s->max3100_hw_suspend(0); in max3100_startup()778 max3100s[i]->max3100_hw_suspend = pdata->max3100_hw_suspend; in max3100_probe()798 if (max3100s[i]->max3100_hw_suspend) in max3100_probe()799 max3100s[i]->max3100_hw_suspend(1); in max3100_probe()853 if (s->max3100_hw_suspend) in max3100_suspend()854 s->max3100_hw_suspend(1); in max3100_suspend()[all …]
44 void (*max3100_hw_suspend) (int suspend); member