• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/spi/

Lines Matching refs:driver_data

80 struct driver_data {
134 int (*write)(struct driver_data *drv_data);
135 int (*read)(struct driver_data *drv_data);
136 irqreturn_t (*transfer_handler)(struct driver_data *drv_data);
153 int (*write)(struct driver_data *drv_data);
154 int (*read)(struct driver_data *drv_data);
160 static int flush(struct driver_data *drv_data)
180 static int null_writer(struct driver_data *drv_data)
195 static int null_reader(struct driver_data *drv_data)
209 static int u8_writer(struct driver_data *drv_data)
223 static int u8_reader(struct driver_data *drv_data)
236 static int u16_writer(struct driver_data *drv_data)
250 static int u16_reader(struct driver_data *drv_data)
263 static int u32_writer(struct driver_data *drv_data)
277 static int u32_reader(struct driver_data *drv_data)
290 static void *next_transfer(struct driver_data *drv_data)
306 static int map_dma_buffers(struct driver_data *drv_data)
358 static void unmap_dma_buffers(struct driver_data *drv_data)
377 static void giveback(struct driver_data *drv_data)
423 void dma_error_stop(struct driver_data *drv_data, const char *msg)
445 static void dma_transfer_complete(struct driver_data *drv_data)
493 struct driver_data *drv_data = data;
524 static irqreturn_t dma_transfer(struct driver_data *drv_data)
559 static void int_error_stop(struct driver_data *drv_data, const char* msg)
577 static void int_transfer_complete(struct driver_data *drv_data)
603 static irqreturn_t interrupt_transfer(struct driver_data *drv_data)
665 struct driver_data *drv_data = dev_id;
784 struct driver_data *drv_data = (struct driver_data *)data;
1004 struct driver_data *drv_data =
1005 container_of(work, struct driver_data, pump_messages);
1046 struct driver_data *drv_data = spi_master_get_devdata(spi->master);
1074 struct driver_data *drv_data = spi_master_get_devdata(spi->master);
1224 static int init_queue(struct driver_data *drv_data)
1244 static int start_queue(struct driver_data *drv_data)
1266 static int stop_queue(struct driver_data *drv_data)
1293 static int destroy_queue(struct driver_data *drv_data)
1317 struct driver_data *drv_data = 0;
1330 master = spi_alloc_master(dev, sizeof(struct driver_data) + 16);
1348 sizeof(struct driver_data)), 8);
1492 struct driver_data *drv_data = platform_get_drvdata(pdev);
1570 struct driver_data *drv_data = platform_get_drvdata(pdev);
1590 struct driver_data *drv_data = platform_get_drvdata(pdev);