Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dsysinfo.h96 unsigned int caf; member
130 unsigned int caf; member
/openbmc/linux/sound/core/seq/
H A 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()
416 midi2->caf.data = upscale_7_to_32bit(midi1->caf.data); in cvt_ump_midi1_to_midi2()
487 midi1->caf.data = downscale_32_to_7bit(midi2->caf.data); in cvt_ump_midi2_to_midi1()
660 data->caf.status = status; in ctrl_ev_to_ump_midi1()
661 data->caf.channel = event->data.control.channel & 0x0f; in ctrl_ev_to_ump_midi1()
662 data->caf.data = event->data.control.value & 0x7f; in ctrl_ev_to_ump_midi1()
902 data->caf.status = status; in ctrl_ev_to_ump_midi2()
[all …]
/openbmc/linux/drivers/net/ethernet/microchip/vcap/
H A 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 …]
H A 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()
H A Dvcap_api_kunit.c723 struct vcap_client_actionfield caf = { in vcap_api_encode_actionfield_test() local
741 vcap_encode_actionfield(&rule, &caf, &rf, tgt); in vcap_api_encode_actionfield_test()
954 struct vcap_client_actionfield caf[] = { in vcap_api_encode_rule_actionset_test() local
980 for (idx = 0; idx < ARRAY_SIZE(caf); idx++) in vcap_api_encode_rule_actionset_test()
981 list_add_tail(&caf[idx].ctrl.list, &rule.data.actionfields); in vcap_api_encode_rule_actionset_test()
1102 struct vcap_client_actionfield *caf, *next_caf; in vcap_free_caf() local
1104 list_for_each_entry_safe(caf, next_caf, in vcap_free_caf()
1106 list_del(&caf->ctrl.list); in vcap_free_caf()
1107 kfree(caf); in vcap_free_caf()
/openbmc/linux/sound/core/
H A Dump_convert.c127 buf[1] = downscale_32_to_7bit(midi2->caf.data); in cvt_ump_midi2_to_legacy()
434 midi2->caf.data = upscale_7_to_32bit(buf[1]); in cvt_legacy_cmd_to_ump()
/openbmc/linux/arch/s390/kernel/
H A 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()
/openbmc/linux/include/sound/
H A Dump_msg.h265 struct snd_ump_midi1_msg_caf caf; member
534 struct snd_ump_midi2_msg_caf caf; member
/openbmc/qemu/target/s390x/
H A Dcpu.h564 uint32_t caf; member
583 uint32_t caf; member
/openbmc/linux/tools/testing/selftests/
H A DMakefile268 @tar caf ${TAR_PATH} --exclude=kselftest-packages -C ${INSTALL_PATH} .
/openbmc/qemu/target/s390x/tcg/
H A Dmisc_helper.c365 sysib.sysib_222.caf = cpu_to_be32(1000); in HELPER()
378 sysib.sysib_322.vm[0].caf = cpu_to_be32(1000); in HELPER()
/openbmc/linux/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-ctrls.c209 static int s5c73m3_set_auto_focus(struct s5c73m3 *state, int caf) in s5c73m3_set_auto_focus() argument
/openbmc/linux/arch/s390/kvm/
H A Dpriv.c871 mem->vm[0].caf = 1000; in handle_stsi_3_2_2()