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
175 function:
257 An item can be added to a list using the following function ( the source and
258 destination attributes need to be created before calling this function, this is
293 The following function should be used to free an attribute:
301 The following function queues a list for execution. The function will return
320 callback function. A void pointer parameter is provided, the value of which is
321 passed to the callback function, the use of this pointer is user undefined:
329 function, callback functions run in interrupt context:
337 The following function can be used to generate a VME interrupt at a given VME
361 locations. The following function can be used to determine how many locations
392 The callback function is declared as follows.
400 This function returns the slot ID of the provided bridge.
408 This function returns the bus ID of the provided bridge.