Searched refs:attr_v4l_minor_number (Results 1 – 1 of 1) sorted by relevance
36 struct device_attribute attr_v4l_minor_number; member538 &sfp->attr_v4l_minor_number); in class_dev_destroy()658 sysfs_attr_init(&sfp->attr_v4l_minor_number.attr); in class_dev_create()659 sfp->attr_v4l_minor_number.attr.name = "v4l_minor_number"; in class_dev_create()660 sfp->attr_v4l_minor_number.attr.mode = S_IRUGO; in class_dev_create()661 sfp->attr_v4l_minor_number.show = v4l_minor_number_show; in class_dev_create()662 sfp->attr_v4l_minor_number.store = NULL; in class_dev_create()664 &sfp->attr_v4l_minor_number); in class_dev_create()