Home
last modified time | relevance | path

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

/linux/arch/x86/platform/efi/
H A Defi_64.c566 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_variable() local
574 *vnd = *vendor; in efi_thunk_get_variable()
577 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_get_variable()
598 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable() local
605 *vnd = *vendor; in efi_thunk_set_variable()
608 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_set_variable()
628 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable_nonblocking() local
636 *vnd = *vendor; in efi_thunk_set_variable_nonblocking()
639 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_set_variable_nonblocking()
659 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_next_variable() local
[all …]
/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->setup) in h5_setup()
284 return h5->vnd->setup(h5); in h5_setup()
874 h5->vnd = data->vnd; in h5_serdev_probe()
877 if (h5->vnd->acpi_gpio_map) in h5_serdev_probe()
[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), \