Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/platform/efi/
A Defi_64.c595 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_variable() local
603 *vnd = *vendor; in efi_thunk_get_variable()
606 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_get_variable()
627 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable() local
634 *vnd = *vendor; in efi_thunk_set_variable()
637 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_set_variable()
657 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable_nonblocking() local
665 *vnd = *vendor; in efi_thunk_set_variable_nonblocking()
688 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_next_variable() local
695 *vnd = *vendor; in efi_thunk_get_next_variable()
[all …]
/linux-6.3-rc2/drivers/bluetooth/
A Dhci_h5.c120 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()
278 if (h5->vnd && h5->vnd->setup) in h5_setup()
838 h5->vnd = data->vnd; in h5_serdev_probe()
849 h5->vnd = data->vnd; in h5_serdev_probe()
879 if (h5->vnd && h5->vnd->suspend) in h5_serdev_suspend()
890 if (h5->vnd && h5->vnd->resume) in h5_serdev_resume()
1072 .vnd = &rtl_vnd,
[all …]
/linux-6.3-rc2/drivers/net/ethernet/qualcomm/rmnet/
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-6.3-rc2/arch/x86/kernel/cpu/mtrr/
A Dmtrr.h57 #define is_cpu(vnd) (mtrr_if && mtrr_if->vendor == X86_VENDOR_##vnd) argument
/linux-6.3-rc2/drivers/input/
A Djoydev.c767 #define ACCEL_DEV(vnd, prd) \ argument
772 .vendor = (vnd), \

Completed in 11 milliseconds