/kernel/linux/linux-5.10/include/media/ |
H A D | tveeprom.h | 4 * tveeprom - Contains structures and functions to work with Hauppauge 28 * struct tveeprom - Contains the fields parsed from Hauppauge eeproms 70 struct tveeprom { struct 94 * tveeprom_hauppauge_analog - Fill struct tveeprom using the contents 103 void tveeprom_hauppauge_analog(struct tveeprom *tvee,
|
/kernel/linux/linux-6.6/include/media/ |
H A D | tveeprom.h | 4 * tveeprom - Contains structures and functions to work with Hauppauge 28 * struct tveeprom - Contains the fields parsed from Hauppauge eeproms 70 struct tveeprom { struct 94 * tveeprom_hauppauge_analog - Fill struct tveeprom using the contents 103 void tveeprom_hauppauge_analog(struct tveeprom *tvee,
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/ |
H A D | mxl111sf.h | 16 #include <media/tveeprom.h> 90 struct tveeprom tv;
|
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-eeprom.c | 19 Read and analyze data in the eeprom. Use tveeprom to figure out 25 #include <media/tveeprom.h> 76 pass - which is what tveeprom is otherwise going to attempt */ in pvr2_eeprom_fetch() 101 /* Directly call eeprom analysis function within tveeprom. */ 105 struct tveeprom tvdata; in pvr2_eeprom_analyze() 115 trace_eeprom("eeprom assumed v4l tveeprom module"); in pvr2_eeprom_analyze()
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/ |
H A D | mxl111sf.h | 16 #include <media/tveeprom.h> 90 struct tveeprom tv;
|
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-eeprom.c | 19 Read and analyze data in the eeprom. Use tveeprom to figure out 25 #include <media/tveeprom.h> 76 pass - which is what tveeprom is otherwise going to attempt */ in pvr2_eeprom_fetch() 101 /* Directly call eeprom analysis function within tveeprom. */ 105 struct tveeprom tvdata; in pvr2_eeprom_analyze() 115 trace_eeprom("eeprom assumed v4l tveeprom module"); in pvr2_eeprom_analyze()
|
/kernel/linux/linux-5.10/drivers/media/common/ |
H A D | tveeprom.c | 3 * tveeprom - eeprom decoder for tvcard configuration eeproms 30 #include <media/tveeprom.h> 415 void tveeprom_hauppauge_analog(struct tveeprom *tvee, in tveeprom_hauppauge_analog()
|
/kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
H A D | cx18-driver.h | 681 struct tveeprom; /* forward reference */ 682 void cx18_read_eeprom(struct cx18 *cx, struct tveeprom *tv);
|
H A D | cx18-driver.c | 28 #include <media/tveeprom.h> 310 /* Hauppauge card? get values from tveeprom */ 311 void cx18_read_eeprom(struct cx18 *cx, struct tveeprom *tv) in cx18_read_eeprom() 322 strscpy(c->name, "cx18 tveeprom tmp", sizeof(c->name)); in cx18_read_eeprom() 354 struct tveeprom tv; in cx18_process_eeprom() 407 CX18_ERR("tveeprom cannot autodetect tuner!\n"); in cx18_process_eeprom()
|
/kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
H A D | cx18-driver.h | 681 struct tveeprom; /* forward reference */ 682 void cx18_read_eeprom(struct cx18 *cx, struct tveeprom *tv);
|
H A D | cx18-driver.c | 28 #include <media/tveeprom.h> 309 /* Hauppauge card? get values from tveeprom */ 310 void cx18_read_eeprom(struct cx18 *cx, struct tveeprom *tv) in cx18_read_eeprom() 321 strscpy(c->name, "cx18 tveeprom tmp", sizeof(c->name)); in cx18_read_eeprom() 353 struct tveeprom tv; in cx18_process_eeprom() 406 CX18_ERR("tveeprom cannot autodetect tuner!\n"); in cx18_process_eeprom()
|
/kernel/linux/linux-6.6/drivers/media/common/ |
H A D | tveeprom.c | 3 * tveeprom - eeprom decoder for tvcard configuration eeproms 30 #include <media/tveeprom.h> 415 void tveeprom_hauppauge_analog(struct tveeprom *tvee, in tveeprom_hauppauge_analog()
|
/kernel/linux/linux-5.10/drivers/media/usb/au0828/ |
H A D | au0828-cards.c | 144 struct tveeprom tv; in hauppauge_eeprom()
|
H A D | au0828.h | 14 #include <media/tveeprom.h>
|
/kernel/linux/linux-6.6/drivers/media/usb/au0828/ |
H A D | au0828-cards.c | 144 struct tveeprom tv; in hauppauge_eeprom()
|
H A D | au0828.h | 14 #include <media/tveeprom.h>
|
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtv-driver.h | 788 struct tveeprom; /* forward reference */ 789 void ivtv_read_eeprom(struct ivtv *itv, struct tveeprom *tv);
|
H A D | ivtv-driver.c | 58 #include <media/tveeprom.h> 404 /* Hauppauge card? get values from tveeprom */ 405 void ivtv_read_eeprom(struct ivtv *itv, struct tveeprom *tv) in ivtv_read_eeprom() 416 struct tveeprom tv; in ivtv_process_eeprom() 495 IVTV_INFO("Correcting tveeprom data: no radio present on second unit\n"); in ivtv_process_eeprom() 512 IVTV_ERR("tveeprom cannot autodetect tuner!\n"); in ivtv_process_eeprom()
|
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/ |
H A D | ivtv-driver.h | 786 struct tveeprom; /* forward reference */ 787 void ivtv_read_eeprom(struct ivtv *itv, struct tveeprom *tv);
|
H A D | ivtv-driver.c | 58 #include <media/tveeprom.h> 401 /* Hauppauge card? get values from tveeprom */ 402 void ivtv_read_eeprom(struct ivtv *itv, struct tveeprom *tv) in ivtv_read_eeprom() 413 struct tveeprom tv; in ivtv_process_eeprom() 492 IVTV_INFO("Correcting tveeprom data: no radio present on second unit\n"); in ivtv_process_eeprom() 509 IVTV_ERR("tveeprom cannot autodetect tuner!\n"); in ivtv_process_eeprom()
|
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | bttvp.h | 30 #include <media/tveeprom.h>
|
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | bttvp.h | 30 #include <media/tveeprom.h>
|
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/ |
H A D | cx23885.h | 19 #include <media/tveeprom.h>
|
/kernel/linux/linux-5.10/drivers/media/pci/cx88/ |
H A D | cx88.h | 23 #include <media/tveeprom.h>
|
/kernel/linux/linux-5.10/drivers/media/pci/saa7164/ |
H A D | saa7164.h | 42 #include <media/tveeprom.h>
|