Lines Matching refs:vnd
93 const struct h5_vnd *vnd; member
226 if (h5->vnd && h5->vnd->open) in h5_open()
227 h5->vnd->open(h5); in h5_open()
251 if (h5->vnd && h5->vnd->close) in h5_close()
252 h5->vnd->close(h5); in h5_close()
264 if (h5->vnd && h5->vnd->setup) in h5_setup()
265 return h5->vnd->setup(h5); in h5_setup()
810 h5->vnd = (const struct h5_vnd *)match->driver_data; in h5_serdev_probe()
813 if (h5->vnd->acpi_gpio_map) in h5_serdev_probe()
815 h5->vnd->acpi_gpio_map); in h5_serdev_probe()
823 h5->vnd = (const struct h5_vnd *)data; in h5_serdev_probe()
851 if (h5->vnd && h5->vnd->suspend) in h5_serdev_suspend()
852 ret = h5->vnd->suspend(h5); in h5_serdev_suspend()
862 if (h5->vnd && h5->vnd->resume) in h5_serdev_resume()
863 ret = h5->vnd->resume(h5); in h5_serdev_resume()