Lines Matching refs:spi_qup

124 struct spi_qup {
155 static inline bool spi_qup_is_flag_set(struct spi_qup *controller, u32 flag)
171 static inline unsigned int spi_qup_len(struct spi_qup *controller)
176 static inline bool spi_qup_is_valid_state(struct spi_qup *controller)
183 static int spi_qup_set_state(struct spi_qup *controller, u32 state)
228 static void spi_qup_read_from_fifo(struct spi_qup *controller, u32 num_words)
261 static void spi_qup_read(struct spi_qup *controller, u32 *opflags)
316 static void spi_qup_write_to_fifo(struct spi_qup *controller, u32 num_words)
342 struct spi_qup *qup = data;
347 static void spi_qup_write(struct spi_qup *controller)
392 struct spi_qup *qup = spi_controller_get_devdata(host);
449 struct spi_qup *qup = spi_controller_get_devdata(host);
517 struct spi_qup *qup = spi_controller_get_devdata(host);
578 static bool spi_qup_data_pending(struct spi_qup *controller)
593 struct spi_qup *controller = dev_id;
661 struct spi_qup *controller = spi_controller_get_devdata(spi->controller);
695 struct spi_qup *controller = spi_controller_get_devdata(spi->controller);
847 struct spi_qup *controller = spi_controller_get_devdata(host);
889 struct spi_qup *qup = spi_controller_get_devdata(host);
926 struct spi_qup *spi = spi_controller_get_devdata(host);
977 struct spi_qup *controller;
997 struct spi_qup *controller;
1030 host = spi_alloc_host(dev, sizeof(struct spi_qup));
1174 struct spi_qup *controller = spi_controller_get_devdata(host);
1191 struct spi_qup *controller = spi_controller_get_devdata(host);
1217 struct spi_qup *controller = spi_controller_get_devdata(host);
1241 struct spi_qup *controller = spi_controller_get_devdata(host);
1274 struct spi_qup *controller = spi_controller_get_devdata(host);
1315 .name = "spi_qup",
1325 MODULE_ALIAS("platform:spi_qup");