Searched refs:encoder_call (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/media/pci/zoran/ |
D | zoran_device.h | 92 #define encoder_call(zr, o, f, args...) \ macro
|
D | zoran_device.c | 986 encoder_call(zr, video, s_routing, 0, 0, 0); in zr36057_enable_jpg() 1034 encoder_call(zr, video, s_routing, 1, 0, 0); in zr36057_enable_jpg() 1079 encoder_call(zr, video, s_routing, 0, 0, 0); in zr36057_enable_jpg() 1571 encoder_call(zr, core, init, 0); in zoran_init_hardware() 1572 encoder_call(zr, video, s_std_output, zr->norm); in zoran_init_hardware() 1573 encoder_call(zr, video, s_routing, 0, 0, 0); in zoran_init_hardware()
|
D | zoran_card.c | 1071 encoder_call(zr, video, s_routing, 2, 0, 0); in zr36057_init()
|
D | zoran_driver.c | 1030 encoder_call(zr, video, s_routing, 2, 0, 0); in zoran_close() 1460 encoder_call(zr, video, s_std_output, norm); in zoran_set_norm()
|