Man Page: rio_request_inb_dbell
Operating Environment: centos
Section: 9
RIO_REQUEST_INB_DBEL(9) RapidIO driver interface RIO_REQUEST_INB_DBEL(9)NAMErio_request_inb_dbell - request inbound doorbell message serviceSYNOPSISint rio_request_inb_dbell(struct rio_mport * mport, void * dev_id, u16 start, u16 end, void (*dinb) (struct rio_mport * mport, void *dev_id, u16 src, u16 dst, u16 info));ARGUMENTSmport RIO master port from which to allocate the doorbell resource dev_id Device specific pointer to pass on event start Doorbell info range start end Doorbell info range end dinb Callback to execute when doorbell is receivedDESCRIPTIONRequests ownership of an inbound doorbell resource and binds a callback function to the resource. Returns 0 if the request has been satisfied.AUTHORMatt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 RIO_REQUEST_INB_DBEL(9)