Lines Matching defs:plat
259 struct hss_plat_info *plat;
815 start = qmgr_stat_below_low_watermark(port->plat->txreadyq);
816 queue_put_desc(port->plat->txreadyq,
831 unsigned int txreadyq = port->plat->txreadyq;
933 err = qmgr_request_queue(port->plat->txreadyq, TX_DESCS, 0, 0,
945 qmgr_release_queue(port->plat->txreadyq);
963 qmgr_release_queue(port->plat->txreadyq);
1063 if (port->plat->open)
1064 if ((err = port->plat->open(port->id, dev,
1071 queue_put_desc(port->plat->txreadyq,
1138 while (queue_get_desc(port->plat->txreadyq, port, 1) >= 0)
1153 if (port->plat->close)
1154 port->plat->close(port->id, dev);
1281 if (port->plat->set_clock)
1282 clk = port->plat->set_clock(port->id, clk);
1292 find_best_clock(port->plat->timer_freq,
1361 port->plat = pdev->dev.platform_data;