Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/ccp/
Ddbc.c41 static inline int send_dbc_cmd_thru_ext(struct psp_dbc_device *dbc_dev, int msg) in send_dbc_cmd_thru_ext() argument
43 dbc_dev->mbox->ext_req.header.sub_cmd_id = msg; in send_dbc_cmd_thru_ext()
45 return psp_extended_mailbox_cmd(dbc_dev->psp, in send_dbc_cmd_thru_ext()
47 (struct psp_ext_request *)dbc_dev->mbox); in send_dbc_cmd_thru_ext()
50 static inline int send_dbc_cmd_thru_pa(struct psp_dbc_device *dbc_dev, int msg) in send_dbc_cmd_thru_pa() argument
53 (struct psp_request *)dbc_dev->mbox); in send_dbc_cmd_thru_pa()
56 static int send_dbc_cmd(struct psp_dbc_device *dbc_dev, int msg) in send_dbc_cmd() argument
60 *dbc_dev->result = 0; in send_dbc_cmd()
61 ret = dbc_dev->use_ext ? send_dbc_cmd_thru_ext(dbc_dev, msg) : in send_dbc_cmd()
62 send_dbc_cmd_thru_pa(dbc_dev, msg); in send_dbc_cmd()
[all …]
/linux-6.12.1/drivers/usb/host/
Dxhci-dbgcap.c1236 ATTRIBUTE_GROUPS(dbc_dev);