Lines Matching refs:data
26 * @len: length of the data
27 * @offset: offset from :@data_offset, start of the data
42 * @data_offset: entry's data at offset from the end of the cmd_db_header
64 * @data: driver specific data
72 u8 data[];
84 * rsc_hdr.header_offset. In addition each slave could have auxiliary data
85 * that may be needed by the driver. The data for the slave starts at the
89 * information and get the slave id and the auxiliary data and the length of the
90 * data. Using this information, they can format the request to be sent to the
109 return cmd_db_header->data + offset;
118 return cmd_db_header->data + offset + loffset;
194 * cmd_db_read_aux_data() - Query command db for aux data.
197 * @len: size of data buffer returned
199 * Return: pointer to data on success, error pointer otherwise