Lines Matching refs:vnd
92 const struct h5_vnd *vnd; member
225 if (h5->vnd && h5->vnd->open) in h5_open()
226 h5->vnd->open(h5); in h5_open()
247 if (h5->vnd && h5->vnd->close) in h5_close()
248 h5->vnd->close(h5); in h5_close()
260 if (h5->vnd && h5->vnd->setup) in h5_setup()
261 return h5->vnd->setup(h5); in h5_setup()
804 h5->vnd = (const struct h5_vnd *)match->driver_data; in h5_serdev_probe()
807 if (h5->vnd->acpi_gpio_map) in h5_serdev_probe()
809 h5->vnd->acpi_gpio_map); in h5_serdev_probe()
836 if (h5->vnd && h5->vnd->suspend) in h5_serdev_suspend()
837 ret = h5->vnd->suspend(h5); in h5_serdev_suspend()
847 if (h5->vnd && h5->vnd->resume) in h5_serdev_resume()
848 ret = h5->vnd->resume(h5); in h5_serdev_resume()