Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/em28xx/
Dem28xx-input.c522 usb_make_path(dev->udev, dev->snapshot_button_path, in em28xx_register_snapshot_button()
523 sizeof(dev->snapshot_button_path)); in em28xx_register_snapshot_button()
524 strlcat(dev->snapshot_button_path, "/sbutton", in em28xx_register_snapshot_button()
525 sizeof(dev->snapshot_button_path)); in em28xx_register_snapshot_button()
529 input_dev->phys = dev->snapshot_button_path; in em28xx_register_snapshot_button()
Dem28xx.h640 char snapshot_button_path[30]; /* path of the input dev */ member