Home
last modified time | relevance | path

Searched refs:firedtv (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/media/firewire/
Dfiredtv.h76 struct firedtv { struct
114 int avc_recv(struct firedtv *fdtv, void *data, size_t length);
115 int avc_tuner_status(struct firedtv *fdtv, struct firedtv_tuner_status *stat);
117 int avc_tuner_dsd(struct firedtv *fdtv, struct dtv_frontend_properties *params);
118 int avc_tuner_set_pids(struct firedtv *fdtv, unsigned char pidc, u16 pid[]);
119 int avc_tuner_get_ts(struct firedtv *fdtv);
120 int avc_identify_subunit(struct firedtv *fdtv);
122 int avc_lnb_control(struct firedtv *fdtv, char voltage, char burst,
126 int avc_register_remote_control(struct firedtv *fdtv);
127 int avc_ca_app_info(struct firedtv *fdtv, char *app_info, unsigned int *len);
[all …]
DMakefile1 obj-$(CONFIG_DVB_FIREDTV) += firedtv.o
3 firedtv-y += firedtv-avc.o firedtv-ci.o firedtv-dvb.o firedtv-fe.o firedtv-fw.o
4 firedtv-$(CONFIG_DVB_FIREDTV_INPUT) += firedtv-rc.o
Dfiredtv-fe.c25 struct firedtv *fdtv = fe->sec_priv; in fdtv_dvb_init()
44 struct firedtv *fdtv = fe->sec_priv; in fdtv_sleep()
57 struct firedtv *fdtv = fe->sec_priv; in fdtv_diseqc_send_master_cmd()
71 struct firedtv *fdtv = fe->sec_priv; in fdtv_set_tone()
80 struct firedtv *fdtv = fe->sec_priv; in fdtv_set_voltage()
88 struct firedtv *fdtv = fe->sec_priv; in fdtv_read_status()
104 struct firedtv *fdtv = fe->sec_priv; in fdtv_read_ber()
116 struct firedtv *fdtv = fe->sec_priv; in fdtv_read_signal_strength()
128 struct firedtv *fdtv = fe->sec_priv; in fdtv_read_snr()
147 struct firedtv *fdtv = fe->sec_priv; in fdtv_set_frontend()
[all …]
Dfiredtv-ci.c59 static int fdtv_ca_get_slot_info(struct firedtv *fdtv, void *arg) in fdtv_ca_get_slot_info()
77 static int fdtv_ca_app_info(struct firedtv *fdtv, void *arg) in fdtv_ca_app_info()
84 static int fdtv_ca_info(struct firedtv *fdtv, void *arg) in fdtv_ca_info()
91 static int fdtv_ca_get_mmi(struct firedtv *fdtv, void *arg) in fdtv_ca_get_mmi()
98 static int fdtv_ca_get_msg(struct firedtv *fdtv, void *arg) in fdtv_ca_get_msg()
126 static int fdtv_ca_pmt(struct firedtv *fdtv, void *arg) in fdtv_ca_pmt()
145 static int fdtv_ca_send_msg(struct firedtv *fdtv, void *arg) in fdtv_ca_send_msg()
179 struct firedtv *fdtv = dvbdev->priv; in fdtv_ca_ioctl()
232 int fdtv_ca_register(struct firedtv *fdtv) in fdtv_ca_register()
254 void fdtv_ca_release(struct firedtv *fdtv) in fdtv_ca_release()
Dfiredtv-fw.c31 static inline struct fw_device *device_of(struct firedtv *fdtv) in device_of()
36 static int node_req(struct firedtv *fdtv, u64 addr, void *data, size_t len, in node_req()
50 int fdtv_lock(struct firedtv *fdtv, u64 addr, void *data) in fdtv_lock()
55 int fdtv_read(struct firedtv *fdtv, u64 addr, void *data) in fdtv_read()
60 int fdtv_write(struct firedtv *fdtv, u64 addr, void *data, size_t len) in fdtv_write()
100 struct firedtv *fdtv = data; in handle_iso()
131 int fdtv_start_iso(struct firedtv *fdtv) in fdtv_start_iso()
184 void fdtv_stop_iso(struct firedtv *fdtv) in fdtv_stop_iso()
199 struct firedtv *f, *fdtv = NULL; in handle_fcp()
253 struct firedtv *fdtv; in node_probe()
[all …]
Dfiredtv-dvb.c28 static int alloc_channel(struct firedtv *fdtv) in alloc_channel()
38 static void collect_channels(struct firedtv *fdtv, int *pidc, u16 pid[]) in collect_channels()
48 static inline void dealloc_channel(struct firedtv *fdtv, int i) in dealloc_channel()
55 struct firedtv *fdtv = dvbdmxfeed->demux->priv; in fdtv_start_feed()
126 struct firedtv *fdtv = demux->priv; in fdtv_stop_feed()
164 int fdtv_dvb_register(struct firedtv *fdtv, const char *name) in fdtv_dvb_register()
238 void fdtv_dvb_unregister(struct firedtv *fdtv) in fdtv_dvb_unregister()
Dfiredtv-avc.c234 static int avc_write(struct firedtv *fdtv) in avc_write()
275 int avc_recv(struct firedtv *fdtv, void *data, size_t length) in avc_recv()
313 static int add_pid_filter(struct firedtv *fdtv, u8 *operand) in add_pid_filter()
337 static int avc_tuner_tuneqpsk(struct firedtv *fdtv, in avc_tuner_tuneqpsk()
418 static int avc_tuner_dsd_dvb_c(struct firedtv *fdtv, in avc_tuner_dsd_dvb_c()
486 static int avc_tuner_dsd_dvb_t(struct firedtv *fdtv, in avc_tuner_dsd_dvb_t()
587 int avc_tuner_dsd(struct firedtv *fdtv, in avc_tuner_dsd()
627 int avc_tuner_set_pids(struct firedtv *fdtv, unsigned char pidc, u16 pid[]) in avc_tuner_set_pids()
673 int avc_tuner_get_ts(struct firedtv *fdtv) in avc_tuner_get_ts()
713 int avc_identify_subunit(struct firedtv *fdtv) in avc_identify_subunit()
[all …]
Dfiredtv-rc.c129 int fdtv_register_rc(struct firedtv *fdtv, struct device *dev) in fdtv_register_rc()
166 void fdtv_unregister_rc(struct firedtv *fdtv) in fdtv_unregister_rc()
173 void fdtv_handle_rc(struct firedtv *fdtv, unsigned int code) in fdtv_handle_rc()
DKconfig12 the module will be called firedtv.
/linux-4.1.27/
DMAINTAINERS4037 FIREWIRE MEDIA DRIVERS (firedtv)