Home
last modified time | relevance | path

Searched defs:ice1712_gpio (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/pci/ice1712/
H A Dice1712.h349 struct ice1712_gpio { struct
350 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 …]