Searched refs:caf (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/s390/include/asm/ |
| A D | sysinfo.h | 100 unsigned int caf; member 134 unsigned int caf; member
|
| /linux/sound/core/seq/ |
| A D | seq_ump_convert.c | 94 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() 661 data->caf.status = status; in ctrl_ev_to_ump_midi1() 662 data->caf.channel = event->data.control.channel & 0x0f; in ctrl_ev_to_ump_midi1() 663 data->caf.data = event->data.control.value & 0x7f; in ctrl_ev_to_ump_midi1() 903 data->caf.status = status; in ctrl_ev_to_ump_midi2() [all …]
|
| /linux/drivers/net/ethernet/microchip/vcap/ |
| A D | vcap_api.c | 1044 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() 3596 caf->ctrl.action, in vcap_copy_rule() 3597 caf->ctrl.type, in vcap_copy_rule() [all …]
|
| A D | vcap_api_debugfs.c | 218 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()
|
| A D | vcap_api_kunit.c | 720 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/sound/core/ |
| A D | ump_convert.c | 127 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()
|
| /linux/include/sound/ |
| A D | ump_msg.h | 265 struct snd_ump_midi1_msg_caf caf; member 534 struct snd_ump_midi2_msg_caf caf; member
|
| /linux/arch/s390/kernel/ |
| A D | sysinfo.c | 233 seq_printf(m, "LPAR Adjustment: %d\n", info->caf); in stsi_2_2_2() 281 seq_printf(m, "VM%02d Adjustment: %d\n", i, info->vm[i].caf); in stsi_3_2_2()
|
| /linux/tools/testing/selftests/ |
| A D | Makefile | 294 @tar caf ${TAR_PATH} --exclude=kselftest-packages -C ${INSTALL_PATH} .
|
| /linux/drivers/media/i2c/s5c73m3/ |
| A D | s5c73m3-ctrls.c | 209 static int s5c73m3_set_auto_focus(struct s5c73m3 *state, int caf) in s5c73m3_set_auto_focus() argument
|
| /linux/arch/s390/kvm/ |
| A D | priv.c | 875 mem->vm[0].caf = 1000; in handle_stsi_3_2_2()
|
Completed in 40 milliseconds