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

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

Completed in 78 milliseconds