Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/greybus/
H A Daudio_topology.c20 unsigned int ctl_id; member
481 data->ctl_id, in gbcodec_mixer_dapm_ctl_put()
551 int ret, ctl_id; in gbcodec_enum_ctl_get() local
564 if (ctl_id < 0) in gbcodec_enum_ctl_get()
596 int ret, ctl_id; in gbcodec_enum_ctl_put() local
609 if (ctl_id < 0) in gbcodec_enum_ctl_put()
716 int ret, ctl_id; in gbcodec_enum_dapm_ctl_get() local
731 if (ctl_id < 0) in gbcodec_enum_dapm_ctl_get()
762 int ret, wi, ctl_id; in gbcodec_enum_dapm_ctl_put() local
782 if (ctl_id < 0) in gbcodec_enum_dapm_ctl_put()
[all …]
/openbmc/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);
H A Dpvrusb2-hdw.c2737 unsigned int ctl_id) in pvr2_hdw_get_ctrl_by_id() argument
2747 if (i && (i == ctl_id)) return cptr; in pvr2_hdw_get_ctrl_by_id()
2754 struct pvr2_ctrl *pvr2_hdw_get_ctrl_v4l(struct pvr2_hdw *hdw,unsigned int ctl_id) in pvr2_hdw_get_ctrl_v4l() argument
2764 if (i && (i == ctl_id)) return cptr; in pvr2_hdw_get_ctrl_v4l()
2773 unsigned int ctl_id) in pvr2_hdw_get_ctrl_nextv4l() argument
2785 if (i <= ctl_id) continue; in pvr2_hdw_get_ctrl_nextv4l()
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dpinmux.h177 u8 ctl_id; member
/openbmc/linux/sound/soc/intel/avs/
H A Dcontrol.c35 && mod->template->ctl_id == id) { in avs_get_volume_module()
H A Dtopology.h185 u32 ctl_id; member
H A Dpath.c284 if (ctl_data->id == t->ctl_id) in avs_get_module_control()
H A Dtopology.c1077 .offset = offsetof(struct avs_tplg_module, ctl_id),
/openbmc/linux/sound/usb/
H A Dmixer_s1810c.c367 u32 ctl_id = (pval >> 8) & 0xFF; in snd_s1810c_set_switch_state() local
372 ret = snd_s1810c_send_ctl_packet(chip->dev, 0, 0, 0, ctl_id, ctl_val); in snd_s1810c_set_switch_state()
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dpinmux-common.c84 #define MUX_REG(grp) _R(0x80 + ((tegra_soc_pingroups[grp].ctl_id / 16) * 4))
85 #define MUX_SHIFT(grp) ((tegra_soc_pingroups[grp].ctl_id % 16) * 2)
/openbmc/linux/drivers/usb/gadget/function/
H A Df_uac1.c46 int ctl_id; /* EP id */ member
357 if (uac1->ctl_id == (USB_DIR_IN | 2)) { in uac_cs_attr_sample_rate()
360 } else if (uac1->ctl_id == (USB_DIR_OUT | 1)) { in uac_cs_attr_sample_rate()
755 uac1->ctl_id = ep; in audio_set_endpoint_req()
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/
H A Dpinmux.c265 .ctl_id = mux, \
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h996 __be16 ctl_id; member