Searched refs:cx18_dvb (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
H A D | cx18-dvb.c | 152 struct cx18_dvb *dvb = container_of(fe->dvb, in yuan_mpc718_mt352_init() 153 struct cx18_dvb, dvb_adapter); in yuan_mpc718_mt352_init() 334 struct cx18_dvb *dvb = stream->dvb; in cx18_dvb_register() 426 struct cx18_dvb *dvb = stream->dvb; in cx18_dvb_unregister() 456 struct cx18_dvb *dvb = stream->dvb; in dvb_register()
|
H A D | cx18-driver.h | 319 struct cx18_dvb { struct 363 struct cx18_dvb *dvb; /* DVB / Digital Transport */
|
H A D | cx18-streams.c | 335 /* Allocate the cx18_dvb struct only for the TS on cards with DTV */ in cx18_prep_dev() 338 s->dvb = kzalloc(sizeof(struct cx18_dvb), GFP_KERNEL); in cx18_prep_dev() 340 CX18_ERR("Couldn't allocate cx18_dvb structure for %s\n", in cx18_prep_dev() 493 /* The TS has a cx18_dvb structure, not a video_device */ in cx18_streams_cleanup()
|
/kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
H A D | cx18-dvb.c | 152 struct cx18_dvb *dvb = container_of(fe->dvb, in yuan_mpc718_mt352_init() 153 struct cx18_dvb, dvb_adapter); in yuan_mpc718_mt352_init() 334 struct cx18_dvb *dvb = stream->dvb; in cx18_dvb_register() 426 struct cx18_dvb *dvb = stream->dvb; in cx18_dvb_unregister() 456 struct cx18_dvb *dvb = stream->dvb; in dvb_register()
|
H A D | cx18-driver.h | 326 struct cx18_dvb { struct 370 struct cx18_dvb *dvb; /* DVB / Digital Transport */
|
H A D | cx18-streams.c | 344 /* Allocate the cx18_dvb struct only for the TS on cards with DTV */ in cx18_prep_dev() 347 s->dvb = kzalloc(sizeof(struct cx18_dvb), GFP_KERNEL); in cx18_prep_dev() 349 CX18_ERR("Couldn't allocate cx18_dvb structure for %s\n", in cx18_prep_dev() 505 /* The TS has a cx18_dvb structure, not a video_device */ in cx18_streams_cleanup()
|
Completed in 8 milliseconds