Home
last modified time | relevance | path

Searched refs:arm_doorbell_set_handler (Results 1 – 3 of 3) sorted by path

/freebsd/sys/dev/firmware/arm/
H A Dscmi_mailbox.c114 arm_doorbell_set_handler(sc->db, scmi_mailbox_a2p_callback, sc); in scmi_mailbox_transport_init()
126 arm_doorbell_set_handler(sc->db, NULL, NULL); in scmi_mailbox_transport_cleanup()
/freebsd/sys/dev/mailbox/arm/
H A Darm_doorbell.c324 arm_doorbell_set_handler(struct arm_doorbell *db, void (*func)(void *), in arm_doorbell_set_handler() function
H A Darm_doorbell.h46 void arm_doorbell_set_handler(struct arm_doorbell *db, void (*func)(void *),