Searched refs:INVOKE_CB (Results 1 - 1 of 1) sorted by last modified time

/linux-master/arch/mips/cavium-octeon/executive/
H A Dcvmx-spi.c43 #define INVOKE_CB(function_p, args...) \ macro
114 INVOKE_CB(cvmx_spi_callbacks.reset_cb, interface, mode);
117 INVOKE_CB(cvmx_spi_callbacks.calendar_setup_cb, interface, mode,
121 INVOKE_CB(cvmx_spi_callbacks.clock_detect_cb, interface, mode, timeout);
124 INVOKE_CB(cvmx_spi_callbacks.training_cb, interface, mode, timeout);
127 INVOKE_CB(cvmx_spi_callbacks.calendar_sync_cb, interface, mode,
131 INVOKE_CB(cvmx_spi_callbacks.interface_up_cb, interface, mode);
160 INVOKE_CB(cvmx_spi_callbacks.reset_cb, interface, mode);
166 INVOKE_CB(cvmx_spi_callbacks.clock_detect_cb, interface, mode, timeout);
169 INVOKE_CB(cvmx_spi_callback
[all...]

Completed in 127 milliseconds