Searched refs:attr_max (Results 1 – 2 of 2) sorted by relevance
53 struct device_attribute attr_max; member123 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_max); in show_max()323 sysfs_attr_init(&cip->attr_max.attr); in pvr2_sysfs_add_control()324 cip->attr_max.attr.name = "max_val"; in pvr2_sysfs_add_control()325 cip->attr_max.attr.mode = S_IRUGO; in pvr2_sysfs_add_control()326 cip->attr_max.show = show_max; in pvr2_sysfs_add_control()376 cip->attr_gen[acnt++] = &cip->attr_max.attr; in pvr2_sysfs_add_control()
762 attr_max, event_idx_last, desc_ct, long_desc_ct; in create_events_from_catalog() local866 for (junk_events = 0, event = event_data, event_idx = 0, attr_max = 0; in create_events_from_catalog()900 attr_max++; in create_events_from_catalog()908 events = kmalloc_objs(*events, attr_max + 1); in create_events_from_catalog()