Searched refs:attr_v4l_minor_number (Results 1 – 1 of 1) sorted by relevance
26 struct device_attribute attr_v4l_minor_number; member528 &sfp->attr_v4l_minor_number); in class_dev_destroy()648 sysfs_attr_init(&sfp->attr_v4l_minor_number.attr); in class_dev_create()649 sfp->attr_v4l_minor_number.attr.name = "v4l_minor_number"; in class_dev_create()650 sfp->attr_v4l_minor_number.attr.mode = S_IRUGO; in class_dev_create()651 sfp->attr_v4l_minor_number.show = v4l_minor_number_show; in class_dev_create()652 sfp->attr_v4l_minor_number.store = NULL; in class_dev_create()654 &sfp->attr_v4l_minor_number); in class_dev_create()