Lines Matching +full:status +full:- +full:sizes
1 /* SPDX-License-Identifier: GPL-2.0 */
19 /* Definitions of Data and Command sizes */
38 * atmel_i2c_cmd - structure used for communicating with the device.
45 * @data : optional remaining input data. Includes a 2-byte CRC.
60 /* Status/Error codes */
69 /* Definitions for eeprom zone sizes */
124 * atmel_i2c_client_priv - i2c_client private data
151 * atmel_i2c_work_data - data structure representing the work
155 * callback(struct atmel_i2c_work_data *work_data, void *areq, u8 status)
160 * @status : status returned from the i2c client device or i2c error.
169 int status);
179 void *areq, int status),