Searched refs:std0 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | tuner-xc2028.c | 724 v4l2_std_id std0; in check_firmware() local 776 /* BASE firmwares are all std0 */ in check_firmware() 777 std0 = 0; in check_firmware() 778 rc = load_firmware(fe, BASE | new_fw.type, &std0); in check_firmware() 788 rc = load_firmware(fe, BASE | INIT1 | new_fw.type, &std0); in check_firmware() 791 &std0); in check_firmware()
|
H A D | xc4000.c | 930 v4l2_std_id std0; in check_firmware() local 975 /* BASE firmwares are all std0 */ in check_firmware() 976 std0 = 0; in check_firmware() 977 rc = load_firmware(fe, BASE, &std0); in check_firmware() 986 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware() 988 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware()
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | xc2028.c | 724 v4l2_std_id std0; in check_firmware() local 776 /* BASE firmwares are all std0 */ in check_firmware() 777 std0 = 0; in check_firmware() 778 rc = load_firmware(fe, BASE | new_fw.type, &std0); in check_firmware() 788 rc = load_firmware(fe, BASE | INIT1 | new_fw.type, &std0); in check_firmware() 791 &std0); in check_firmware()
|
H A D | xc4000.c | 928 v4l2_std_id std0; in check_firmware() local 973 /* BASE firmwares are all std0 */ in check_firmware() 974 std0 = 0; in check_firmware() 975 rc = load_firmware(fe, BASE, &std0); in check_firmware() 984 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware() 986 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware()
|
Completed in 8 milliseconds