Lines Matching defs:pl022

360 struct pl022 {  struct
367 struct pl022_ssp_controller *master_info; argument
369 struct tasklet_struct pump_transfers;
370 struct spi_message *cur_msg;
371 struct spi_transfer *cur_transfer;
372 struct chip_data *cur_chip;
373 bool next_msg_cs_active;
374 void *tx;
375 void *tx_end;
376 void *rx;
377 void *rx_end;
378 enum ssp_reading read;
379 enum ssp_writing write;
380 u32 exp_fifo_level;
381 enum ssp_rx_level_trig rx_lev_trig;
382 enum ssp_tx_level_trig tx_lev_trig;
385 struct dma_chan *dma_rx_channel;
386 struct dma_chan *dma_tx_channel;
387 struct sg_table sgt_rx;
388 struct sg_table sgt_tx;
389 char *dummypage;
390 bool dma_running;
442 static void giveback(struct pl022 *pl022) in giveback()
503 static int flush(struct pl022 *pl022) in flush()
522 static void restore_state(struct pl022 *pl022) in restore_state()
612 static void load_ssp_default_config(struct pl022 *pl022) in load_ssp_default_config()
634 static void readwriter(struct pl022 *pl022) in readwriter()
739 static void *next_transfer(struct pl022 *pl022) in next_transfer()
759 static void unmap_free_dma_scatter(struct pl022 *pl022) in unmap_free_dma_scatter()
772 struct pl022 *pl022 = data; in dma_callback() local
829 static void setup_dma_scatter(struct pl022 *pl022, in setup_dma_scatter()
883 static int configure_dma(struct pl022 *pl022) in configure_dma()
1073 static int __devinit pl022_dma_probe(struct pl022 *pl022) in pl022_dma_probe()
1123 static void terminate_dma(struct pl022 *pl022) in terminate_dma()
1134 static void pl022_dma_remove(struct pl022 *pl022) in pl022_dma_remove()
1146 static inline int configure_dma(struct pl022 *pl022) in configure_dma()
1151 static inline int pl022_dma_probe(struct pl022 *pl022) in pl022_dma_probe()
1156 static inline void pl022_dma_remove(struct pl022 *pl022) in pl022_dma_remove()
1174 struct pl022 *pl022 = dev_id; in pl022_interrupt_handler() local
1270 static int set_up_next_transfer(struct pl022 *pl022, in set_up_next_transfer()
1304 struct pl022 *pl022 = (struct pl022 *) data; in pump_transfers() local
1370 static void do_interrupt_dma_transfer(struct pl022 *pl022) in do_interrupt_dma_transfer()
1407 static void do_polling_transfer(struct pl022 *pl022) in do_polling_transfer()
1487 struct pl022 *pl022 = spi_master_get_devdata(master); in pl022_transfer_one_message() local
1512 struct pl022 *pl022 = spi_master_get_devdata(master); in pl022_prepare_transfer_hardware() local
1524 struct pl022 *pl022 = spi_master_get_devdata(master); in pl022_unprepare_transfer_hardware() local
1540 static int verify_controller_parameters(struct pl022 *pl022, in verify_controller_parameters()
1661 static int calculate_effective_freq(struct pl022 *pl022, int freq, struct in calculate_effective_freq()
1772 struct pl022 *pl022 = spi_master_get_devdata(spi->master); in pl022_setup() local
1995 struct pl022 *pl022 = NULL; /*Data for this driver */ in pl022_probe() local
2147 struct pl022 *pl022 = amba_get_drvdata(adev); in pl022_remove() local
2178 struct pl022 *pl022 = dev_get_drvdata(dev); in pl022_suspend() local
2193 struct pl022 *pl022 = dev_get_drvdata(dev); in pl022_resume() local
2210 struct pl022 *pl022 = dev_get_drvdata(dev); in pl022_runtime_suspend() local
2219 struct pl022 *pl022 = dev_get_drvdata(dev); in pl022_runtime_resume() local