Searched refs:attr_v4l_minor_number (Results 1 – 1 of 1) sorted by relevance
26 struct device_attribute attr_v4l_minor_number; member521 &sfp->attr_v4l_minor_number); in class_dev_destroy()640 sysfs_attr_init(&sfp->attr_v4l_minor_number.attr); in class_dev_create()641 sfp->attr_v4l_minor_number.attr.name = "v4l_minor_number"; in class_dev_create()642 sfp->attr_v4l_minor_number.attr.mode = S_IRUGO; in class_dev_create()643 sfp->attr_v4l_minor_number.show = v4l_minor_number_show; in class_dev_create()644 sfp->attr_v4l_minor_number.store = NULL; in class_dev_create()646 &sfp->attr_v4l_minor_number); in class_dev_create()