• 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 {
117 void (*write) (struct driver_data *);
118 void (*read) (struct driver_data *);
119 void (*duplex) (struct driver_data *);
134 void (*write) (struct driver_data *);
135 void (*read) (struct driver_data *);
136 void (*duplex) (struct driver_data *);
139 static void bfin_spi_enable(struct driver_data *drv_data)
148 static void bfin_spi_disable(struct driver_data *drv_data)
169 static int flush(struct driver_data *drv_data)
183 static void restore_state(struct driver_data *drv_data)
254 static void null_writer(struct driver_data *drv_data)
266 static void null_reader(struct driver_data *drv_data)
279 static void u8_writer(struct driver_data *drv_data)
295 static void u8_cs_chg_writer(struct driver_data *drv_data)
318 static void u8_reader(struct driver_data *drv_data)
341 static void u8_cs_chg_reader(struct driver_data *drv_data)
365 static void u8_duplex(struct driver_data *drv_data)
380 static void u8_cs_chg_duplex(struct driver_data *drv_data)
405 static void u16_writer(struct driver_data *drv_data)
422 static void u16_cs_chg_writer(struct driver_data *drv_data)
445 static void u16_reader(struct driver_data *drv_data)
464 static void u16_cs_chg_reader(struct driver_data *drv_data)
488 static void u16_duplex(struct driver_data *drv_data)
503 static void u16_cs_chg_duplex(struct driver_data *drv_data)
529 static void *next_transfer(struct driver_data *drv_data)
548 static void giveback(struct driver_data *drv_data)
579 struct driver_data *drv_data = (struct driver_data *)dev_id;
625 struct driver_data *drv_data = (struct driver_data *)data;
885 struct driver_data *drv_data = container_of(work, struct driver_data, pump_messages);
938 struct driver_data *drv_data = spi_master_get_devdata(spi->master);
968 struct driver_data *drv_data = spi_master_get_devdata(spi->master);
1095 static inline int init_queue(struct driver_data *drv_data)
1117 static inline int start_queue(struct driver_data *drv_data)
1139 static inline int stop_queue(struct driver_data *drv_data)
1168 static inline int destroy_queue(struct driver_data *drv_data)
1186 struct driver_data *drv_data = 0;
1192 master = spi_alloc_master(dev, sizeof(struct driver_data) + 16);
1239 struct driver_data *drv_data = platform_get_drvdata(pdev);
1271 struct driver_data *drv_data = platform_get_drvdata(pdev);
1286 struct driver_data *drv_data = platform_get_drvdata(pdev);