Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/pwc/
Dpwc-if.c1093 usb_make_path(udev, pdev->button_phys, sizeof(pdev->button_phys)); in usb_pwc_probe()
1094 strlcat(pdev->button_phys, "/input0", sizeof(pdev->button_phys)); in usb_pwc_probe()
1097 pdev->button_dev->phys = pdev->button_phys; in usb_pwc_probe()
Dpwc.h290 char button_phys[64]; member