Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/platform/efi/
Defi_64.c610 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_variable() local
618 *vnd = *vendor; in efi_thunk_get_variable()
621 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_get_variable()
642 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable() local
649 *vnd = *vendor; in efi_thunk_set_variable()
652 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_set_variable()
672 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable_nonblocking() local
680 *vnd = *vendor; in efi_thunk_set_variable_nonblocking()
683 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_set_variable_nonblocking()
703 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_next_variable() local
[all …]
/Linux-v6.6/drivers/bluetooth/
Dhci_h5.c98 const struct h5_vnd *vnd; member
120 struct h5_vnd *vnd; member
240 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()
840 h5->vnd = data->vnd; in h5_serdev_probe()
843 if (h5->vnd->acpi_gpio_map) in h5_serdev_probe()
[all …]
/Linux-v6.6/drivers/net/ethernet/qualcomm/rmnet/
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-v6.6/drivers/input/
Djoydev.c767 #define ACCEL_DEV(vnd, prd) \ argument
772 .vendor = (vnd), \