Lines Matching refs: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. */
1188 /* Divide data across the various FIFOs we have available.
1189 * The command FIFO takes byte-oriented data, but is of
1191 * pixel data in reality) is word oriented, and substantially
1192 * larger. So, we use the pixel FIFO for most of the data,
1238 * data in command mode.
1481 static irqreturn_t vc4_dsi_irq_defer_to_thread_handler(int irq, void *data)
1483 struct vc4_dsi *dsi = data;
1496 static irqreturn_t vc4_dsi_irq_handler(int irq, void *data)
1498 struct vc4_dsi *dsi = data;
1507 DSI_PORT_BIT(INT_ERR_CONTROL), "data lane 0 sequence");
1646 static int vc4_dsi_bind(struct device *dev, struct device *master, void *data)