Home
last modified time | relevance | path

Searched refs:ctl_id (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c60 int ctl_id; member
78 cip->chptr, cip->ctl_id, name); in show_name()
100 cip->chptr, cip->ctl_id, name); in show_type()
113 cip->chptr, cip->ctl_id, val); in show_min()
126 cip->chptr, cip->ctl_id, val); in show_max()
144 cip->chptr, cip->ctl_id, cnt, buf, val); in show_def()
163 cip->chptr, cip->ctl_id, cnt, buf, val); in show_val_norm()
182 cip->chptr, cip->ctl_id, cnt, buf, val); in show_val_custom()
207 cip->chptr, cip->ctl_id); in show_enum()
232 cip->chptr, cip->ctl_id); in show_bits()
[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);
/linux/sound/usb/
H A Dmixer_s1810c.c411 u32 ctl_id = (pval >> 8) & 0xFF; in snd_s1810c_set_switch_state() local
415 return snd_s1810c_send_ctl_packet(chip->dev, 0, 0, 0, ctl_id, ctl_val); in snd_s1810c_set_switch_state()
/linux/drivers/usb/gadget/function/
H A Df_uac1.c46 int ctl_id; /* EP id */ member
414 if (uac1->ctl_id == (USB_DIR_IN | 2)) { in uac_cs_attr_sample_rate()
417 } else if (uac1->ctl_id == (USB_DIR_OUT | 1)) { in uac_cs_attr_sample_rate()
812 uac1->ctl_id = ep; in audio_set_endpoint_req()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h996 __be16 ctl_id; member