Lines Matching defs:data
167 uint8_t data = REG_DISPLAY_SETUP | REG_DISPLAY_SETUP_ON | priv->blink;
169 return i2c_smbus_write_byte(priv->client, data);
246 * This gets the fb data from cache and copies it to ht16k33 display RAM
292 uint8_t data[HT16K33_FB_SIZE];
297 memset(data, 0, sizeof(data));
298 err = i2c_smbus_write_block_data(priv->client, 0, sizeof(data), data);
376 __le16 data[HT16K33_MATRIX_KEYPAD_MAX_COLS];
383 sizeof(data), (u8 *)data);
384 if (rc != sizeof(data)) {
386 "Failed to read key data, rc=%d\n", rc);
391 new_state[col] = le16_to_cpu(data[col]);
732 priv->type = (uintptr_t)id->data;
809 .compatible = "adafruit,3108", .data = (void *)DISP_QUAD_7SEG,
812 .compatible = "adafruit,3130", .data = (void *)DISP_QUAD_14SEG,
815 .compatible = "holtek,ht16k33", .data = (void *)DISP_MATRIX,