Man Page: hsi_register_port_event
Operating Environment: centos
Section: 9
HSI_REGISTER_PORT_EV(9) High Speed Synchronous Serial HSI_REGISTER_PORT_EV(9)NAMEhsi_register_port_event - Register a client to receive port eventsSYNOPSISint hsi_register_port_event(struct hsi_client * cl, void (*handler) (struct hsi_client *, unsigned long));ARGUMENTScl HSI client that wants to receive port events handler Event handler callbackDESCRIPTIONClients should register a callback to be able to receive events from the ports. Registration should happen after claiming the port. The handler can be called in interrupt context. Returns -errno on error, or 0 on success.COPYRIGHTKernel Hackers Manual 3.10 June 2014 HSI_REGISTER_PORT_EV(9)
| Related Man Pages |
|---|
| parport_register_device(9) - centos |
| struct_hsi_port(9) - centos |
| tk_creategenerichandler(3) - centos |
| tk_creategenerichandler(3) - suse |
| tk_deletegenerichandler(3) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| Best performance UNIX just for HOST Virtualization? |
| Shopt -s histappend |
| CentOS 6 ran out of space, need to reclaim it |
| Controlling user input |