Home
last modified time | relevance | path

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

/linux-6.15/drivers/bluetooth/
H A Dhci_h5.c121 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()
279 if (h5->vnd && h5->vnd->setup) in h5_setup()
841 h5->vnd = data->vnd; in h5_serdev_probe()
852 h5->vnd = data->vnd; in h5_serdev_probe()
883 if (h5->vnd && h5->vnd->suspend) in h5_serdev_suspend()
894 if (h5->vnd && h5->vnd->resume) in h5_serdev_resume()
1079 .vnd = &rtl_vnd,
[all …]
/linux-6.15/arch/x86/platform/efi/
H A Defi_64.c568 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_variable() local
576 *vnd = *vendor; in efi_thunk_get_variable()
579 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_get_variable()
600 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable() local
607 *vnd = *vendor; in efi_thunk_set_variable()
610 phys_vendor = virt_to_phys_or_null(vnd); in efi_thunk_set_variable()
630 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable_nonblocking() local
638 *vnd = *vendor; in efi_thunk_set_variable_nonblocking()
661 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_next_variable() local
668 *vnd = *vendor; in efi_thunk_get_next_variable()
[all …]
/linux-6.15/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-6.15/drivers/input/
H A Djoydev.c766 #define ACCEL_DEV(vnd, prd) \ argument
771 .vendor = (vnd), \