Lines Matching refs:actionfield
1415 const struct vcap_field *actionfield, in vcap_rule_alloc_actionfield() argument
1426 field->ctrl.type = actionfield->type; in vcap_rule_alloc_actionfield()
1427 vcap_copy_to_client_actionfield(ri, field, value, actionfield->width); in vcap_rule_alloc_actionfield()
1435 const struct vcap_field *actionfield; in vcap_decode_actionset() local
1453 actionfield = vcap_actionfields(vctrl, vt, actionset); in vcap_decode_actionset()
1457 if (actionfield[idx].width <= 0) in vcap_decode_actionset()
1460 memset(value, 0, DIV_ROUND_UP(actionfield[idx].width, 8)); in vcap_decode_actionset()
1462 actionfield[idx].offset); in vcap_decode_actionset()
1463 vcap_decode_field(actstream, &iter, actionfield[idx].width, in vcap_decode_actionset()
1466 if (vcap_bitarray_zero(actionfield[idx].width, value)) in vcap_decode_actionset()
1468 vcap_rule_alloc_actionfield(ri, &actionfield[idx], idx, value); in vcap_decode_actionset()