Symbol: th1520_mbox_priv
drivers/mailbox/mailbox-th1520.c
133
struct th1520_mbox_priv *priv = to_th1520_mbox_priv(cp->chan->mbox);
drivers/mailbox/mailbox-th1520.c
210
struct th1520_mbox_priv *priv = to_th1520_mbox_priv(chan->mbox);
drivers/mailbox/mailbox-th1520.c
273
struct th1520_mbox_priv *priv = to_th1520_mbox_priv(chan->mbox);
drivers/mailbox/mailbox-th1520.c
319
struct th1520_mbox_priv *priv = to_th1520_mbox_priv(chan->mbox);
drivers/mailbox/mailbox-th1520.c
336
static int th1520_mbox_init_generic(struct th1520_mbox_priv *priv)
drivers/mailbox/mailbox-th1520.c
400
struct th1520_mbox_priv *priv = data;
drivers/mailbox/mailbox-th1520.c
408
struct th1520_mbox_priv *priv;
drivers/mailbox/mailbox-th1520.c
527
struct th1520_mbox_priv *priv = dev_get_drvdata(dev);
drivers/mailbox/mailbox-th1520.c
543
struct th1520_mbox_priv *priv = dev_get_drvdata(dev);
drivers/mailbox/mailbox-th1520.c
558
struct th1520_mbox_priv *priv = dev_get_drvdata(dev);
drivers/mailbox/mailbox-th1520.c
567
struct th1520_mbox_priv *priv = dev_get_drvdata(dev);
drivers/mailbox/mailbox-th1520.c
80
static struct th1520_mbox_priv *
drivers/mailbox/mailbox-th1520.c
83
return container_of(mbox, struct th1520_mbox_priv, mbox);
drivers/mailbox/mailbox-th1520.c
86
static void th1520_mbox_write(struct th1520_mbox_priv *priv, u32 val, u32 offs)
drivers/mailbox/mailbox-th1520.c
91
static u32 th1520_mbox_read(struct th1520_mbox_priv *priv, u32 offs)
drivers/mailbox/mailbox-th1520.c
96
static u32 th1520_mbox_rmw(struct th1520_mbox_priv *priv, u32 off, u32 set,