Lines Matching refs:psp
13 u32 psp; member
54 for (i = 0; error_codes[i].psp; i++) { in send_dbc_cmd()
55 if (dbc_dev->mbox->req.header.status == error_codes[i].psp) in send_dbc_cmd()
101 void dbc_dev_destroy(struct psp_device *psp) in dbc_dev_destroy() argument
103 struct psp_dbc_device *dbc_dev = psp->dbc_data; in dbc_dev_destroy()
110 psp->dbc_data = NULL; in dbc_dev_destroy()
194 int dbc_dev_init(struct psp_device *psp) in dbc_dev_init() argument
196 struct device *dev = psp->dev; in dbc_dev_init()
200 if (!PSP_FEATURE(psp, DBC)) in dbc_dev_init()
214 psp->dbc_data = dbc_dev; in dbc_dev_init()
246 psp->dbc_data = NULL; in dbc_dev_init()