Searched refs:dvb_props (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-dvb.c | 312 const struct pvr2_dvb_props *dvb_props = hdw->hdw_desc->dvb_props; in pvr2_dvb_frontend_init() local 315 if (dvb_props == NULL) { in pvr2_dvb_frontend_init() 330 if (dvb_props->frontend_attach == NULL) { in pvr2_dvb_frontend_init() 337 if (dvb_props->frontend_attach(adap) == 0 && adap->fe[0]) { in pvr2_dvb_frontend_init() 357 if (dvb_props->tuner_attach && dvb_props->tuner_attach(adap)) { in pvr2_dvb_frontend_init() 449 if (!pvr->hdw->hdw_desc->dvb_props) { in pvr2_dvb_create()
|
H A D | pvrusb2-devattr.c | 228 .dvb_props = &pvr2_onair_creator_fe_props, 288 .dvb_props = &pvr2_onair_usb2_fe_props, 386 .dvb_props = &pvr2_73xxx_dvb_props, 494 .dvb_props = &pvr2_750xx_dvb_props, 517 .dvb_props = &pvr2_751xx_dvb_props, 654 .dvb_props = &pvr2_160000_dvb_props, 678 .dvb_props = &pvr2_160111_dvb_props,
|
H A D | pvrusb2-devattr.h | 98 const struct pvr2_dvb_props *dvb_props; member
|
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-dvb.c | 314 const struct pvr2_dvb_props *dvb_props = hdw->hdw_desc->dvb_props; in pvr2_dvb_frontend_init() local 317 if (dvb_props == NULL) { in pvr2_dvb_frontend_init() 332 if (dvb_props->frontend_attach == NULL) { in pvr2_dvb_frontend_init() 339 if (dvb_props->frontend_attach(adap) == 0 && adap->fe[0]) { in pvr2_dvb_frontend_init() 359 if (dvb_props->tuner_attach && dvb_props->tuner_attach(adap)) { in pvr2_dvb_frontend_init() 451 if (!pvr->hdw->hdw_desc->dvb_props) { in pvr2_dvb_create()
|
H A D | pvrusb2-devattr.c | 228 .dvb_props = &pvr2_onair_creator_fe_props, 288 .dvb_props = &pvr2_onair_usb2_fe_props, 386 .dvb_props = &pvr2_73xxx_dvb_props, 494 .dvb_props = &pvr2_750xx_dvb_props, 517 .dvb_props = &pvr2_751xx_dvb_props, 654 .dvb_props = &pvr2_160000_dvb_props, 678 .dvb_props = &pvr2_160111_dvb_props,
|
H A D | pvrusb2-devattr.h | 98 const struct pvr2_dvb_props *dvb_props; member
|
Completed in 5 milliseconds