Lines Matching refs:ones
128 void *ones; member
539 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
550 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
573 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
1149 void *ones; in mmc_spi_probe() local
1186 ones = kmalloc(MMC_SPI_BLOCKSIZE, GFP_KERNEL); in mmc_spi_probe()
1187 if (!ones) in mmc_spi_probe()
1189 memset(ones, 0xff, MMC_SPI_BLOCKSIZE); in mmc_spi_probe()
1221 host->ones = ones; in mmc_spi_probe()
1250 host->status.tx_buf = host->ones; in mmc_spi_probe()
1313 kfree(ones); in mmc_spi_probe()
1330 kfree(host->ones); in mmc_spi_remove()