Home
last modified time | relevance | path

Searched refs:caf (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.6/sound/core/seq/
Dseq_ump_convert.c94 ev->data.control.channel = val->caf.channel; in ump_midi1_to_ctrl_ev()
95 ev->data.control.value = val->caf.data; in ump_midi1_to_ctrl_ev()
262 ev->data.control.channel = val->caf.channel; in ump_midi2_to_ctrl_ev()
263 ev->data.control.value = downscale_32_to_7bit(val->caf.data); in ump_midi2_to_ctrl_ev()
397 midi2->caf.data = upscale_7_to_32bit(midi1->caf.data); in cvt_ump_midi1_to_midi2()
449 midi1->caf.data = downscale_32_to_7bit(midi2->caf.data); in cvt_ump_midi2_to_midi1()
622 data->caf.status = status; in ctrl_ev_to_ump_midi1()
623 data->caf.channel = event->data.control.channel & 0x0f; in ctrl_ev_to_ump_midi1()
624 data->caf.data = event->data.control.value & 0x7f; in ctrl_ev_to_ump_midi1()
834 data->caf.status = status; in ctrl_ev_to_ump_midi2()
[all …]
/Linux-v6.6/arch/s390/include/asm/
Dsysinfo.h96 unsigned int caf; member
130 unsigned int caf; member
/Linux-v6.6/drivers/net/ethernet/microchip/vcap/
Dvcap_api.c795 const struct vcap_client_actionfield *caf; in vcap_encode_rule_actionset() local
831 list_for_each_entry(caf, &ri->data.actionfields, ctrl.list) { in vcap_encode_rule_actionset()
833 if (caf->ctrl.action >= actionset_size) { in vcap_encode_rule_actionset()
835 __func__, __LINE__, caf->ctrl.action); in vcap_encode_rule_actionset()
838 vcap_copy_from_client_actionfield(&ri->data, &tempaf, caf); in vcap_encode_rule_actionset()
840 &af_table[caf->ctrl.action], tg_table); in vcap_encode_rule_actionset()
1002 struct vcap_client_actionfield *caf, *newcaf; in vcap_dup_rule() local
1028 list_for_each_entry(caf, &ri->data.actionfields, ctrl.list) { in vcap_dup_rule()
1029 newcaf = kmemdup(caf, sizeof(*newcaf), GFP_KERNEL); in vcap_dup_rule()
1043 list_for_each_entry_safe(caf, newcaf, &duprule->data.actionfields, ctrl.list) { in vcap_dup_rule()
[all …]
Dvcap_api_debugfs.c218 struct vcap_client_actionfield *caf; in vcap_debugfs_show_rule_actionset() local
225 list_for_each_entry(caf, &ri->data.actionfields, ctrl.list) { in vcap_debugfs_show_rule_actionset()
228 vcap_debugfs_show_rule_actionfield(vctrl, out, caf->ctrl.action, in vcap_debugfs_show_rule_actionset()
230 &caf->data.u1.value); in vcap_debugfs_show_rule_actionset()
Dvcap_api_kunit.c720 struct vcap_client_actionfield caf = { in vcap_api_encode_actionfield_test() local
738 vcap_encode_actionfield(&rule, &caf, &rf, tgt); in vcap_api_encode_actionfield_test()
951 struct vcap_client_actionfield caf[] = { in vcap_api_encode_rule_actionset_test() local
977 for (idx = 0; idx < ARRAY_SIZE(caf); idx++) in vcap_api_encode_rule_actionset_test()
978 list_add_tail(&caf[idx].ctrl.list, &rule.data.actionfields); in vcap_api_encode_rule_actionset_test()
1099 struct vcap_client_actionfield *caf, *next_caf; in vcap_free_caf() local
1101 list_for_each_entry_safe(caf, next_caf, in vcap_free_caf()
1103 list_del(&caf->ctrl.list); in vcap_free_caf()
1104 kfree(caf); in vcap_free_caf()
/Linux-v6.6/sound/core/
Dump_convert.c127 buf[1] = downscale_32_to_7bit(midi2->caf.data); in cvt_ump_midi2_to_legacy()
411 midi2->caf.data = upscale_7_to_32bit(buf[1]); in cvt_legacy_cmd_to_ump()
/Linux-v6.6/arch/s390/kernel/
Dsysinfo.c223 seq_printf(m, "LPAR Adjustment: %d\n", info->caf); in stsi_2_2_2()
271 seq_printf(m, "VM%02d Adjustment: %d\n", i, info->vm[i].caf); in stsi_3_2_2()
/Linux-v6.6/include/sound/
Dump_msg.h265 struct snd_ump_midi1_msg_caf caf; member
534 struct snd_ump_midi2_msg_caf caf; member
/Linux-v6.6/tools/testing/selftests/
DMakefile282 @tar caf ${TAR_PATH} --exclude=kselftest-packages -C ${INSTALL_PATH} .
/Linux-v6.6/drivers/media/i2c/s5c73m3/
Ds5c73m3-ctrls.c209 static int s5c73m3_set_auto_focus(struct s5c73m3 *state, int caf) in s5c73m3_set_auto_focus() argument
/Linux-v6.6/arch/s390/kvm/
Dpriv.c841 mem->vm[0].caf = 1000; in handle_stsi_3_2_2()