Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/pvrusb2/
Dpvrusb2-sysfs.c38 struct pvr2_sysfs_ctl_item *item_first;
39 struct pvr2_sysfs_ctl_item *item_last;
63 struct pvr2_sysfs_ctl_item { struct
76 struct pvr2_sysfs_ctl_item *item_next; argument
91 struct pvr2_sysfs_ctl_item *cip; in show_name() argument
93 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_name); in show_name()
105 struct pvr2_sysfs_ctl_item *cip; in show_type()
108 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_type); in show_type()
127 struct pvr2_sysfs_ctl_item *cip; in show_min()
129 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_min); in show_min()
[all …]