Lines Matching refs:start_poll
295 * This function can be called when @start_poll callback of the @ring
353 if (ring->start_poll) {
355 ring->start_poll(ring->poll_data);
374 if (ring->start_poll)
498 void (*start_poll)(void *),
525 ring->start_poll = start_poll;
576 * @start_poll: If not %NULL the ring will call this function when an
579 * @poll_data: Optional data passed to @start_poll
583 void (*start_poll)(void *), void *poll_data)
586 start_poll, poll_data);