Searched refs:alow_flags (Results 1 – 2 of 2) sorted by relevance
705 bool alow = pinfo->alow_flags[cs]; in fsl_spi_cs_control()735 pinfo->alow_flags = kcalloc(ngpios, sizeof(*pinfo->alow_flags), in of_fsl_spi_get_chipselects()737 if (!pinfo->alow_flags) { in of_fsl_spi_get_chipselects()760 pinfo->alow_flags[i] = flags & OF_GPIO_ACTIVE_LOW; in of_fsl_spi_get_chipselects()763 pinfo->alow_flags[i]); in of_fsl_spi_get_chipselects()784 kfree(pinfo->alow_flags); in of_fsl_spi_get_chipselects()785 pinfo->alow_flags = NULL; in of_fsl_spi_get_chipselects()807 kfree(pinfo->alow_flags); in of_fsl_spi_free_chipselects()
99 bool *alow_flags; member