Searched defs:slot_dt9812 (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/comedi/drivers/
H A Ddt9812.c275 struct slot_dt9812 *slot;
292 struct slot_dt9812 *slot;
296 struct slot_dt9812 { struct
323 static struct slot_dt9812 dt9812[DT9812_NUM_SLOTS];
433 static int dt9812_digital_in(struct slot_dt9812 *slot, u8 * bits)
460 static int dt9812_digital_out(struct slot_dt9812 *slot, u8 bits)
479 static int dt9812_digital_out_shadow(struct slot_dt9812 *slot, u8 * bits)
555 static int dt9812_analog_in(struct slot_dt9812 *slot, int channel, u16 * value,
621 static int dt9812_analog_out_shadow(struct slot_dt9812 *slot, int channel,
636 static int dt9812_analog_out(struct slot_dt9812 *slo
[all...]

Completed in 10 milliseconds