Lines Matching defs:mgr
49 #define PCXHR_INPB(mgr, x) inb((mgr)->port[PCXHR_DSP] + (x)) argument
50 #define PCXHR_OUTPB(mgr, x, data) outb((data), (mgr)->port[PCXHR_DSP] + (x)) argument
219 static void hr222_config_akm(struct pcxhr_mgr *mgr, unsigned short data) in hr222_config_akm()
235 static int hr222_set_hw_playback_level(struct pcxhr_mgr *mgr, in hr222_set_hw_playback_level()
257 static int hr222_set_hw_capture_level(struct pcxhr_mgr *mgr, in hr222_set_hw_capture_level()
284 int hr222_sub_init(struct pcxhr_mgr *mgr) in hr222_sub_init()
351 int hr222_sub_set_clock(struct pcxhr_mgr *mgr, in hr222_sub_set_clock()
415 int hr222_get_external_clock(struct pcxhr_mgr *mgr, in hr222_get_external_clock()
509 int hr222_read_gpio(struct pcxhr_mgr *mgr, int is_gpi, int *value) in hr222_read_gpio()
523 int hr222_write_gpo(struct pcxhr_mgr *mgr, int value) in hr222_write_gpo()
535 int hr222_manage_timecode(struct pcxhr_mgr *mgr, int enable) in hr222_manage_timecode()
680 static void hr222_micro_boost(struct pcxhr_mgr *mgr, int level) in hr222_micro_boost()
695 static void hr222_phantom_power(struct pcxhr_mgr *mgr, int power) in hr222_phantom_power()