Searched refs:encoder_call (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/media/pci/zoran/ |
D | zoran_device.h | 92 #define encoder_call(zr, o, f, args...) \ macro
|
D | zoran_device.c | 994 encoder_call(zr, video, s_routing, 0, 0, 0); in zr36057_enable_jpg() 1042 encoder_call(zr, video, s_routing, 1, 0, 0); in zr36057_enable_jpg() 1087 encoder_call(zr, video, s_routing, 0, 0, 0); in zr36057_enable_jpg() 1579 encoder_call(zr, core, init, 0); in zoran_init_hardware() 1580 encoder_call(zr, video, s_std_output, zr->norm); in zoran_init_hardware() 1581 encoder_call(zr, video, s_routing, 0, 0, 0); in zoran_init_hardware()
|
D | zoran_card.c | 1070 encoder_call(zr, video, s_routing, 2, 0, 0); in zr36057_init()
|
D | zoran_driver.c | 1021 encoder_call(zr, video, s_routing, 2, 0, 0); in zoran_close() 1473 encoder_call(zr, video, s_std_output, norm); in zoran_set_norm()
|