Lines Matching refs:hpre
13 #include "hpre.h"
243 * Or it may stay in D3 state when we bind and unbind hpre quickly,
348 /* disable hpre hw error interrupts */
364 /* enable hpre hw error interrupts */
378 struct hpre *hpre = container_of(file->debug, struct hpre, debug);
380 return &hpre->qm;
591 struct hpre *hpre = container_of(qm, struct hpre, qm);
592 struct hpre_debug *dbg = &hpre->debug;
685 struct hpre *hpre = container_of(qm, struct hpre, qm);
686 struct hpre_dfx *dfx = hpre->debug.dfx;
809 static int hpre_pf_probe_init(struct hpre *hpre)
811 struct hisi_qm *qm = &hpre->qm;
826 static int hpre_probe_init(struct hpre *hpre)
828 struct hisi_qm *qm = &hpre->qm;
832 ret = hpre_pf_probe_init(hpre);
843 struct hpre *hpre;
846 hpre = devm_kzalloc(&pdev->dev, sizeof(*hpre), GFP_KERNEL);
847 if (!hpre)
850 qm = &hpre->qm;
857 ret = hpre_probe_init(hpre);
968 pr_err("hpre: can't register hisi hpre driver.\n");