Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/usbip/userspace/libsrc/
Dvhci_driver.c123 char class_path[SYSFS_PATH_MAX]; /* /sys/class/video4linux/video0/device */ in check_usbip_device() local
128 snprintf(class_path, sizeof(class_path), "%s/device", cdev->path); in check_usbip_device()
130 ret = sysfs_get_link(class_path, dev_path, sizeof(dev_path)); in check_usbip_device()
141 strncpy(usbip_cdev->class_path, class_path, in check_usbip_device()
142 sizeof(usbip_cdev->class_path)); in check_usbip_device()
145 dbg("found: %s %s", class_path, dev_path); in check_usbip_device()
193 char class_path[SYSFS_PATH_MAX]; in refresh_class_device_list() local
201 snprintf(class_path, sizeof(class_path), "%s/%s", sysfs_mntpath, in refresh_class_device_list()
205 cname_list = sysfs_open_directory_list(class_path); in refresh_class_device_list()
Dvhci_driver.h17 char class_path[SYSFS_PATH_MAX]; member