Searched refs:show_val_custom (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-sysfs.c187 static ssize_t show_val_custom(int id,struct class_device *class_dev,char *buf) function
205 pvr2_sysfs_trace("pvr2_sysfs(%p) show_val_custom(cid=%d) is %.*s (%d)",
318 CREATE_SHOW_INSTANCE(show_val_custom,ctl_id) \
395 ssize_t (*show_val_custom)(struct class_device *,char *); member in struct:pvr2_sysfs_func_set
410 .show_val_custom = show_val_custom_##ctl_id, \
552 cip->attr_custom.show = fp->show_val_custom;

Completed in 34 milliseconds