Lines Matching refs:vnd
98 const struct h5_vnd *vnd; member
120 struct h5_vnd *vnd; member
240 if (h5->vnd && h5->vnd->open) in h5_open()
241 h5->vnd->open(h5); in h5_open()
265 if (h5->vnd && h5->vnd->close) in h5_close()
266 h5->vnd->close(h5); in h5_close()
278 if (h5->vnd && h5->vnd->setup) in h5_setup()
279 return h5->vnd->setup(h5); in h5_setup()
839 h5->vnd = data->vnd; in h5_serdev_probe()
842 if (h5->vnd->acpi_gpio_map) in h5_serdev_probe()
844 h5->vnd->acpi_gpio_map); in h5_serdev_probe()
850 h5->vnd = data->vnd; in h5_serdev_probe()
884 if (h5->vnd && h5->vnd->suspend) in h5_serdev_suspend()
885 ret = h5->vnd->suspend(h5); in h5_serdev_suspend()
895 if (h5->vnd && h5->vnd->resume) in h5_serdev_resume()
896 ret = h5->vnd->resume(h5); in h5_serdev_resume()
1072 .vnd = &rtl_vnd,
1077 .vnd = &rtl_vnd,