Searched refs:notify_func (Results 1 – 2 of 2) sorted by relevance
47 int (*ext_cd_init)(void (*notify_func)(struct platform_device *,49 int (*ext_cd_cleanup)(void (*notify_func)(struct platform_device *,
1406 void (*notify_func)(struct visor_device *dev, int response) = NULL; in initiate_chipset_device_pause_resume() local1409 notify_func = chipset_responders.device_pause; in initiate_chipset_device_pause_resume()1411 notify_func = chipset_responders.device_resume; in initiate_chipset_device_pause_resume()1412 if (!notify_func) in initiate_chipset_device_pause_resume()1458 if (notify_func) in initiate_chipset_device_pause_resume()1459 (*notify_func)(dev, rc); in initiate_chipset_device_pause_resume()