1HSI_EVENT(9) High Speed Synchronous Serial HSI_EVENT(9)
2
3
4
6 hsi_event - Notifies clients about port events
7
9 int hsi_event(struct hsi_port * port, unsigned long event);
10
12 port
13 Port where the event occurred
14
15 event
16 The event type
17
19 Clients should not be concerned about wake line behavior. However, due
20 to a race condition in HSI HW protocol, clients need to be notified
21 about wake line changes, so they can implement a workaround for it.
22
24 HSI_EVENT_START_RX - Incoming wake line high HSI_EVENT_STOP_RX -
25 Incoming wake line down
26
27 Returns -errno on error, or 0 on success.
28
30Kernel Hackers Manual 3.10 June 2019 HSI_EVENT(9)