Searched refs:encoder_call (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/staging/media/zoran/ |
D | zoran_device.h | 88 #define encoder_call(zr, o, f, args...) \ macro
|
D | zoran_device.c | 976 encoder_call(zr, video, s_routing, 0, 0, 0); in zr36057_enable_jpg() 1024 encoder_call(zr, video, s_routing, 1, 0, 0); in zr36057_enable_jpg() 1069 encoder_call(zr, video, s_routing, 0, 0, 0); in zr36057_enable_jpg() 1561 encoder_call(zr, core, init, 0); in zoran_init_hardware() 1562 encoder_call(zr, video, s_std_output, zr->norm); in zoran_init_hardware() 1563 encoder_call(zr, video, s_routing, 0, 0, 0); in zoran_init_hardware()
|
D | zoran_card.c | 1067 encoder_call(zr, video, s_routing, 2, 0, 0); in zr36057_init()
|
D | zoran_driver.c | 1029 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()
|