Home
last modified time | relevance | path

Searched refs:get_usb_attr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libfido2/src/
H A Dnfc_linux.c51 get_usb_attr(struct udev_device *dev, const char *attr) in get_usb_attr() function
79 if ((di->manufacturer = get_usb_attr(dev, "manufacturer")) == NULL) in copy_info()
81 if ((di->product = get_usb_attr(dev, "product")) == NULL) in copy_info()
86 if ((str = get_usb_attr(dev, "idVendor")) != NULL && in copy_info()
90 if ((str = get_usb_attr(dev, "idProduct")) != NULL && in copy_info()
H A Dhid_linux.c132 get_usb_attr(struct udev_device *dev, const char *attr) in get_usb_attr() function
172 di->manufacturer = get_usb_attr(dev, "manufacturer"); in copy_info()
173 di->product = get_usb_attr(dev, "product"); in copy_info()
/freebsd/contrib/libfido2/fuzz/
H A Dfunctions.txt566 hid_linux.c:get_usb_attr 1 0 100.00% 3 0 100.00%
789 nfc_linux.c:get_usb_attr 1 1 0.00% 3 3 0.00%