Home
last modified time | relevance | path

Searched refs:hi3660_mbox (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/mailbox/
Dhi3660-mailbox.c73 struct hi3660_mbox { struct
81 static struct hi3660_mbox *to_hi3660_mbox(struct mbox_controller *mbox) in to_hi3660_mbox() argument
83 return container_of(mbox, struct hi3660_mbox, controller); in to_hi3660_mbox()
89 struct hi3660_mbox *mbox = to_hi3660_mbox(chan->mbox); in hi3660_mbox_check_state()
115 struct hi3660_mbox *mbox = to_hi3660_mbox(chan->mbox); in hi3660_mbox_unlock()
137 struct hi3660_mbox *mbox = to_hi3660_mbox(chan->mbox); in hi3660_mbox_acquire_channel()
178 struct hi3660_mbox *mbox = to_hi3660_mbox(chan->mbox); in hi3660_mbox_send_data()
215 struct hi3660_mbox *mbox = to_hi3660_mbox(controller); in hi3660_mbox_xlate()
241 struct hi3660_mbox *mbox; in hi3660_mbox_probe()