Searched refs:fe (Results 1 – 2 of 2) sorted by relevance
/include/media/ |
D | dvb_frontend.h | 230 void (*release)(struct dvb_frontend *fe); 231 int (*init)(struct dvb_frontend *fe); 232 int (*sleep)(struct dvb_frontend *fe); 233 int (*suspend)(struct dvb_frontend *fe); 234 int (*resume)(struct dvb_frontend *fe); 237 int (*set_params)(struct dvb_frontend *fe); 238 int (*set_analog_params)(struct dvb_frontend *fe, struct analog_parameters *p); 240 int (*set_config)(struct dvb_frontend *fe, void *priv_cfg); 242 int (*get_frequency)(struct dvb_frontend *fe, u32 *frequency); 243 int (*get_bandwidth)(struct dvb_frontend *fe, u32 *bandwidth); [all …]
|
/include/sound/ |
D | soc-dpcm.h | 72 struct snd_soc_pcm_runtime *fe; member 109 #define for_each_dpcm_be(fe, stream, dpcm) \ argument 110 list_for_each_entry(dpcm, &(fe)->dpcm[stream].be_clients, list_be) 111 #define for_each_dpcm_be_safe(fe, stream, dpcm, _dpcm) \ argument 112 list_for_each_entry_safe(dpcm, _dpcm, &(fe)->dpcm[stream].be_clients, list_be) 113 #define for_each_dpcm_be_rollback(fe, stream, dpcm) \ argument 114 list_for_each_entry_continue_reverse(dpcm, &(fe)->dpcm[stream].be_clients, list_be) 117 int snd_soc_dpcm_can_be_free_stop(struct snd_soc_pcm_runtime *fe, 121 int snd_soc_dpcm_can_be_params(struct snd_soc_pcm_runtime *fe, 125 int snd_soc_dpcm_fe_can_update(struct snd_soc_pcm_runtime *fe, int stream); [all …]
|