Searched refs:dbc_dev (Results 1 – 2 of 2) sorted by relevance
43 static inline int send_dbc_cmd_thru_ext(struct psp_dbc_device *dbc_dev, int msg) in send_dbc_cmd_thru_ext() argument45 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() argument55 (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() argument62 *dbc_dev->result = 0; in send_dbc_cmd()63 ret = dbc_dev->use_ext ? send_dbc_cmd_thru_ext(dbc_dev, msg) : in send_dbc_cmd()64 send_dbc_cmd_thru_pa(dbc_dev, msg); in send_dbc_cmd()[all …]
1420 ATTRIBUTE_GROUPS(dbc_dev);