Searched refs:cx23885_tsport (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/media/pci/cx23885/ |
H A D | cx23885.h | 253 struct cx23885_tsport { struct 299 void (*gate_ctrl)(struct cx23885_tsport *port, int open); argument 382 struct cx23885_tsport ts1, ts2; 526 int cx23885_start_dma(struct cx23885_tsport *port, 529 void cx23885_cancel_buffers(struct cx23885_tsport *port); 561 extern int cx23885_dvb_register(struct cx23885_tsport *port); 562 extern int cx23885_dvb_unregister(struct cx23885_tsport *port); 565 struct cx23885_tsport *port); 566 extern void cx23885_buf_queue(struct cx23885_tsport *port,
|
H A D | cimax2.h | 30 extern int netup_ci_init(struct cx23885_tsport *port); 31 extern void netup_ci_exit(struct cx23885_tsport *port);
|
H A D | cimax2.c | 171 struct cx23885_tsport *port = state->priv; in netup_ci_op_cam() 373 struct cx23885_tsport *port = NULL; in netup_ci_slot_status() 412 int netup_ci_init(struct cx23885_tsport *port) in netup_ci_init() 517 void netup_ci_exit(struct cx23885_tsport *port) in netup_ci_exit()
|
H A D | cx23885-core.c | 424 static void cx23885_wakeup(struct cx23885_tsport *port, in cx23885_wakeup() 588 static void cx23885_risc_disasm(struct cx23885_tsport *port, in cx23885_risc_disasm() 732 struct cx23885_tsport *port, int portno) in cx23885_init_tsport() 1333 static void cx23885_tsport_reg_dump(struct cx23885_tsport *port) in cx23885_tsport_reg_dump() 1397 int cx23885_start_dma(struct cx23885_tsport *port, in cx23885_start_dma() 1532 static int cx23885_stop_dma(struct cx23885_tsport *port) in cx23885_stop_dma() 1578 int cx23885_buf_prepare(struct cx23885_buffer *buf, struct cx23885_tsport *port) in cx23885_buf_prepare() 1616 void cx23885_buf_queue(struct cx23885_tsport *port, struct cx23885_buffer *buf) in cx23885_buf_queue() 1647 static void do_cancel_buffers(struct cx23885_tsport *port, char *reason) in do_cancel_buffers() 1666 void cx23885_cancel_buffers(struct cx23885_tsport *port) in cx23885_cancel_buffers() [all …]
|
H A D | cx23885-f300.c | 75 struct cx23885_tsport *port = fe->dvb->priv; in f300_xfer()
|
H A D | cx23885-cards.c | 1454 struct cx23885_tsport *port = priv; in cx23885_tuner_callback() 2134 struct cx23885_tsport *ts1 = &dev->ts1; in cx23885_card_setup() 2135 struct cx23885_tsport *ts2 = &dev->ts2; in cx23885_card_setup()
|