Home
last modified time | relevance | path

Searched defs:scontrol (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/sound/soc/sof/
H A Dipc3-control.c15 static int sof_ipc3_set_get_kcontrol_data(struct snd_sof_control *scontrol, in sof_ipc3_set_get_kcontrol_data()
127 static void sof_ipc3_refresh_control(struct snd_sof_control *scontrol) in sof_ipc3_refresh_control()
154 static int sof_ipc3_volume_get(struct snd_sof_control *scontrol, in sof_ipc3_volume_get()
172 static bool sof_ipc3_volume_put(struct snd_sof_control *scontrol, in sof_ipc3_volume_put()
205 static int sof_ipc3_switch_get(struct snd_sof_control *scontrol, in sof_ipc3_switch_get()
221 static bool sof_ipc3_switch_put(struct snd_sof_control *scontrol, in sof_ipc3_switch_put()
253 static int sof_ipc3_enum_get(struct snd_sof_control *scontrol, in sof_ipc3_enum_get()
269 static bool sof_ipc3_enum_put(struct snd_sof_control *scontrol, in sof_ipc3_enum_put()
301 static int sof_ipc3_bytes_get(struct snd_sof_control *scontrol, in sof_ipc3_bytes_get()
333 static int sof_ipc3_bytes_put(struct snd_sof_control *scontrol, in sof_ipc3_bytes_put()
[all …]
H A Dipc4-control.c15 static int sof_ipc4_set_get_kcontrol_data(struct snd_sof_control *scontrol, in sof_ipc4_set_get_kcontrol_data()
87 struct snd_sof_control *scontrol, bool lock) in sof_ipc4_set_volume_data()
143 static bool sof_ipc4_volume_put(struct snd_sof_control *scontrol, in sof_ipc4_volume_put()
189 static int sof_ipc4_volume_get(struct snd_sof_control *scontrol, in sof_ipc4_volume_get()
207 struct snd_sof_control *scontrol, bool lock) in sof_ipc4_set_generic_control_data()
243 static bool sof_ipc4_switch_put(struct snd_sof_control *scontrol, in sof_ipc4_switch_put()
287 static int sof_ipc4_switch_get(struct snd_sof_control *scontrol, in sof_ipc4_switch_get()
300 static bool sof_ipc4_enum_put(struct snd_sof_control *scontrol, in sof_ipc4_enum_put()
344 static int sof_ipc4_enum_get(struct snd_sof_control *scontrol, in sof_ipc4_enum_get()
358 struct snd_sof_control *scontrol, in sof_ipc4_set_get_bytes_data()
[all …]
H A Dcontrol.c22 struct snd_sof_control *scontrol = sm->dobj.private; in snd_sof_volume_get() local
37 struct snd_sof_control *scontrol = sm->dobj.private; in snd_sof_volume_put() local
51 struct snd_sof_control *scontrol = sm->dobj.private; in snd_sof_volume_info() local
74 struct snd_sof_control *scontrol = sm->dobj.private; in snd_sof_switch_get() local
89 struct snd_sof_control *scontrol = sm->dobj.private; in snd_sof_switch_put() local
104 struct snd_sof_control *scontrol = se->dobj.private; in snd_sof_enum_get() local
119 struct snd_sof_control *scontrol = se->dobj.private; in snd_sof_enum_put() local
134 struct snd_sof_control *scontrol = be->dobj.private; in snd_sof_bytes_get() local
149 struct snd_sof_control *scontrol = be->dobj.private; in snd_sof_bytes_put() local
165 struct snd_sof_control *scontrol = be->dobj.private; in snd_sof_bytes_ext_put() local
[all …]
H A Dtopology.c266 static int set_up_volume_table(struct snd_sof_control *scontrol, in set_up_volume_table()
817 struct snd_sof_control *scontrol, in sof_control_load_volume()
897 struct snd_sof_control *scontrol, in sof_control_load_enum()
919 struct snd_sof_control *scontrol, in sof_control_load_bytes()
956 struct snd_sof_control *scontrol; in sof_control_load() local
1029 struct snd_sof_control *scontrol = dobj->private; in sof_control_unload() local
1623 struct snd_sof_control *scontrol; in sof_widget_unload() local
2148 struct snd_sof_control *scontrol; in sof_set_widget_pipeline() local
2175 struct snd_sof_control *scontrol; in sof_complete() local
H A Dipc3-topology.c726 struct snd_sof_control *scontrol; in sof_ipc3_widget_setup_comp_pga() local
1667 static int sof_ipc3_control_load_bytes(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol) in sof_ipc3_control_load_bytes()
1730 static int sof_ipc3_control_load_volume(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol) in sof_ipc3_control_load_volume()
1762 static int sof_ipc3_control_load_enum(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol) in sof_ipc3_control_load_enum()
1780 static int sof_ipc3_control_setup(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol) in sof_ipc3_control_setup()
1799 static int sof_ipc3_control_free(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol) in sof_ipc3_control_free()
H A Dipc4-topology.c383 struct snd_sof_control *scontrol; in sof_ipc4_widget_update_kcontrol_module_id() local
2109 static int sof_ipc4_control_load_volume(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol) in sof_ipc4_control_load_volume()
2151 static int sof_ipc4_control_load_enum(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol) in sof_ipc4_control_load_enum()
2181 static int sof_ipc4_control_load_bytes(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol) in sof_ipc4_control_load_bytes()
2246 static int sof_ipc4_control_setup(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol) in sof_ipc4_control_setup()
/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dtopology.c776 struct snd_ar_control *scontrol; in audioreach_widget_load_mixer() local
911 struct snd_ar_control *scontrol = dobj->private; in audioreach_widget_unload() local
1011 struct snd_ar_control *scontrol; in audioreach_route_load() local
1100 struct snd_ar_control *scontrol = mc->dobj.private; in audioreach_get_audio_mixer() local
1121 struct snd_ar_control *scontrol = mc->dobj.private; in audioreach_put_audio_mixer() local
1157 struct snd_ar_control *scontrol, in audioreach_control_load_mix()
1194 struct snd_ar_control *scontrol; in audioreach_control_load() local
1229 struct snd_ar_control *scontrol = dobj->private; in audioreach_control_unload() local
/openbmc/linux/drivers/ata/
H A Dlibata-sata.c302 u32 scontrol, serror; in sata_link_resume() local
374 u32 scontrol; in sata_link_scr_lpm() local
439 static int __sata_set_spd_needed(struct ata_link *link, u32 *scontrol) in __sata_set_spd_needed()
481 u32 scontrol; in sata_set_spd_needed() local
504 u32 scontrol; in sata_set_spd() local
548 u32 scontrol; in sata_link_hardreset() local
H A Dsata_via.c335 u32 sstatus, scontrol; in vt6420_prereset() local
H A Data_piix.c1441 u32 scontrol; in piix_init_sidpr() local
H A Dlibahci.c885 u32 cmd, scontrol; in ahci_power_down() local
H A Dlibata-core.c3165 u32 sstatus, scontrol, tmp; in sata_print_link_status() local
/openbmc/qemu/hw/ide/
H A Dsii3112.c27 uint32_t scontrol; member
/openbmc/u-boot/drivers/ata/
H A Dmvsata_ide.c27 u32 scontrol; member
H A Dfsl_sata.h39 u32 scontrol; /* SATA interface control register */ member
/openbmc/linux/sound/core/
H A Dpcm_compat.c422 struct snd_pcm_mmap_control scontrol; in snd_pcm_ioctl_sync_ptr_x32() local
H A Dpcm_native.c3144 struct snd_pcm_mmap_control scontrol; in snd_pcm_ioctl_sync_ptr_compat() local