Searched refs:vnd (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/platform/efi/ |
| H A D | efi_64.c | 601 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable() 609 *vnd = *vendor; in efi_thunk_set_variable() 612 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_set_variable() 633 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable_nonblocking() 640 *vnd = *vendor; in efi_thunk_set_variable_nonblocking() 643 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_set_variable_nonblocking() 663 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_next_variable() 566 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); efi_thunk_get_variable() local 598 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); efi_thunk_set_variable() local 628 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); efi_thunk_set_variable_nonblocking() local 659 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); efi_thunk_get_next_variable() local [all...] |
| /linux/drivers/bluetooth/ |
| H A D | hci_h5.c | 101 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 D | rmnet_map_command.c | 17 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 D | joydev.c | 766 #define ACCEL_DEV(vnd, prd) \ argument 771 .vendor = (vnd), \
|