Searched defs:ice1712_gpio (Results 1 – 1 of 1) sorted by relevance
349 struct ice1712_gpio { struct350 unsigned int direction; /* current direction bits */351 unsigned int write_mask; /* current mask bits */352 unsigned int saved[2]; /* for ewx_i2c */354 void (*set_mask)(struct snd_ice1712 *ice, unsigned int data);355 unsigned int (*get_mask)(struct snd_ice1712 *ice);356 void (*set_dir)(struct snd_ice1712 *ice, unsigned int data);357 unsigned int (*get_dir)(struct snd_ice1712 *ice);358 void (*set_data)(struct snd_ice1712 *ice, unsigned int data);359 unsigned int (*get_data)(struct snd_ice1712 *ice);[all …]