Home
last modified time | relevance | path

Searched refs:fdtv_handle_rc (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/firewire/
H A Dfiredtv.h159 void fdtv_handle_rc(struct firedtv *fdtv, unsigned int code);
164 static inline void fdtv_handle_rc(struct firedtv *fdtv, unsigned int code) {} in fdtv_handle_rc() function
H A Dfiredtv-rc.c169 void fdtv_handle_rc(struct firedtv *fdtv, unsigned int code) in fdtv_handle_rc() function
H A Dfiredtv-avc.c281 fdtv_handle_rc(fdtv, r->operand[4] << 8 | r->operand[5]); in avc_recv()