Lines Matching defs:data
79 /* Command with BTA for either ack or read data. */
171 /* Format of the data written to TXPKT_PIX_FIFO. */
212 /* Control error: incorrect line state sequence on data lane 0. */
258 /* Control error: incorrect line state sequence on data lane 0. */
1164 /* Divide data across the various FIFOs we have available.
1165 * The command FIFO takes byte-oriented data, but is of
1167 * pixel data in reality) is word oriented, and substantially
1168 * larger. So, we use the pixel FIFO for most of the data,
1214 * data in command mode.
1407 static irqreturn_t vc4_dsi_irq_defer_to_thread_handler(int irq, void *data)
1409 struct vc4_dsi *dsi = data;
1422 static irqreturn_t vc4_dsi_irq_handler(int irq, void *data)
1424 struct vc4_dsi *dsi = data;
1433 DSI_PORT_BIT(INT_ERR_CONTROL), "data lane 0 sequence");
1530 static int vc4_dsi_bind(struct device *dev, struct device *master, void *data)
1545 dsi->variant = match->data;
1705 void *data)