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

/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c60 int ctl_id; member in struct:pvr2_sysfs_ctl_item
78 cip->chptr, cip->ctl_id, name);
100 cip->chptr, cip->ctl_id, name);
113 cip->chptr, cip->ctl_id, val);
126 cip->chptr, cip->ctl_id, val);
144 cip->chptr, cip->ctl_id, cnt, buf, val);
163 cip->chptr, cip->ctl_id, cnt, buf, val);
182 cip->chptr, cip->ctl_id, cnt, buf, val);
207 cip->chptr, cip->ctl_id);
232 cip->chptr, cip->ctl_id);
282 pvr2_sysfs_add_control(struct pvr2_sysfs *sfp,int ctl_id) argument
[all...]
H A Dpvrusb2-hdw.h142 struct pvr2_ctrl *pvr2_hdw_get_ctrl_v4l(struct pvr2_hdw *,unsigned int ctl_id);
146 unsigned int ctl_id);
H A Dpvrusb2-hdw.c2737 unsigned int ctl_id)
2747 if (i && (i == ctl_id)) return cptr;
2754 struct pvr2_ctrl *pvr2_hdw_get_ctrl_v4l(struct pvr2_hdw *hdw,unsigned int ctl_id) argument
2764 if (i && (i == ctl_id)) return cptr;
2773 unsigned int ctl_id)
2785 if (i <= ctl_id) continue;
2736 pvr2_hdw_get_ctrl_by_id(struct pvr2_hdw *hdw, unsigned int ctl_id) argument
2772 pvr2_hdw_get_ctrl_nextv4l(struct pvr2_hdw *hdw, unsigned int ctl_id) argument
/linux-master/drivers/staging/greybus/
H A Daudio_topology.c20 unsigned int ctl_id; member in struct:gbaudio_ctl_pvt
203 name = gbaudio_map_controlid(module, data->ctl_id,
240 ret = gb_audio_gb_get_control(module->mgmt_connection, data->ctl_id,
329 ret = gb_audio_gb_set_control(module->mgmt_connection, data->ctl_id,
410 ret = gb_audio_gb_get_control(module->mgmt_connection, data->ctl_id,
465 ret = gb_audio_gb_get_control(module->mgmt_connection, data->ctl_id,
481 data->ctl_id,
551 int ret, ctl_id; local
563 ctl_id = gbaudio_map_controlname(module, kcontrol->id.name);
564 if (ctl_id <
596 int ret, ctl_id; local
716 int ret, ctl_id; local
762 int ret, wi, ctl_id; local
[all...]
/linux-master/sound/soc/intel/avs/
H A Dcontrol.c35 && mod->template->ctl_id == id) {
H A Dtopology.h196 u32 ctl_id; member in struct:avs_tplg_module
H A Dpath.c283 if (ctl_data->id == t->ctl_id)
H A Dtopology.c1118 .offset = offsetof(struct avs_tplg_module, ctl_id),
/linux-master/sound/usb/
H A Dmixer_s1810c.c367 u32 ctl_id = (pval >> 8) & 0xFF; local
372 ret = snd_s1810c_send_ctl_packet(chip->dev, 0, 0, 0, ctl_id, ctl_val);
/linux-master/drivers/usb/gadget/function/
H A Df_uac1.c46 int ctl_id; /* EP id */ member in struct:f_uac1
428 if (uac1->ctl_id == (USB_DIR_IN | 2)) {
431 } else if (uac1->ctl_id == (USB_DIR_OUT | 1)) {
826 uac1->ctl_id = ep;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h996 __be16 ctl_id; member in struct:fw_ldst_cmd::fw_ldst::fw_ldst_func

Completed in 178 milliseconds