Home
last modified time | relevance | path

Searched refs:NUM_MSGS (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/cec/usb/extron-da-hd-4k-plus/
H A Dextron-da-hd-4k-plus.h28 #define NUM_MSGS CEC_MAX_MSG_RX_QUEUE_SZ macro
57 struct cec_msg rx_msg[NUM_MSGS];
H A Dextron-da-hd-4k-plus.c604 (port->rx_msg_cur_idx + 1) % NUM_MSGS; in extron_irq_work_handler()
673 NUM_MSGS; in extron_process_received()
674 if (port->rx_msg_num == NUM_MSGS) { in extron_process_received()
/linux/drivers/media/cec/usb/pulse8/
H A Dpulse8-cec.c171 #define NUM_MSGS 8 macro
182 struct cec_msg rx_msg[NUM_MSGS];
350 (pulse8->rx_msg_cur_idx + 1) % NUM_MSGS; in pulse8_irq_work_handler()
406 NUM_MSGS; in pulse8_interrupt()
407 if (pulse8->rx_msg_num == NUM_MSGS) { in pulse8_interrupt()