Lines Matching refs:function
9 achieved via a call to the following function:
13 If driver registration is successful this function returns zero, if an error
17 registration function. The structure is as follows:
35 The '.match' function allows controlling the number of devices that need to
36 be registered. The match function should return 1 if a device should be
37 probed and 0 otherwise. This example match function (from vme_user.c) limits
65 A function is also provided to unregister the driver from the VME core and is
103 when it is used. For DMA controllers, the request function requires the
162 In addition to simple reads and writes, a function is provided to do a
163 read-modify-write transaction. This function returns the original value of the
251 An item can be added to a list using the following function ( the source and
252 destination attributes need to be created before calling this function, this is
287 The following function should be used to free an attribute:
295 The following function queues a list for execution. The function will return
314 callback function. A void pointer parameter is provided, the value of which is
315 passed to the callback function, the use of this pointer is user undefined:
323 function, callback functions run in interrupt context:
331 The following function can be used to generate a VME interrupt at a given VME
355 locations. The following function can be used to determine how many locations
386 The callback function is declared as follows.
394 This function returns the slot ID of the provided bridge.
402 This function returns the bus ID of the provided bridge.