Lines Matching refs:vb2_dvb_frontend
205 struct vb2_dvb_frontend *fe; in vb2_dvb_register_bus()
225 fe = list_entry(list, struct vb2_dvb_frontend, felist); in vb2_dvb_register_bus()
255 struct vb2_dvb_frontend *vb2_dvb_get_frontend( in vb2_dvb_get_frontend()
259 struct vb2_dvb_frontend *fe, *ret = NULL; in vb2_dvb_get_frontend()
264 fe = list_entry(list, struct vb2_dvb_frontend, felist); in vb2_dvb_get_frontend()
281 struct vb2_dvb_frontend *fe = NULL; in vb2_dvb_find_frontend()
287 fe = list_entry(list, struct vb2_dvb_frontend, felist); in vb2_dvb_find_frontend()
300 struct vb2_dvb_frontend *vb2_dvb_alloc_frontend( in vb2_dvb_alloc_frontend()
303 struct vb2_dvb_frontend *fe; in vb2_dvb_alloc_frontend()
305 fe = kzalloc(sizeof(struct vb2_dvb_frontend), GFP_KERNEL); in vb2_dvb_alloc_frontend()
322 struct vb2_dvb_frontend *fe; in vb2_dvb_dealloc_frontends()
326 fe = list_entry(list, struct vb2_dvb_frontend, felist); in vb2_dvb_dealloc_frontends()