Searched refs:caf (Results 1 – 4 of 4) sorted by relevance
| /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 | 723 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()
|
| /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
|
Completed in 18 milliseconds