Lines Matching refs:vb2_dvb_frontend
201 struct vb2_dvb_frontend *fe; in vb2_dvb_register_bus()
221 fe = list_entry(list, struct vb2_dvb_frontend, felist); in vb2_dvb_register_bus()
251 struct vb2_dvb_frontend *vb2_dvb_get_frontend( in vb2_dvb_get_frontend()
255 struct vb2_dvb_frontend *fe, *ret = NULL; in vb2_dvb_get_frontend()
260 fe = list_entry(list, struct vb2_dvb_frontend, felist); in vb2_dvb_get_frontend()
277 struct vb2_dvb_frontend *fe = NULL; in vb2_dvb_find_frontend()
283 fe = list_entry(list, struct vb2_dvb_frontend, felist); in vb2_dvb_find_frontend()
296 struct vb2_dvb_frontend *vb2_dvb_alloc_frontend( in vb2_dvb_alloc_frontend()
299 struct vb2_dvb_frontend *fe; in vb2_dvb_alloc_frontend()
301 fe = kzalloc(sizeof(struct vb2_dvb_frontend), GFP_KERNEL); in vb2_dvb_alloc_frontend()
318 struct vb2_dvb_frontend *fe; in vb2_dvb_dealloc_frontends()
322 fe = list_entry(list, struct vb2_dvb_frontend, felist); in vb2_dvb_dealloc_frontends()