Lines Matching refs:NULL
244 object->currentTransaction = NULL; in I2CCC32XX_completeTransfer()
245 object->headPtr = NULL; in I2CCC32XX_completeTransfer()
246 object->tailPtr = NULL; in I2CCC32XX_completeTransfer()
252 object->headPtr = NULL; in I2CCC32XX_completeTransfer()
253 object->tailPtr = NULL; in I2CCC32XX_completeTransfer()
625 DebugP_assert(object->headPtr == NULL); in I2CCC32XX_close()
646 object->hwiHandle = NULL; in I2CCC32XX_close()
650 object->mutex = NULL; in I2CCC32XX_close()
655 object->transferComplete = NULL; in I2CCC32XX_close()
685 return (NULL); in I2CCC32XX_open()
692 return (NULL); in I2CCC32XX_open()
727 if (object->hwiHandle == NULL) { in I2CCC32XX_open()
729 return (NULL); in I2CCC32XX_open()
739 if (object->mutex == NULL) { in I2CCC32XX_open()
741 return (NULL); in I2CCC32XX_open()
754 if (object->transferComplete == NULL) { in I2CCC32XX_open()
756 return (NULL); in I2CCC32XX_open()
764 DebugP_assert(object->transferCallbackFxn != NULL); in I2CCC32XX_open()
768 object->headPtr = NULL; in I2CCC32XX_open()
769 object->tailPtr = NULL; in I2CCC32XX_open()
770 object->currentTransaction = NULL; in I2CCC32XX_open()