/linux/drivers/media/firewire/ |
H A D | firedtv-fe.c | 21 struct firedtv *fdtv = fe->sec_priv; in fdtv_dvb_init() local 40 struct firedtv *fdtv = fe->sec_priv; in fdtv_sleep() local 53 struct firedtv *fdtv = fe->sec_priv; fdtv_diseqc_send_master_cmd() local 67 struct firedtv *fdtv = fe->sec_priv; fdtv_set_tone() local 76 struct firedtv *fdtv = fe->sec_priv; fdtv_set_voltage() local 84 struct firedtv *fdtv = fe->sec_priv; fdtv_read_status() local 100 struct firedtv *fdtv = fe->sec_priv; fdtv_read_ber() local 112 struct firedtv *fdtv = fe->sec_priv; fdtv_read_signal_strength() local 124 struct firedtv *fdtv = fe->sec_priv; fdtv_read_snr() local 143 struct firedtv *fdtv = fe->sec_priv; fdtv_set_frontend() local 148 fdtv_frontend_init(struct firedtv * fdtv,const char * name) fdtv_frontend_init() argument [all...] |
H A D | firedtv-ci.c | 55 static int fdtv_ca_get_slot_info(struct firedtv *fdtv, void *arg) in fdtv_ca_get_slot_info() argument 73 static int fdtv_ca_app_info(struct firedtv *fdtv, void *arg) in fdtv_ca_app_info() argument 80 static int fdtv_ca_info(struct firedtv *fdtv, void *arg) in fdtv_ca_info() argument 87 static int fdtv_ca_get_mmi(struct firedtv *fdtv, void *arg) in fdtv_ca_get_mmi() argument 94 static int fdtv_ca_get_msg(struct firedtv *fdtv, void *arg) in fdtv_ca_get_msg() argument 122 fdtv_ca_pmt(struct firedtv * fdtv,void * arg) fdtv_ca_pmt() argument 143 fdtv_ca_send_msg(struct firedtv * fdtv,void * arg) fdtv_ca_send_msg() argument 177 struct firedtv *fdtv = dvbdev->priv; fdtv_ca_ioctl() local 230 fdtv_ca_register(struct firedtv * fdtv) fdtv_ca_register() argument 252 fdtv_ca_release(struct firedtv * fdtv) fdtv_ca_release() argument [all...] |
H A D | firedtv-dvb.c | 24 static int alloc_channel(struct firedtv *fdtv) in alloc_channel() argument 34 static void collect_channels(struct firedtv *fdtv, int *pidc, u16 pid[]) in collect_channels() argument 44 static inline void dealloc_channel(struct firedtv *fdtv, int i) in dealloc_channel() argument 51 struct firedtv *fdtv = dvbdmxfeed->demux->priv; in fdtv_start_feed() local 122 struct firedtv *fdtv = demux->priv; fdtv_stop_feed() local 160 fdtv_dvb_register(struct firedtv * fdtv,const char * name) fdtv_dvb_register() argument 234 fdtv_dvb_unregister(struct firedtv * fdtv) fdtv_dvb_unregister() argument [all...] |
H A D | firedtv-avc.c | 230 static int avc_write(struct firedtv *fdtv) in avc_write() argument 271 avc_recv(struct firedtv * fdtv,void * data,size_t length) avc_recv() argument 309 add_pid_filter(struct firedtv * fdtv,u8 * operand) add_pid_filter() argument 333 avc_tuner_tuneqpsk(struct firedtv * fdtv,struct dtv_frontend_properties * p) avc_tuner_tuneqpsk() argument 414 avc_tuner_dsd_dvb_c(struct firedtv * fdtv,struct dtv_frontend_properties * p) avc_tuner_dsd_dvb_c() argument 482 avc_tuner_dsd_dvb_t(struct firedtv * fdtv,struct dtv_frontend_properties * p) avc_tuner_dsd_dvb_t() argument 583 avc_tuner_dsd(struct firedtv * fdtv,struct dtv_frontend_properties * p) avc_tuner_dsd() argument 625 avc_tuner_set_pids(struct firedtv * fdtv,unsigned char pidc,u16 pid[]) avc_tuner_set_pids() argument 671 avc_tuner_get_ts(struct firedtv * fdtv) avc_tuner_get_ts() argument 711 avc_identify_subunit(struct firedtv * fdtv) avc_identify_subunit() argument 751 avc_tuner_status(struct firedtv * fdtv,struct firedtv_tuner_status * stat) avc_tuner_status() argument 830 avc_lnb_control(struct firedtv * fdtv,char voltage,char burst,char conttone,char nrdiseq,struct dvb_diseqc_master_cmd * diseqcmd) avc_lnb_control() argument 877 avc_register_remote_control(struct firedtv * fdtv) avc_register_remote_control() argument 906 struct firedtv *fdtv = avc_remote_ctrl_work() local 969 avc_ca_app_info(struct firedtv * fdtv,unsigned char * app_info,unsigned int * len) avc_ca_app_info() argument 1011 avc_ca_info(struct firedtv * fdtv,unsigned char * app_info,unsigned int * len) avc_ca_info() argument 1062 avc_ca_reset(struct firedtv * fdtv) avc_ca_reset() argument 1093 avc_ca_pmt(struct firedtv * fdtv,char * msg,int length) avc_ca_pmt() argument 1237 avc_ca_get_time_date(struct firedtv * fdtv,int * interval) avc_ca_get_time_date() argument 1271 avc_ca_enter_menu(struct firedtv * fdtv) avc_ca_enter_menu() argument 1300 avc_ca_get_mmi(struct firedtv * fdtv,char * mmi_object,unsigned int * len) avc_ca_get_mmi() argument 1337 cmp_read(struct firedtv * fdtv,u64 addr,__be32 * data) cmp_read() argument 1348 cmp_lock(struct firedtv * fdtv,u64 addr,__be32 data[]) cmp_lock() argument 1379 cmp_establish_pp_connection(struct firedtv * fdtv,int plug,int channel) cmp_establish_pp_connection() argument 1439 cmp_break_pp_connection(struct firedtv * fdtv,int plug,int channel) cmp_break_pp_connection() argument [all...] |
H A D | firedtv-fw.c | 32 static inline struct fw_device *device_of(struct firedtv *fdtv) in device_of() argument 37 static int node_req(struct firedtv *fdtv, u64 addr, void *data, size_t len, in node_req() argument 51 int fdtv_lock(struct firedtv *fdtv, u64 addr, void *data) in fdtv_lock() argument 56 int fdtv_read(struct firedtv *fdtv, u64 addr, void *data) in fdtv_read() argument 61 int fdtv_write(struct firedtv *fdtv, u64 addr, void *data, size_t len) in fdtv_write() argument 101 struct firedtv *fdtv = data; handle_iso() local 132 fdtv_start_iso(struct firedtv * fdtv) fdtv_start_iso() argument 185 fdtv_stop_iso(struct firedtv * fdtv) fdtv_stop_iso() argument 200 struct firedtv *f, *fdtv = NULL; handle_fcp() local 254 struct firedtv *fdtv; node_probe() local 317 struct firedtv *fdtv = dev_get_drvdata(&unit->device); node_remove() local 332 struct firedtv *fdtv = dev_get_drvdata(&unit->device); node_update() local [all...] |
H A D | firedtv-rc.c | 125 int fdtv_register_rc(struct firedtv *fdtv, struct device *dev) in fdtv_register_rc() argument 162 void fdtv_unregister_rc(struct firedtv *fdtv) in fdtv_unregister_rc() argument 169 void fdtv_handle_rc(struct firedtv *fdtv, unsigned int code) in fdtv_handle_rc() argument
|
H A D | firedtv.h | 161 fdtv_register_rc(struct firedtv * fdtv,struct device * dev) fdtv_register_rc() argument 163 fdtv_unregister_rc(struct firedtv * fdtv) fdtv_unregister_rc() argument 164 fdtv_handle_rc(struct firedtv * fdtv,unsigned int code) fdtv_handle_rc() argument [all...] |