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

/drivers/media/parport/
H A Dw9966.c26 Does any other model using the w9966 interface chip exist ?
108 struct w9966 { struct
153 static struct w9966 w9966_cams[W9966_MAXCAMS];
161 static inline void w9966_set_state(struct w9966 *cam, int mask, int val)
167 static inline int w9966_get_state(struct w9966 *cam, int mask, int val)
173 static void w9966_pdev_claim(struct w9966 *cam)
182 static void w9966_pdev_release(struct w9966 *cam)
193 static int w9966_read_reg(struct w9966 *cam, int reg)
214 static int w9966_write_reg(struct w9966 *cam, int reg, int data)
238 static void w9966_i2c_setsda(struct w9966 *ca
[all...]

Completed in 82 milliseconds