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

/linux-4.4.14/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c74 int ctl_id; member in struct:pvr2_sysfs_ctl_item
96 cip->chptr, cip->ctl_id, name); show_name()
118 cip->chptr, cip->ctl_id, name); show_type()
132 cip->chptr, cip->ctl_id, val); show_min()
145 cip->chptr, cip->ctl_id, val); show_max()
163 cip->chptr, cip->ctl_id, cnt, buf, val); show_def()
182 cip->chptr, cip->ctl_id, cnt, buf, val); show_val_norm()
201 cip->chptr, cip->ctl_id, cnt, buf, val); show_val_custom()
226 cip->chptr, cip->ctl_id); show_enum()
251 cip->chptr, cip->ctl_id); show_bits()
281 cip->chptr, cip->ctl_id, (int)count, buf); store_val_norm()
295 cip->chptr, cip->ctl_id, (int)count, buf); store_val_custom()
301 static void pvr2_sysfs_add_control(struct pvr2_sysfs *sfp,int ctl_id) pvr2_sysfs_add_control() argument
308 cptr = pvr2_hdw_get_ctrl_by_index(sfp->channel.hdw,ctl_id); pvr2_sysfs_add_control()
316 cip->ctl_id = ctl_id; pvr2_sysfs_add_control()
H A Dpvrusb2-hdw.h155 struct pvr2_ctrl *pvr2_hdw_get_ctrl_v4l(struct pvr2_hdw *,unsigned int ctl_id);
159 unsigned int ctl_id);
H A Dpvrusb2-hdw.c2786 unsigned int ctl_id) pvr2_hdw_get_ctrl_by_id()
2796 if (i && (i == ctl_id)) return cptr; pvr2_hdw_get_ctrl_by_id()
2803 struct pvr2_ctrl *pvr2_hdw_get_ctrl_v4l(struct pvr2_hdw *hdw,unsigned int ctl_id) pvr2_hdw_get_ctrl_v4l() argument
2813 if (i && (i == ctl_id)) return cptr; pvr2_hdw_get_ctrl_v4l()
2822 unsigned int ctl_id) pvr2_hdw_get_ctrl_nextv4l()
2834 if (i <= ctl_id) continue; pvr2_hdw_get_ctrl_nextv4l()
2785 pvr2_hdw_get_ctrl_by_id(struct pvr2_hdw *hdw, unsigned int ctl_id) pvr2_hdw_get_ctrl_by_id() argument
2821 pvr2_hdw_get_ctrl_nextv4l(struct pvr2_hdw *hdw, unsigned int ctl_id) pvr2_hdw_get_ctrl_nextv4l() argument
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h821 __be16 ctl_id; member in struct:fw_ldst_cmd::fw_ldst::fw_ldst_func

Completed in 463 milliseconds