OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_rx_callback
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/apple/
apple_mbox.c
112
void (*
sc_rx_callback
)(void *);
member in struct:apple_mbox_softc
134
if (sc->
sc_rx_callback
) {
135
sc->
sc_rx_callback
(sc->sc_rx_arg);
152
if (sc->
sc_rx_callback
== NULL && sc->sc_rx_arg == NULL) {
153
sc->
sc_rx_callback
= cb;
169
sc->
sc_rx_callback
= NULL;
239
sc->
sc_rx_callback
= NULL;
apple_mbox.c
112
void (*
sc_rx_callback
)(void *);
member in struct:apple_mbox_softc
134
if (sc->
sc_rx_callback
) {
135
sc->
sc_rx_callback
(sc->sc_rx_arg);
152
if (sc->
sc_rx_callback
== NULL && sc->sc_rx_arg == NULL) {
153
sc->
sc_rx_callback
= cb;
169
sc->
sc_rx_callback
= NULL;
239
sc->
sc_rx_callback
= NULL;
Completed in 195 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025