Lines Matching defs:ace_device

170 struct ace_device {
224 u16(*in) (struct ace_device * ace, int reg);
225 void (*out) (struct ace_device * ace, int reg, u16 val);
226 void (*datain) (struct ace_device * ace);
227 void (*dataout) (struct ace_device * ace);
231 static u16 ace_in_8(struct ace_device *ace, int reg)
237 static void ace_out_8(struct ace_device *ace, int reg, u16 val)
244 static void ace_datain_8(struct ace_device *ace)
254 static void ace_dataout_8(struct ace_device *ace)
272 static u16 ace_in_be16(struct ace_device *ace, int reg)
277 static void ace_out_be16(struct ace_device *ace, int reg, u16 val)
282 static void ace_datain_be16(struct ace_device *ace)
291 static void ace_dataout_be16(struct ace_device *ace)
301 static u16 ace_in_le16(struct ace_device *ace, int reg)
306 static void ace_out_le16(struct ace_device *ace, int reg, u16 val)
311 static void ace_datain_le16(struct ace_device *ace)
320 static void ace_dataout_le16(struct ace_device *ace)
343 static inline u16 ace_in(struct ace_device *ace, int reg)
348 static inline u32 ace_in32(struct ace_device *ace, int reg)
353 static inline void ace_out(struct ace_device *ace, int reg, u16 val)
358 static inline void ace_out32(struct ace_device *ace, int reg, u32 val)
393 static void ace_dump_regs(struct ace_device *ace)
446 static inline void ace_fsm_yieldpoll(struct ace_device *ace)
452 static inline void ace_fsm_yield(struct ace_device *ace)
459 static inline void ace_fsm_yieldirq(struct ace_device *ace)
471 struct ace_device *ace = q->queuedata;
479 struct ace_device *ace = q->queuedata;
491 static void ace_fsm_dostate(struct ace_device *ace)
772 struct ace_device *ace = (void *)data;
787 struct ace_device *ace = from_timer(ace, t, stall_timer);
811 static int ace_interrupt_checkstate(struct ace_device *ace)
830 struct ace_device *ace = dev_id;
872 struct ace_device *ace = hctx->queue->queuedata;
890 struct ace_device *ace = gd->private_data;
896 static void ace_media_changed(struct ace_device *ace)
914 struct ace_device *ace = bdev->bd_disk->private_data;
933 struct ace_device *ace = disk->private_data;
952 struct ace_device *ace = bdev->bd_disk->private_data;
979 static int ace_setup(struct ace_device *ace)
1104 static void ace_teardown(struct ace_device *ace)
1127 struct ace_device *ace;
1132 ace = kzalloc(sizeof(struct ace_device), GFP_KERNEL);
1162 struct ace_device *ace = dev_get_drvdata(dev);