Home
last modified time | relevance | path

Searched refs:queued_events (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/staging/greybus/
H A Dsdio.c30 u8 queued_events; member
162 host->queued_events &= ~GB_SDIO_CARD_REMOVED; in _gb_queue_event()
164 host->queued_events &= ~GB_SDIO_CARD_INSERTED; in _gb_queue_event()
166 host->queued_events |= event; in _gb_queue_event()
825 ret = _gb_sdio_process_events(host, host->queued_events); in gb_sdio_probe()
826 host->queued_events = 0; in gb_sdio_probe()
/openbmc/linux/include/media/
H A Dcec.h101 u16 queued_events[CEC_NUM_EVENTS]; member
/openbmc/linux/drivers/media/cec/core/
H A Dcec-adap.c100 fh->queued_events[ev_idx]) { in cec_queue_event_fh()
108 if (fh->queued_events[ev_idx] < max_events[ev_idx]) { in cec_queue_event_fh()
111 fh->queued_events[ev_idx]++; in cec_queue_event_fh()
H A Dcec-api.c350 fh->queued_events[ev_idx]--; in cec_dqevent()