Searched refs:vnd (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/platform/efi/ |
H A D | efi_64.c | 577 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_variable() local 585 *vnd = *vendor; in efi_thunk_get_variable() 588 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_get_variable() 609 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable() local 616 *vnd = *vendor; in efi_thunk_set_variable() 619 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_set_variable() 639 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable_nonblocking() local 670 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); efi_thunk_get_next_variable() local [all...] |
/kernel/linux/linux-6.6/arch/x86/platform/efi/ |
H A D | efi_64.c | 610 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 703 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); efi_thunk_get_next_variable() local [all...] |
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_h5.c | 93 const struct h5_vnd *vnd; member 226 if (h5->vnd && h5->vnd->open) in h5_open() 227 h5->vnd->open(h5); in h5_open() 251 if (h5->vnd && h5->vnd->close) in h5_close() 252 h5->vnd->close(h5); in h5_close() 264 if (h5->vnd && h5->vnd->setup) in h5_setup() 265 return h5->vnd in h5_setup() [all...] |
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | hci_h5.c | 98 const struct h5_vnd *vnd; member 121 struct h5_vnd *vnd; member 241 if (h5->vnd && h5->vnd->open) in h5_open() 242 h5->vnd->open(h5); in h5_open() 266 if (h5->vnd && h5->vnd->close) in h5_close() 267 h5->vnd->close(h5); in h5_close() 279 if (h5->vnd && h5->vnd in h5_setup() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/rmnet/ |
H A D | rmnet_map_command.c | 16 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/rmnet/ |
H A D | rmnet_map_command.c | 17 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()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mtrr/ |
H A D | mtrr.h | 63 #define is_cpu(vnd) (mtrr_if && mtrr_if->vendor == X86_VENDOR_##vnd)
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | vendor-cmd.c | 6 #include <linux/nl80211-vnd-intel.h>
|
/kernel/linux/linux-5.10/drivers/input/ |
H A D | joydev.c | 762 #define ACCEL_DEV(vnd, prd) \ 767 .vendor = (vnd), \
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | joydev.c | 767 #define ACCEL_DEV(vnd, prd) \ 772 .vendor = (vnd), \
|
Completed in 7 milliseconds