Searched refs:vb2_dvb_frontend (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/media/common/videobuf2/ |
D | videobuf2-dvb.c | 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() [all …]
|
/Linux-v4.19/include/media/ |
D | videobuf2-dvb.h | 39 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);
|
/Linux-v4.19/drivers/media/pci/cx88/ |
D | cx88-dvb.c | 203 struct vb2_dvb_frontend *fe; in cx88_dvb_gate_ctrl() 614 struct vb2_dvb_frontend *fe0 = NULL; in attach_xc3028() 656 struct vb2_dvb_frontend *fe0 = NULL; in attach_xc4000() 790 struct vb2_dvb_frontend *fe = NULL; in cx8802_alloc_frontends() 999 struct vb2_dvb_frontend *fe0, *fe1 = NULL; in dvb_register() 1745 struct vb2_dvb_frontend *fe; in cx8802_dvb_probe()
|
/Linux-v4.19/drivers/media/pci/cx23885/ |
D | cx23885-dvb.c | 147 struct vb2_dvb_frontend *fe; in cx23885_dvb_gate_ctrl() 1091 struct vb2_dvb_frontend *fe0; in dvb_register_ci_mac() 1202 struct vb2_dvb_frontend *fe0, *fe1 = NULL; in dvb_register() 2623 struct vb2_dvb_frontend *fe0; in cx23885_dvb_register() 2691 struct vb2_dvb_frontend *fe0; in cx23885_dvb_unregister()
|
D | cx23885-video.c | 964 struct vb2_dvb_frontend *vfe; in cx23885_set_freq_via_ops()
|
/Linux-v4.19/drivers/media/pci/saa7134/ |
D | saa7134-dvb.c | 595 struct vb2_dvb_frontend *fe0; in configure_tda827x_fe() 1210 struct vb2_dvb_frontend *fe0; in dvb_init() 1914 struct vb2_dvb_frontend *fe0; in dvb_fini()
|
/Linux-v4.19/drivers/media/pci/netup_unidvb/ |
D | netup_unidvb_core.c | 391 struct vb2_dvb_frontend *fes[2]; in netup_unidvb_dvb_init()
|