Searched refs:vargs (Results 1 – 1 of 1) sorted by relevance
4178 va_list vargs; in hci_set_hw_info() local4180 va_start(vargs, fmt); in hci_set_hw_info()4182 hdev->hw_info = kvasprintf_const(GFP_KERNEL, fmt, vargs); in hci_set_hw_info()4183 va_end(vargs); in hci_set_hw_info()4189 va_list vargs; in hci_set_fw_info() local4191 va_start(vargs, fmt); in hci_set_fw_info()4193 hdev->fw_info = kvasprintf_const(GFP_KERNEL, fmt, vargs); in hci_set_fw_info()4194 va_end(vargs); in hci_set_fw_info()