Home
last modified time | relevance | path

Searched refs:vnd (Results 1 – 3 of 3) sorted by relevance

/drivers/bluetooth/
Dhci_h5.c98 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()
[all …]
/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_map_command.c17 struct net_device *vnd; in rmnet_map_do_flow_control() local
34 vnd = ep->egress_dev; in rmnet_map_do_flow_control()
40 r = rmnet_vnd_do_flow_control(vnd, enable); in rmnet_map_do_flow_control()
/drivers/input/
Djoydev.c761 #define ACCEL_DEV(vnd, prd) \ argument
766 .vendor = (vnd), \