Searched refs:caf (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | sysinfo.h | 96 unsigned int caf; member 130 unsigned int caf; member
|
/linux-6.3-rc2/drivers/net/ethernet/microchip/vcap/ |
A D | vcap_api.c | 795 const struct vcap_client_actionfield *caf; in vcap_encode_rule_actionset() local 2364 list_del(&caf->ctrl.list); in vcap_free_rule() 2365 kfree(caf); in vcap_free_rule() 2764 struct vcap_client_actionfield *caf; in vcap_find_actionfield() local 2767 if (caf->ctrl.action == act) in vcap_find_actionfield() 2768 return caf; in vcap_find_actionfield() 2781 if (caf->ctrl.action == act) in vcap_actionfield_unique() 3482 struct vcap_client_actionfield *caf; in vcap_copy_rule() local 3509 caf->ctrl.action, in vcap_copy_rule() 3510 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 | 721 struct vcap_client_actionfield caf = { in vcap_api_encode_actionfield_test() local 739 vcap_encode_actionfield(&rule, &caf, &rf, tgt); in vcap_api_encode_actionfield_test() 952 struct vcap_client_actionfield caf[] = { in vcap_api_encode_rule_actionset_test() local 978 for (idx = 0; idx < ARRAY_SIZE(caf); idx++) in vcap_api_encode_rule_actionset_test() 979 list_add_tail(&caf[idx].ctrl.list, &rule.data.actionfields); in vcap_api_encode_rule_actionset_test()
|
/linux-6.3-rc2/arch/s390/kernel/ |
A D | sysinfo.c | 223 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-6.3-rc2/tools/testing/selftests/ |
A D | Makefile | 253 @tar caf ${TAR_PATH} --exclude=kselftest-packages -C ${INSTALL_PATH} .
|
/linux-6.3-rc2/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-6.3-rc2/arch/s390/kvm/ |
A D | priv.c | 842 mem->vm[0].caf = 1000; in handle_stsi_3_2_2()
|
Completed in 26 milliseconds