vnd                63 arch/x86/kernel/cpu/mtrr/mtrr.h #define is_cpu(vnd)	(mtrr_if && mtrr_if->vendor == X86_VENDOR_##vnd)
vnd               792 arch/x86/platform/efi/efi_64.c 	efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd));
vnd               800 arch/x86/platform/efi/efi_64.c 	*vnd = *vendor;
vnd               803 arch/x86/platform/efi/efi_64.c 	phys_vendor = virt_to_phys_or_null(vnd);
vnd               824 arch/x86/platform/efi/efi_64.c 	efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd));
vnd               831 arch/x86/platform/efi/efi_64.c 	*vnd = *vendor;
vnd               834 arch/x86/platform/efi/efi_64.c 	phys_vendor = virt_to_phys_or_null(vnd);
vnd               854 arch/x86/platform/efi/efi_64.c 	efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd));
vnd               862 arch/x86/platform/efi/efi_64.c 	*vnd = *vendor;
vnd               865 arch/x86/platform/efi/efi_64.c 	phys_vendor = virt_to_phys_or_null(vnd);
vnd               885 arch/x86/platform/efi/efi_64.c 	efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd));
vnd               892 arch/x86/platform/efi/efi_64.c 	*vnd = *vendor;
vnd               895 arch/x86/platform/efi/efi_64.c 	phys_vendor = virt_to_phys_or_null(vnd);
vnd               906 arch/x86/platform/efi/efi_64.c 	*vendor = *vnd;
vnd                92 drivers/bluetooth/hci_h5.c 	const struct h5_vnd *vnd;
vnd               225 drivers/bluetooth/hci_h5.c 	if (h5->vnd && h5->vnd->open)
vnd               226 drivers/bluetooth/hci_h5.c 		h5->vnd->open(h5);
vnd               247 drivers/bluetooth/hci_h5.c 	if (h5->vnd && h5->vnd->close)
vnd               248 drivers/bluetooth/hci_h5.c 		h5->vnd->close(h5);
vnd               260 drivers/bluetooth/hci_h5.c 	if (h5->vnd && h5->vnd->setup)
vnd               261 drivers/bluetooth/hci_h5.c 		return h5->vnd->setup(h5);
vnd               804 drivers/bluetooth/hci_h5.c 		h5->vnd = (const struct h5_vnd *)match->driver_data;
vnd               807 drivers/bluetooth/hci_h5.c 		if (h5->vnd->acpi_gpio_map)
vnd               809 drivers/bluetooth/hci_h5.c 						       h5->vnd->acpi_gpio_map);
vnd               836 drivers/bluetooth/hci_h5.c 	if (h5->vnd && h5->vnd->suspend)
vnd               837 drivers/bluetooth/hci_h5.c 		ret = h5->vnd->suspend(h5);
vnd               847 drivers/bluetooth/hci_h5.c 	if (h5->vnd && h5->vnd->resume)
vnd               848 drivers/bluetooth/hci_h5.c 		ret = h5->vnd->resume(h5);
vnd               759 drivers/input/joydev.c #define ACCEL_DEV(vnd, prd)						\
vnd               764 drivers/input/joydev.c 		.vendor = (vnd),					\
vnd                16 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_command.c 	struct net_device *vnd;
vnd                33 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_command.c 	vnd = ep->egress_dev;
vnd                39 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_command.c 	r = rmnet_vnd_do_flow_control(vnd, enable);