Lines Matching refs:start_poll
344 * This function can be called when @start_poll callback of the @ring
402 if (ring->start_poll) {
404 ring->start_poll(ring->poll_data);
423 if (ring->start_poll)
579 void (*start_poll)(void *),
607 ring->start_poll = start_poll;
659 * @start_poll: If not %NULL the ring will call this function when an
662 * @poll_data: Optional data passed to @start_poll
667 void (*start_poll)(void *), void *poll_data)
670 start_poll, poll_data);