Lines Matching defs:portman
19 * - added parport_unregister_driver to the startup routine if the driver fails to detect a portman
40 #define DRIVER_NAME "portman"
68 struct portman {
78 static int portman_free(struct portman *pm)
86 struct portman **rchip)
88 struct portman *pm;
92 pm = kzalloc(sizeof(struct portman), GFP_KERNEL);
181 static inline void portman_write_command(struct portman *pm, u8 value)
186 static inline u8 portman_read_command(struct portman *pm)
191 static inline u8 portman_read_status(struct portman *pm)
196 static inline u8 portman_read_data(struct portman *pm)
201 static inline void portman_write_data(struct portman *pm, u8 value)
206 static void portman_write_midi(struct portman *pm,
278 static int portman_read_midi(struct portman *pm, int port)
360 static int portman_data_avail(struct portman *pm, int channel)
385 static void portman_flush_input(struct portman *pm, unsigned char port)
486 static int portman_device_init(struct portman *pm)
510 struct portman *pm = substream->rmidi->private_data;
524 struct portman *pm = substream->rmidi->private_data;
551 struct portman *pm = card->private_data;
603 struct portman *pm = ((struct snd_card*)userdata)->private_data;
690 struct portman *pm = card->private_data;
707 struct portman *pm = NULL;