Home
last modified time | relevance | path

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

/linux/drivers/mailbox/
H A Dhi3660-mailbox.c72 struct hi3660_mbox { struct
80 static struct hi3660_mbox *to_hi3660_mbox(struct mbox_controller *mbox) in to_hi3660_mbox() argument
82 return container_of(mbox, struct hi3660_mbox, controller); in to_hi3660_mbox()
88 struct hi3660_mbox *mbox = to_hi3660_mbox(chan->mbox); in hi3660_mbox_check_state()
114 struct hi3660_mbox *mbox = to_hi3660_mbox(chan->mbox); in hi3660_mbox_unlock()
136 struct hi3660_mbox *mbox = to_hi3660_mbox(chan->mbox); in hi3660_mbox_acquire_channel()
177 struct hi3660_mbox *mbox = to_hi3660_mbox(chan->mbox); in hi3660_mbox_send_data()
214 struct hi3660_mbox *mbox = to_hi3660_mbox(controller); in hi3660_mbox_xlate()
240 struct hi3660_mbox *mbox; in hi3660_mbox_probe()