Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf-dvb.c260 struct videobuf_dvb_frontend *fe; in videobuf_dvb_register_bus()
280 fe = list_entry(list, struct videobuf_dvb_frontend, felist); in videobuf_dvb_register_bus()
306 struct videobuf_dvb_frontend *videobuf_dvb_get_frontend( in videobuf_dvb_get_frontend()
310 struct videobuf_dvb_frontend *fe, *ret = NULL; in videobuf_dvb_get_frontend()
315 fe = list_entry(list, struct videobuf_dvb_frontend, felist); in videobuf_dvb_get_frontend()
332 struct videobuf_dvb_frontend *fe = NULL; in videobuf_dvb_find_frontend()
338 fe = list_entry(list, struct videobuf_dvb_frontend, felist); in videobuf_dvb_find_frontend()
351 struct videobuf_dvb_frontend *videobuf_dvb_alloc_frontend( in videobuf_dvb_alloc_frontend()
354 struct videobuf_dvb_frontend *fe; in videobuf_dvb_alloc_frontend()
356 fe = kzalloc(sizeof(struct videobuf_dvb_frontend), GFP_KERNEL); in videobuf_dvb_alloc_frontend()
[all …]
/linux-4.4.14/include/media/
Dvideobuf-dvb.h29 struct videobuf_dvb_frontend { struct
52 struct videobuf_dvb_frontend * videobuf_dvb_alloc_frontend(struct videobuf_dvb_frontends *f, int id… argument
55 struct videobuf_dvb_frontend * videobuf_dvb_get_frontend(struct videobuf_dvb_frontends *f, int id);