Home
last modified time | relevance | path

Searched refs:last_cap (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/iommu/iommufd/
H A Dvfio_compat.c450 struct vfio_info_cap_header __user *last_cap = NULL; in iommufd_vfio_iommu_get_info() local
488 if (last_cap && info.argsz >= total_cap_size && in iommufd_vfio_iommu_get_info()
489 put_user(total_cap_size, &last_cap->next)) { in iommufd_vfio_iommu_get_info()
493 last_cap = arg + total_cap_size; in iommufd_vfio_iommu_get_info()
/linux/drivers/accessibility/speakup/
H A Dmain.c707 char *last_cap = spk_str_caps_stop; in spell_word() local
722 last_cap = spk_str_caps_stop; in spell_word()
726 if (str_cap != last_cap) { in spell_word()
728 last_cap = str_cap; in spell_word()