Lines Matching defs:spi_controller
113581 struct spi_controller { struct
113582 struct device dev;
113606 bool (*can_dma)(struct spi_controller *, struct spi_device *, struct spi_transfer *); argument
113626 int (*prepare_transfer_hardware)(struct spi_controller *); argument
113627 int (*transfer_one_message)(struct spi_controller *, struct spi_message *); argument
113628 int (*unprepare_transfer_hardware)(struct spi_controller *); argument
113629 int (*prepare_message)(struct spi_controller *, struct spi_message *); argument
113630 int (*unprepare_message)(struct spi_controller *, struct spi_message *); argument
113631 int (*slave_abort)(struct spi_controller *); argument
113633 int (*transfer_one)(struct spi_controller *, struct spi_device *, struct spi_transfer *); argument
113634 void (*handle_err)(struct spi_controller *, struct spi_message *); argument
113635 const struct spi_controller_mem_ops *mem_ops; argument
113646 int (*fw_translate_cs)(struct spi_controller *, unsigned int); argument
113647 bool ptp_sts_supported;
113648 long unsigned int irq_flags;