Searched refs:INVOKE_CB (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-spi.c75 #define INVOKE_CB(function_p, args...) \ macro
144 INVOKE_CB( cvmx_spi_callbacks.reset_cb, interface, mode);
147 INVOKE_CB(cvmx_spi_callbacks.calendar_setup_cb, interface, mode, num_ports);
150 INVOKE_CB(cvmx_spi_callbacks.clock_detect_cb, interface, mode, timeout);
153 INVOKE_CB(cvmx_spi_callbacks.training_cb, interface, mode, timeout);
156 INVOKE_CB(cvmx_spi_callbacks.calendar_sync_cb, interface, mode, timeout);
159 INVOKE_CB(cvmx_spi_callbacks.interface_up_cb, interface, mode);
188 INVOKE_CB(cvmx_spi_callbacks.reset_cb, interface,mode);
194 INVOKE_CB(cvmx_spi_callbacks.clock_detect_cb, interface, mode, timeout);
197 INVOKE_CB(cvmx_spi_callback
[all...]

Completed in 118 milliseconds