Lines Matching refs:spi_qup

128 struct spi_qup {
162 static inline bool spi_qup_is_flag_set(struct spi_qup *controller, u32 flag)
178 static inline unsigned int spi_qup_len(struct spi_qup *controller)
183 static inline bool spi_qup_is_valid_state(struct spi_qup *controller)
190 static int spi_qup_vote_bw(struct spi_qup *controller, u32 speed_hz)
207 static int spi_qup_set_state(struct spi_qup *controller, u32 state)
252 static void spi_qup_read_from_fifo(struct spi_qup *controller, u32 num_words)
285 static void spi_qup_read(struct spi_qup *controller, u32 *opflags)
340 static void spi_qup_write_to_fifo(struct spi_qup *controller, u32 num_words)
366 struct spi_qup *qup = data;
371 static void spi_qup_write(struct spi_qup *controller)
416 struct spi_qup *qup = spi_controller_get_devdata(host);
473 struct spi_qup *qup = spi_controller_get_devdata(host);
547 struct spi_qup *qup = spi_controller_get_devdata(host);
608 static bool spi_qup_data_pending(struct spi_qup *controller)
623 struct spi_qup *controller = dev_id;
691 struct spi_qup *controller = spi_controller_get_devdata(spi->controller);
725 struct spi_qup *controller = spi_controller_get_devdata(spi->controller);
877 struct spi_qup *controller = spi_controller_get_devdata(host);
919 struct spi_qup *qup = spi_controller_get_devdata(host);
956 struct spi_qup *spi = spi_controller_get_devdata(host);
1007 struct spi_qup *controller;
1028 struct spi_qup *controller;
1075 host = spi_alloc_host(dev, sizeof(struct spi_qup));
1220 struct spi_qup *controller = spi_controller_get_devdata(host);
1238 struct spi_qup *controller = spi_controller_get_devdata(host);
1264 struct spi_qup *controller = spi_controller_get_devdata(host);
1289 struct spi_qup *controller = spi_controller_get_devdata(host);
1322 struct spi_qup *controller = spi_controller_get_devdata(host);
1363 .name = "spi_qup",
1373 MODULE_ALIAS("platform:spi_qup");