Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/platform/efi/
Defi_64.c596 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_variable() local
604 *vnd = *vendor; in efi_thunk_get_variable()
607 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_get_variable()
628 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable() local
635 *vnd = *vendor; in efi_thunk_set_variable()
638 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_set_variable()
658 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable_nonblocking() local
666 *vnd = *vendor; in efi_thunk_set_variable_nonblocking()
669 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_set_variable_nonblocking()
689 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_next_variable() local
[all …]
/Linux-v5.10/drivers/bluetooth/
Dhci_h5.c93 const struct h5_vnd *vnd; member
226 if (h5->vnd && h5->vnd->open) in h5_open()
227 h5->vnd->open(h5); in h5_open()
248 if (h5->vnd && h5->vnd->close) in h5_close()
249 h5->vnd->close(h5); in h5_close()
261 if (h5->vnd && h5->vnd->setup) in h5_setup()
262 return h5->vnd->setup(h5); in h5_setup()
807 h5->vnd = (const struct h5_vnd *)match->driver_data; in h5_serdev_probe()
810 if (h5->vnd->acpi_gpio_map) in h5_serdev_probe()
812 h5->vnd->acpi_gpio_map); in h5_serdev_probe()
[all …]
/Linux-v5.10/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_map_command.c16 struct net_device *vnd; in rmnet_map_do_flow_control() local
33 vnd = ep->egress_dev; in rmnet_map_do_flow_control()
39 r = rmnet_vnd_do_flow_control(vnd, enable); in rmnet_map_do_flow_control()
/Linux-v5.10/arch/x86/kernel/cpu/mtrr/
Dmtrr.h63 #define is_cpu(vnd) (mtrr_if && mtrr_if->vendor == X86_VENDOR_##vnd) argument
/Linux-v5.10/drivers/input/
Djoydev.c759 #define ACCEL_DEV(vnd, prd) \ argument
764 .vendor = (vnd), \