Lines Matching refs:slurm_softc

60 struct slurm_softc {  struct
80 static usbd_status slurm_setreg(struct slurm_softc *, int, uint16_t); argument
81 static usbd_status slurm_getreg(struct slurm_softc *, int, uint16_t *);
83 static uint32_t slurm_si470x_get_freq(struct slurm_softc *, uint16_t);
84 static void slurm_si470x_get_bandspace(struct slurm_softc *, uint16_t);
90 static int slurm_si470x_search(struct slurm_softc *, int);
92 static void slurm_si470x_set_freq(struct slurm_softc *, uint32_t);
93 static void slurm_si470x_set_powercfg(struct slurm_softc *, int, int);
94 static void slurm_si470x_set_volume(struct slurm_softc *, int);
102 CFATTACH_DECL_NEW(slurm, sizeof(struct slurm_softc),
123 struct slurm_softc * const sc = device_private(self); in slurm_attach()
151 struct slurm_softc * const sc = device_private(self); in slurm_detach()
165 struct slurm_softc * const sc = v; in slurm_get_info()
191 struct slurm_softc * const sc = v; in slurm_set_info()
203 struct slurm_softc * const sc = v; in slurm_search()
209 slurm_getreg(struct slurm_softc *sc, int reg, uint16_t *val) in slurm_getreg()
228 slurm_setreg(struct slurm_softc *sc, int reg, uint16_t val) in slurm_setreg()
246 slurm_si470x_await_stc(struct slurm_softc *sc) in slurm_si470x_await_stc()
265 slurm_si470x_get_bandspace(struct slurm_softc *sc, uint16_t sysconfig2) in slurm_si470x_get_bandspace()
293 slurm_si470x_get_freq(struct slurm_softc *sc, uint16_t readchannel) in slurm_si470x_get_freq()
325 slurm_si470x_search(struct slurm_softc *sc, int up) in slurm_si470x_search()
340 slurm_si470x_set_freq(struct slurm_softc *sc, uint32_t freq) in slurm_si470x_set_freq()
356 slurm_si470x_set_powercfg(struct slurm_softc *sc, int mute, int stereo) in slurm_si470x_set_powercfg()
369 slurm_si470x_set_volume(struct slurm_softc *sc, int volume) in slurm_si470x_set_volume()