Searched refs:vnd (Results 1 – 4 of 4) sorted by relevance
566 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_variable() local574 *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() local605 *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() local636 *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 …]
101 const struct h5_vnd *vnd; member124 struct h5_vnd *vnd; member243 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 …]
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()
766 #define ACCEL_DEV(vnd, prd) \ argument771 .vendor = (vnd), \