Lines Matching refs:ones
129 void *ones; member
543 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
554 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
577 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
1155 void *ones; in mmc_spi_probe() local
1192 ones = kmalloc(MMC_SPI_BLOCKSIZE, GFP_KERNEL); in mmc_spi_probe()
1193 if (!ones) in mmc_spi_probe()
1195 memset(ones, 0xff, MMC_SPI_BLOCKSIZE); in mmc_spi_probe()
1224 host->ones = ones; in mmc_spi_probe()
1253 host->status.tx_buf = host->ones; in mmc_spi_probe()
1316 kfree(ones); in mmc_spi_probe()
1333 kfree(host->ones); in mmc_spi_remove()