Home
last modified time | relevance | path

Searched refs:alow_flags (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/spi/
Dspi-fsl-spi.c706 bool alow = pinfo->alow_flags[cs]; in fsl_spi_cs_control()
735 pinfo->alow_flags = kzalloc(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()
783 kfree(pinfo->alow_flags); in of_fsl_spi_get_chipselects()
784 pinfo->alow_flags = NULL; in of_fsl_spi_get_chipselects()
806 kfree(pinfo->alow_flags); in of_fsl_spi_free_chipselects()
Dspi-fsl-lib.h102 bool *alow_flags; member