Lines Matching refs:spi_master
179 /sys/class/spi_master/spiB ... symlink (or actual device node) to
355 a bus (appearing under /sys/class/spi_master).
465 The main task of this type of driver is to provide an "spi_master".
469 struct spi_master *master;
478 The driver will initialize the fields of that spi_master, including the
484 After you initialize the spi_master, then use spi_register_master() to
519 ** many spi_master drivers seems to get this wrong.
528 master->prepare_transfer_hardware(struct spi_master *master)
534 master->unprepare_transfer_hardware(struct spi_master *master)
539 master->transfer_one_message(struct spi_master *master,
547 master->transfer_one(struct spi_master *master, struct spi_device *spi,