Home
last modified time | relevance | path

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

/linux/arch/x86/platform/efi/
H A Defi_64.c566 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_variable() local
574 *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() local
605 *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() local
636 *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 …]
/linux/drivers/net/ethernet/qualcomm/rmnet/
H A 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/drivers/input/
H A Djoydev.c766 #define ACCEL_DEV(vnd, prd) \ argument
771 .vendor = (vnd), \