Searched refs:ctl_id (Results 1 - 3 of 3) 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.c304 #define CREATE_SHOW_INSTANCE(sf_name,ctl_id) \
305 static ssize_t sf_name##_##ctl_id(struct class_device *class_dev,char *buf) \
306 { return sf_name(ctl_id,class_dev,buf); }
308 #define CREATE_STORE_INSTANCE(sf_name,ctl_id) \
309 static ssize_t sf_name##_##ctl_id(struct class_device *class_dev,const char *buf,size_t count) \
310 { return sf_name(ctl_id,class_dev,buf,count); }
312 #define CREATE_BATCH(ctl_id) \
313 CREATE_SHOW_INSTANCE(show_name,ctl_id) \
314 CREATE_SHOW_INSTANCE(show_type,ctl_id) \
315 CREATE_SHOW_INSTANCE(show_min,ctl_id) \
478 pvr2_sysfs_add_control(struct pvr2_sysfs *sfp,int ctl_id) argument
[all...]
H A Dpvrusb2-hdw.h143 struct pvr2_ctrl *pvr2_hdw_get_ctrl_v4l(struct pvr2_hdw *,unsigned int ctl_id);
147 unsigned int ctl_id);
H A Dpvrusb2-hdw.c2318 unsigned int ctl_id)
2328 if (i && (i == ctl_id)) return cptr;
2335 struct pvr2_ctrl *pvr2_hdw_get_ctrl_v4l(struct pvr2_hdw *hdw,unsigned int ctl_id) argument
2345 if (i && (i == ctl_id)) return cptr;
2354 unsigned int ctl_id)
2366 if (i <= ctl_id) continue;
2317 pvr2_hdw_get_ctrl_by_id(struct pvr2_hdw *hdw, unsigned int ctl_id) argument
2353 pvr2_hdw_get_ctrl_nextv4l(struct pvr2_hdw *hdw, unsigned int ctl_id) argument

Completed in 52 milliseconds