Lines Matching defs:data
46 void *user_data; /* User data pointer */
89 * \brief Read and/or write count bytes from I2C bus, store them in data[].
92 * \param wData The array to write the data to
95 * \param r_data The array to read the data from
269 * This indicates the maximum size of data the I2C device driver is able to
276 * Beware that the DAP uses DRXDAP_MAX_WCHUNKSIZE to create a temporary data
289 * This indicates the maximum size of data the I2C device driver is able to read
892 /*== CTRL CFG related data structures ========================================*/
923 /*== CTRL related data structures ============================================*/
958 u16 aux_type; /* type of aux data - 0x8000 for version record */
1281 * \brief Device dependent configuration data.
1290 /*< Function data */
1347 u16 w_count; /*< Size of write data in bytes */
1348 u8 *wData; /*< Pointer to write data */
1351 u16 r_count; /*< Size of data to read in bytes */
1408 bool rds; /*< RDS data array present */
1418 * \brief Raw RDS data array.
1421 bool valid; /*< RDS data validation */
1422 u16 data[18]; /*< data from one RDS data array */
1485 * \enum enum drxi2s_word_length * \brief Width of I2S data.
1488 DRX_I2S_WORDLENGTH_32 = 0,/*< I2S data is 32 bit wide */
1489 DRX_I2S_WORDLENGTH_16 = 1 /*< I2S data is 16 bit wide */
1497 /*< I2S data and wordstrobe are aligned */
1499 /*< I2S data one cycle after wordstrobe */
1503 * \enum enum drxi2s_polarity * \brief Polarity of I2S data.
1520 enum drxi2s_format format; /*< I2S wordstrobe delay to data */
1673 * \struct struct drx_aud_data * \brief Audio data structure
1714 /* Write block of data to device */
1717 u16 datasize, /* size of data in bytes */
1718 u8 *data, /* data to send */
1721 /* Read block of data from device */
1724 u16 datasize, /* size of data in bytes */
1725 u8 *data, /* receive buffer */
1731 u8 data, /* data to send */
1737 u8 *data, /* receive buffer */
1744 u8 wdata, /* data to write */
1745 u8 *rdata); /* data to read */
1750 u16 data, /* data to send */
1756 u16 *data, /* receive buffer */
1763 u16 wdata, /* data to write */
1764 u16 *rdata); /* data to read */
1769 u32 data, /* data to send */
1775 u32 *data, /* receive buffer */
1782 u32 wdata, /* data to write */
1783 u32 *rdata); /* data to read */
1802 /* Register address and data for register dump function */
1805 u32 data;
1810 /*== Demod instance data structures ==========================================*/
1904 /*< data access protocol functions */
1910 /* generic demodulator data */