Home
last modified time | relevance | path

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

/linux/drivers/crypto/ccp/
H A Ddbc.c43 static inline int send_dbc_cmd_thru_ext(struct psp_dbc_device *dbc_dev, int msg) in send_dbc_cmd_thru_ext() argument
45 dbc_dev->mbox->ext_req.header.sub_cmd_id = msg; in send_dbc_cmd_thru_ext()
47 return psp_extended_mailbox_cmd(dbc_dev->psp, in send_dbc_cmd_thru_ext()
49 (struct psp_ext_request *)dbc_dev->mbox); in send_dbc_cmd_thru_ext()
52 static inline int send_dbc_cmd_thru_pa(struct psp_dbc_device *dbc_dev, int msg) in send_dbc_cmd_thru_pa() argument
55 (struct psp_request *)dbc_dev->mbox); in send_dbc_cmd_thru_pa()
58 static int send_dbc_cmd(struct psp_dbc_device *dbc_dev, int msg) in send_dbc_cmd() argument
62 *dbc_dev->result = 0; in send_dbc_cmd()
63 ret = dbc_dev->use_ext ? send_dbc_cmd_thru_ext(dbc_dev, ms in send_dbc_cmd()
81 send_dbc_nonce(struct psp_dbc_device * dbc_dev) send_dbc_nonce() argument
95 send_dbc_parameter(struct psp_dbc_device * dbc_dev) send_dbc_parameter() argument
121 struct psp_dbc_device *dbc_dev = psp->dbc_data; dbc_dev_destroy() local
135 struct psp_dbc_device *dbc_dev; dbc_ioctl() local
195 struct psp_dbc_device *dbc_dev; dbc_dev_init() local
[all...]