Searched refs:dbc_dev (Results 1 – 2 of 2) sorted by relevance
41 static inline int send_dbc_cmd_thru_ext(struct psp_dbc_device *dbc_dev, int msg) in send_dbc_cmd_thru_ext() argument43 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() argument53 (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() argument60 *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 …]
1236 ATTRIBUTE_GROUPS(dbc_dev);