Searched refs:notifications (Results 1 - 5 of 5) sorted by relevance

/drivers/media/video/cx23885/
H A Dcx23885-ir.c42 unsigned long *notifications = &dev->ir_rx_notifications; local
44 if (test_and_clear_bit(CX23885_IR_RX_SW_FIFO_OVERRUN, notifications))
46 if (test_and_clear_bit(CX23885_IR_RX_HW_FIFO_OVERRUN, notifications))
48 if (test_and_clear_bit(CX23885_IR_RX_END_OF_RX_DETECTED, notifications))
50 if (test_and_clear_bit(CX23885_IR_RX_FIFO_SERVICE_REQ, notifications))
65 unsigned long *notifications = &dev->ir_tx_notifications; local
67 if (test_and_clear_bit(CX23885_IR_TX_FIFO_SERVICE_REQ, notifications))
79 unsigned long *notifications = &dev->ir_rx_notifications; local
82 set_bit(CX23885_IR_RX_FIFO_SERVICE_REQ, notifications);
84 set_bit(CX23885_IR_RX_END_OF_RX_DETECTED, notifications);
104 unsigned long *notifications = &dev->ir_tx_notifications; local
[all...]
/drivers/staging/tidspbridge/
H A DKconfig59 Enable notifications to registered clients on the event of power error
/drivers/staging/tidspbridge/pmgr/
H A Ddspapi.c474 struct dsp_notification notifications[MAX_EVENTS]; local
486 CP_FM_USR(&notifications[i], anotifications[i], status, 1);
487 if (status || !notifications[i].handle) {
492 anotifications[i] = &notifications[i];
/drivers/acpi/
H A DKconfig343 fields notifications on ACPI memory devices (PNP0C80),
/drivers/input/misc/
H A DKconfig287 for receiving notifications when client specified key

Completed in 4131 milliseconds