Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_map_command.c25 struct net_device *vnd; in rmnet_map_do_flow_control() local
46 vnd = ep->egress_dev; in rmnet_map_do_flow_control()
56 r = rmnet_vnd_do_flow_control(vnd, enable); in rmnet_map_do_flow_control()
/Linux-v4.19/drivers/bluetooth/
Dhci_h5.c107 const struct h5_vnd *vnd; member
238 if (h5->vnd && h5->vnd->open) in h5_open()
239 h5->vnd->open(h5); in h5_open()
260 if (h5->vnd && h5->vnd->close) in h5_close()
261 h5->vnd->close(h5); in h5_close()
273 if (h5->vnd && h5->vnd->setup) in h5_setup()
274 return h5->vnd->setup(h5); in h5_setup()
817 h5->vnd = (const struct h5_vnd *)match->driver_data; in h5_serdev_probe()
820 if (h5->vnd->acpi_gpio_map) in h5_serdev_probe()
822 h5->vnd->acpi_gpio_map); in h5_serdev_probe()
/Linux-v4.19/arch/x86/kernel/cpu/mtrr/
Dmtrr.h63 #define is_cpu(vnd) (mtrr_if && mtrr_if->vendor == X86_VENDOR_##vnd) argument
/Linux-v4.19/drivers/input/
Djoydev.c763 #define ACCEL_DEV(vnd, prd) \ argument
768 .vendor = (vnd), \