Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dhci_h5.c101 const struct h5_vnd *vnd; member
124 struct h5_vnd *vnd; member
243 if (h5->vnd && h5->vnd->open) in h5_open()
244 h5->vnd->open(h5); in h5_open()
270 if (h5->vnd && h5->vnd->close) in h5_close()
271 h5->vnd->close(h5); in h5_close()
283 if (h5->vnd && h5->vnd in h5_setup()
[all...]
/linux/drivers/net/ethernet/qualcomm/rmnet/
H A 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()
/linux/drivers/input/
H A Djoydev.c766 #define ACCEL_DEV(vnd, prd) \ argument
771 .vendor = (vnd), \