Lines Matching full:parameter
70 * @prev: the pointer to the previous parameter to iterate from or NULL
73 * This function prepares struct xe_pci_fake_data parameter.
75 * To be used only as a parameter generator function in &KUNIT_CASE_PARAM.
77 * Return: pointer to the next parameter or NULL if no more parameters
169 * xe_pci_fake_data_desc - Describe struct xe_pci_fake_data parameter
170 * @param: the &struct xe_pci_fake_data parameter to describe
173 * This function prepares description of the struct xe_pci_fake_data parameter.
175 * It is tailored for use in parameterized KUnit tests where parameter generator
247 * @prev: the pointer to the previous parameter to iterate from or NULL
250 * This function prepares struct xe_ip parameter.
252 * To be used only as a parameter generator function in &KUNIT_CASE_PARAM.
254 * Return: pointer to the next parameter or NULL if no more parameters
272 * @prev: the pointer to the previous parameter to iterate from or NULL
275 * This function prepares struct xe_ip parameter.
277 * To be used only as a parameter generator function in &KUNIT_CASE_PARAM.
279 * Return: pointer to the next parameter or NULL if no more parameters
297 * @prev: the pointer to the previous parameter to iterate from or NULL
300 * This function prepares struct pci_device_id parameter.
302 * To be used only as a parameter generator function in &KUNIT_CASE_PARAM.
304 * Return: pointer to the next parameter or NULL if no more parameters
385 * @desc: the buffer for a parameter name
388 * as the parameter name.
390 * To be used only as a parameter generator function in &KUNIT_CASE_PARAM.
392 * Return: pointer to the next &struct xe_device ready to be used as a parameter