Searched refs:vnd (Results 1 – 4 of 4) sorted by relevance
92 const struct h5_vnd *vnd; member225 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()[all …]
16 struct net_device *vnd; in rmnet_map_do_flow_control() local33 vnd = ep->egress_dev; in rmnet_map_do_flow_control()39 r = rmnet_vnd_do_flow_control(vnd, enable); in rmnet_map_do_flow_control()
63 #define is_cpu(vnd) (mtrr_if && mtrr_if->vendor == X86_VENDOR_##vnd) argument
759 #define ACCEL_DEV(vnd, prd) \ argument764 .vendor = (vnd), \