Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/common/videobuf2/
Dvideobuf2-dvb.c205 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()
[all …]
/linux-4.19.296/include/media/
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);