Lines Matching full:retrieve
318 * Userspace can perform a GETPLANE ioctl to retrieve information about a
321 * To retrieve the number of formats supported, set @count_format_types to zero
324 * To retrieve these formats, allocate an array with the memory needed to store
428 * User-space can perform a GETCONNECTOR ioctl to retrieve information about a
429 * connector. User-space is expected to retrieve encoders, modes and properties
430 * by performing this ioctl at least twice: the first time to retrieve the
431 * number of elements, the second time to retrieve the elements themselves.
433 * To retrieve the number of elements, set @count_props and @count_encoders to
437 * To retrieve the elements, allocate arrays for @encoders_ptr, @modes_ptr,
562 * User-space can perform a GETPROPERTY ioctl to retrieve information about a
575 * User-space is expected to retrieve values and enums by performing this ioctl
576 * at least twice: the first time to retrieve the number of elements, the
577 * second time to retrieve the elements themselves.
579 * To retrieve the number of elements, set @count_values and @count_enum_blobs
584 * To retrieve the elements themselves, allocate an array for @values_ptr and