Home
last modified time | relevance | path

Searched refs:vb2_dvb_frontend (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-dvb.c202 struct vb2_dvb_frontend *fe; in vb2_dvb_register_bus()
222 fe = list_entry(list, struct vb2_dvb_frontend, felist); in vb2_dvb_register_bus()
252 struct vb2_dvb_frontend *vb2_dvb_get_frontend( in vb2_dvb_get_frontend()
256 struct vb2_dvb_frontend *fe, *ret = NULL; in vb2_dvb_get_frontend()
261 fe = list_entry(list, struct vb2_dvb_frontend, felist); in vb2_dvb_get_frontend()
278 struct vb2_dvb_frontend *fe = NULL; in vb2_dvb_find_frontend()
284 fe = list_entry(list, struct vb2_dvb_frontend, felist); in vb2_dvb_find_frontend()
297 struct vb2_dvb_frontend *vb2_dvb_alloc_frontend( in vb2_dvb_alloc_frontend()
300 struct vb2_dvb_frontend *fe; in vb2_dvb_alloc_frontend()
302 fe = kzalloc_obj(struct vb2_dvb_frontend); in vb2_dvb_alloc_frontend()
[all …]
/linux/include/media/
H A Dvideobuf2-dvb.h39 struct vb2_dvb_frontend { struct
63 struct vb2_dvb_frontend *vb2_dvb_alloc_frontend(struct vb2_dvb_frontends *f, int id); argument
66 struct vb2_dvb_frontend *vb2_dvb_get_frontend(struct vb2_dvb_frontends *f, int id);
/linux/drivers/media/pci/saa7134/
H A Dsaa7134-dvb.c589 struct vb2_dvb_frontend *fe0; in configure_tda827x_fe()
1222 struct vb2_dvb_frontend *fe0; in dvb_init()
1953 struct vb2_dvb_frontend *fe0; in dvb_fini()