Searched refs:vnd (Results 1 – 5 of 5) sorted by relevance
580 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_variable() local588 *vnd = *vendor; in efi_thunk_get_variable()591 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_get_variable()612 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable() local619 *vnd = *vendor; in efi_thunk_set_variable()622 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_set_variable()642 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable_nonblocking() local650 *vnd = *vendor; in efi_thunk_set_variable_nonblocking()653 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_set_variable_nonblocking()673 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_next_variable() local[all …]
98 const struct h5_vnd *vnd; member120 struct h5_vnd *vnd; member240 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()835 h5->vnd = data->vnd; in h5_serdev_probe()838 if (h5->vnd->acpi_gpio_map) in h5_serdev_probe()[all …]
17 struct net_device *vnd; in rmnet_map_do_flow_control() local34 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()
63 #define is_cpu(vnd) (mtrr_if && mtrr_if->vendor == X86_VENDOR_##vnd) argument
761 #define ACCEL_DEV(vnd, prd) \ argument766 .vendor = (vnd), \