Home
last modified time | relevance | path

Searched refs:caf (Results 1 – 14 of 14) 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()
875 data->caf.status = status; in ctrl_ev_to_ump_midi2()
[all …]
/openbmc/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c1044 list_del(&caf->ctrl.list); in vcap_dup_rule()
1045 kfree(caf); in vcap_dup_rule()
2397 list_del(&caf->ctrl.list); in vcap_free_rule()
2398 kfree(caf); in vcap_free_rule()
2797 struct vcap_client_actionfield *caf; in vcap_find_actionfield() local
2800 if (caf->ctrl.action == act) in vcap_find_actionfield()
2801 return caf; in vcap_find_actionfield()
2814 if (caf->ctrl.action == act) in vcap_actionfield_unique()
3584 caf->ctrl.action, in vcap_copy_rule()
3585 caf->ctrl.type, in vcap_copy_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.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()
/openbmc/linux/sound/core/
H A Dump_convert.c127 buf[1] = downscale_32_to_7bit(midi2->caf.data); in cvt_ump_midi2_to_legacy()
410 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.h575 uint32_t caf; member
594 uint32_t caf; member
/openbmc/linux/tools/testing/selftests/
H A DMakefile263 @tar caf ${TAR_PATH} --exclude=kselftest-packages -C ${INSTALL_PATH} .
/openbmc/qemu/target/s390x/tcg/
H A Dmisc_helper.c366 sysib.sysib_222.caf = cpu_to_be32(1000); in HELPER()
379 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.c841 mem->vm[0].caf = 1000; in handle_stsi_3_2_2()
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-insn-defs.c.inc1799 /* Emits the `vfcmp.caf.s vd, vj, vk` instruction. */
1953 /* Emits the `vfcmp.caf.d vd, vj, vk` instruction. */