Lines Matching refs:data
122 const u8 *font = map->data;
168 /* image data is MSB-first, fb structure is MSB-first too */
185 src1 = image->data;
225 /* image data is MSB-first, fb structure is high-nibble-in-low-byte-first */
243 src1 = image->data;
310 typedef void (*dac_read_regs_t)(void *data, u8 *code, int count);
311 typedef void (*dac_write_regs_t)(void *data, u8 *code, int count);
318 void *data;
323 info->dac_read_regs(info->data, code, count);
329 info->dac_write_regs(info->data, code, 1);
334 info->dac_write_regs(info->data, code, count);
432 static struct dac_info * ics5342_init(dac_read_regs_t drr, dac_write_regs_t dwr, void *data)
442 info->data = data;
453 static void ark_dac_read_regs(void *data, u8 *code, int count)
455 struct fb_info *info = data;
472 static void ark_dac_write_regs(void *data, u8 *code, int count)
474 struct fb_info *info = data;
962 /* Allocate and fill driver data structure */
1050 /* Record a reference to the driver data */