Lines Matching refs:data
442 * command. Unfortunately the current data being written is
505 * It seems we can't interrupt existing transfers if all data
577 dev_err(uport->dev, "%s:Unable to push data ret %d_bytes %d\n",
888 /* Complete the current tx command before taking newly added data */
894 /* All data has been transmitted and acknowledged as received */
1117 * it else we could end up in data loss scenarios.
1365 struct earlycon_device *dev = con->data;
1374 struct earlycon_device *dev = con->data;
1432 * it else we could end up in data loss scenarios.
1475 .data = &qcom_geni_console_driver,
1573 const struct qcom_geni_device_data *data;
1575 data = of_device_get_match_data(&pdev->dev);
1576 if (!data)
1579 if (data->console) {
1589 port = get_port_from_line(line, data->console);
1601 port->dev_data = data;
1620 if (!data->console) {
1650 if (!data->console)
1797 .data = &qcom_geni_console_data,
1801 .data = &qcom_geni_uart_data,