Lines Matching defs:setup
26 * The slave has just to setup the videocodec structure and use two functions:
35 * The slave is called during attach/detach via functions setup previously
59 * ==== master setup ====
62 * readreg -> ref. to read-fn from register (setup by master, used by slave)
63 * writereg -> ref. to write-fn to register (setup by master, used by slave)
66 * ==== slave functionality setup ====
83 * additional setup may be available, too - but the codec should work with
89 * if the device delivers interrupts, they may be setup/handled here
90 * setup_interrupt -> codec irq setup (not needed for 36050/60)
171 #define CODEC_S_VFE 0x0002 /* additional video frontend setup */
173 #define CODEC_S_MMAP 0x0003 /* MMAP setup (if available) */
252 int (*setup)(struct videocodec *codec);
258 // setup picture size and norm (for the codec's video frontend)
261 // other control commands, also mmap setup etc.
264 /* additional setup/query/processing (may be NULL pointer) */
265 // interrupt setup / handling (for irq's delivered by master)