Searched refs:hEQNBInstance (Results 1 – 4 of 4) sorted by relevance
822 LVEQNB_Handle_t hEQNBInstance; /* Instance handle */ in LVM_GetInstanceHandle() local868 hEQNBInstance = LVM_NULL; /* Set to NULL to return handle */ in LVM_GetInstanceHandle()869 LVEQNB_Status = LVEQNB_Init(&hEQNBInstance, /* Initiailse */ in LVM_GetInstanceHandle()873 pInstance->hEQNBInstance = hEQNBInstance; /* Save the instance handle */ in LVM_GetInstanceHandle()
671 LVEQNB_Handle_t *hEQNBInstance = (LVEQNB_Handle_t *)pInstance->hEQNBInstance; in LVM_ApplyNewSettings() local726 EQNB_Status = LVEQNB_Control(hEQNBInstance, in LVM_ApplyNewSettings()
198 LVEQNB_Handle_t hEQNBInstance; /* N-Band Equaliser instance handle */ member
202 LVEQNB_Process(pInstance->hEQNBInstance, /* N-Band equaliser instance handle */ in LVM_Process()