Searched refs:encoder_call (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/media/pci/zoran/ |
| H A D | zoran_device.c | 631 encoder_call(zr, video, s_routing, 0, 0, 0); in zr36057_enable_jpg() 678 encoder_call(zr, video, s_routing, 1, 0, 0); in zr36057_enable_jpg() 722 encoder_call(zr, video, s_routing, 0, 0, 0); in zr36057_enable_jpg() 922 encoder_call(zr, core, init, 0); in zoran_init_hardware() 923 encoder_call(zr, video, s_std_output, zr->norm); in zoran_init_hardware() 924 encoder_call(zr, video, s_routing, 0, 0, 0); in zoran_init_hardware()
|
| H A D | zoran_device.h | 53 #define encoder_call(zr, o, f, args...) \ macro
|