Lines Matching defs:fmr2
30 struct fmr2 { struct
40 static struct fmr2 *fmr2_cards[FMR2_MAX]; argument
61 struct fmr2 *fmr2 = tea->private_data; in fmr2_tea575x_set_pins() local
74 struct fmr2 *fmr2 = tea->private_data; in fmr2_tea575x_get_pins() local
115 static void tc9154a_set_pins(struct fmr2 *fmr2, u8 pins) in tc9154a_set_pins()
123 static void tc9154a_set_attenuation(struct fmr2 *fmr2, int att, u32 channel) in tc9154a_set_attenuation()
151 struct fmr2 *fmr2 = tea->private_data; in fmr2_s_ctrl() local
185 struct fmr2 *fmr2 = tea->private_data; in fmr2_tea_ext_init() local
206 static int fmr2_probe(struct fmr2 *fmr2, struct device *pdev, int io) in fmr2_probe()
254 struct fmr2 *fmr2 = kzalloc(sizeof(*fmr2), GFP_KERNEL); in fmr2_isa_match() local
271 struct fmr2 *fmr2 = kzalloc(sizeof(*fmr2), GFP_KERNEL); in fmr2_pnp_probe() local
287 static void fmr2_remove(struct fmr2 *fmr2) in fmr2_remove()