Loading drivers/char/adsprpc.c +3 −1 Original line number Diff line number Diff line Loading @@ -3533,6 +3533,7 @@ static int fastrpc_get_info(struct fastrpc_file *fl, uint32_t *info) static int fastrpc_internal_control(struct fastrpc_file *fl, struct fastrpc_ioctl_control *cp) { struct fastrpc_apps *me = &gfa; int err = 0; int latency; Loading @@ -3558,6 +3559,7 @@ static int fastrpc_internal_control(struct fastrpc_file *fl, pm_qos_update_request(&fl->pm_qos_req, latency); break; case FASTRPC_CONTROL_SMMU: if (!me->legacy) fl->sharedcb = cp->smmu.sharedcb; break; case FASTRPC_CONTROL_KALLOC: Loading Loading
drivers/char/adsprpc.c +3 −1 Original line number Diff line number Diff line Loading @@ -3533,6 +3533,7 @@ static int fastrpc_get_info(struct fastrpc_file *fl, uint32_t *info) static int fastrpc_internal_control(struct fastrpc_file *fl, struct fastrpc_ioctl_control *cp) { struct fastrpc_apps *me = &gfa; int err = 0; int latency; Loading @@ -3558,6 +3559,7 @@ static int fastrpc_internal_control(struct fastrpc_file *fl, pm_qos_update_request(&fl->pm_qos_req, latency); break; case FASTRPC_CONTROL_SMMU: if (!me->legacy) fl->sharedcb = cp->smmu.sharedcb; break; case FASTRPC_CONTROL_KALLOC: Loading