Searched refs:msi001 (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/media/tuners/
H A Dmsi001.c39 struct msi001 { struct
54 static inline struct msi001 *sd_to_msi001(struct v4l2_subdev *sd) sd_to_msi001()
56 return container_of(sd, struct msi001, sd); sd_to_msi001()
59 static int msi001_wreg(struct msi001 *s, u32 data) msi001_wreg()
65 static int msi001_set_gain(struct msi001 *s, int lna_gain, int mixer_gain, msi001_set_gain()
91 static int msi001_set_tuner(struct msi001 *s) msi001_set_tuner()
283 struct msi001 *s = sd_to_msi001(sd); msi001_s_power()
302 struct msi001 *s = sd_to_msi001(sd); msi001_g_tuner()
317 struct msi001 *s = sd_to_msi001(sd); msi001_s_tuner()
325 struct msi001 *s = sd_to_msi001(sd); msi001_g_frequency()
335 struct msi001 *s = sd_to_msi001(sd); msi001_s_frequency()
354 struct msi001 *s = sd_to_msi001(sd); msi001_enum_freq_bands()
384 struct msi001 *s = container_of(ctrl->handler, struct msi001, hdl); msi001_s_ctrl()
424 struct msi001 *s; msi001_probe()
429 s = kzalloc(sizeof(struct msi001), GFP_KERNEL); msi001_probe()
432 dev_dbg(&spi->dev, "Could not allocate memory for msi001\n"); msi001_probe()
473 struct msi001 *s = sd_to_msi001(sd); msi001_remove()
488 {"msi001", 0},
495 .name = "msi001",
H A DMakefile20 obj-$(CONFIG_MEDIA_TUNER_MSI001) += msi001.o
/linux-4.1.27/drivers/media/usb/msi2500/
H A Dmsi2500.c1172 .modalias = "msi001", msi2500_probe()

Completed in 123 milliseconds