Searched refs:drvstate (Results 1 – 1 of 1) sorted by relevance
89 ctx = drvstate->ctx; in huawei_cdc_ncm_bind()110 drvstate->subdriver = subdriver; in huawei_cdc_ncm_bind()120 struct cdc_ncm_ctx *ctx = drvstate->ctx; in huawei_cdc_ncm_unbind()122 if (drvstate->subdriver && drvstate->subdriver->disconnect) in huawei_cdc_ncm_unbind()124 drvstate->subdriver = NULL; in huawei_cdc_ncm_unbind()135 struct cdc_ncm_ctx *ctx = drvstate->ctx; in huawei_cdc_ncm_suspend()147 drvstate->subdriver && in huawei_cdc_ncm_suspend()148 drvstate->subdriver->suspend) in huawei_cdc_ncm_suspend()163 struct cdc_ncm_ctx *ctx = drvstate->ctx; in huawei_cdc_ncm_resume()168 drvstate->subdriver && in huawei_cdc_ncm_resume()[all …]