Lines Matching refs:data
145 /* Per-device data */
336 static int tsl2772_write_control_reg(struct tsl2772_chip *chip, u8 data)
341 TSL2772_CMD_REG | TSL2772_CNTRL, data);
345 __func__, data, ret);
433 "%s: data not valid yet\n", __func__);
456 /* have no data, so return LAST VALUE */
501 * tsl2772_get_prox() - Reads proximity data registers and updates
617 * with those provided by a 'platform' data struct or
825 static void tsl2772_chip_off_action(void *data)
827 struct iio_dev *indio_dev = data;