Lines Matching refs:ChppWwanServiceState
76 struct ChppWwanServiceState { struct
96 struct ChppWwanServiceState gWwanServiceContext;
103 struct ChppWwanServiceState *wwanServiceContext,
106 struct ChppWwanServiceState *wwanServiceContext,
109 struct ChppWwanServiceState *wwanServiceContext,
112 struct ChppWwanServiceState *wwanServiceContext,
139 struct ChppWwanServiceState *wwanServiceContext = in chppDispatchWwanRequest()
140 (struct ChppWwanServiceState *)serviceContext; in chppDispatchWwanRequest()
202 struct ChppWwanServiceState *wwanServiceContext, in chppWwanServiceOpen()
250 struct ChppWwanServiceState *wwanServiceContext, in chppWwanServiceClose()
281 struct ChppWwanServiceState *wwanServiceContext = in chppWwanServiceNotifyReset()
282 (struct ChppWwanServiceState *)serviceContext; in chppWwanServiceNotifyReset()
303 struct ChppWwanServiceState *wwanServiceContext, in chppWwanServiceGetCapabilities()
344 struct ChppWwanServiceState *wwanServiceContext, in chppWwanServiceGetCellInfoAsync()
370 struct ChppWwanServiceState *wwanServiceContext = in chppWwanServiceCellInfoResultCallback()
371 container_of(inReqState, struct ChppWwanServiceState, getCellInfoAsync); in chppWwanServiceCellInfoResultCallback()