Lines Matching full:validate
67 validate_func *validate; member
75 .validate = pci_iov_schema_validate_bool,
80 .validate = pci_iov_schema_validate_string,
85 .validate = pci_iov_schema_validate_uint,
91 .validate = pci_iov_schema_validate_uint,
97 .validate = pci_iov_schema_validate_uint,
103 .validate = pci_iov_schema_validate_uint,
109 .validate = pci_iov_schema_validate_unicast_mac,
114 .validate = pci_iov_schema_validate_vlan,
480 /* Validate that the default value conforms to the type. */ in pci_iov_validate_param_schema()
527 * Validate that the driver schema does not define any configuration parameters
551 * Validate that we only have IOV and DRIVER subsystems beneath the given
597 /* Validate that we only have PF and VF devices beneath the top-level schema. */
632 * Validate that all required parameters from the schema are specified in the
674 return (validator->validate(validator, config, name)); in pci_iov_schema_validate_param()
678 * Validate that all parameters in config are defined in the schema. Also
679 * validate that the type of the parameter matches the type in the schema.
786 * Validate that the device node only has IOV and DRIVER subnodes.
809 * Validate that the string is a valid device node name. It must either be "PF"
855 * Validate that there are no device nodes in config other than the ones for