Searched refs:cx23885_tsport (Results 1 – 8 of 8) sorted by relevance
/drivers/media/pci/cx23885/ |
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,
|
D | cimax2.h | 30 extern int netup_ci_init(struct cx23885_tsport *port); 31 extern void netup_ci_exit(struct cx23885_tsport *port);
|
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()
|
D | cx23885-dvb.c | 92 struct cx23885_tsport *port = q->drv_priv; in queue_setup() 106 struct cx23885_tsport *port = vb->vb2_queue->drv_priv; in buffer_prepare() 116 struct cx23885_tsport *port = vb->vb2_queue->drv_priv; in buffer_finish() 127 struct cx23885_tsport *port = vb->vb2_queue->drv_priv; in buffer_queue() 134 static void cx23885_dvb_gate_ctrl(struct cx23885_tsport *port, int open) in cx23885_dvb_gate_ctrl() 152 struct cx23885_tsport *port = q->drv_priv; in cx23885_start_streaming() 163 struct cx23885_tsport *port = q->drv_priv; in cx23885_stop_streaming() 596 struct cx23885_tsport *port = fe->dvb->priv; in p8000_set_voltage() 611 struct cx23885_tsport *port = fe->dvb->priv; in dvbsky_t9580_set_voltage() 640 struct cx23885_tsport *port = fe->dvb->priv; in dvbsky_s952_portc_set_voltage() [all …]
|
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() 1329 static void cx23885_tsport_reg_dump(struct cx23885_tsport *port) in cx23885_tsport_reg_dump() 1393 int cx23885_start_dma(struct cx23885_tsport *port, in cx23885_start_dma() 1528 static int cx23885_stop_dma(struct cx23885_tsport *port) in cx23885_stop_dma() 1574 int cx23885_buf_prepare(struct cx23885_buffer *buf, struct cx23885_tsport *port) in cx23885_buf_prepare() 1612 void cx23885_buf_queue(struct cx23885_tsport *port, struct cx23885_buffer *buf) in cx23885_buf_queue() 1643 static void do_cancel_buffers(struct cx23885_tsport *port, char *reason) in do_cancel_buffers() 1662 void cx23885_cancel_buffers(struct cx23885_tsport *port) in cx23885_cancel_buffers() [all …]
|
D | cx23885-f300.c | 75 struct cx23885_tsport *port = fe->dvb->priv; in f300_xfer()
|
D | cx23885-417.c | 1321 struct cx23885_tsport *tsport = &dev->ts1; in vidioc_querycap() 1470 struct cx23885_tsport *tsport, in cx23885_video_dev_alloc() 1495 struct cx23885_tsport *tsport = &dev->ts1; in cx23885_417_register()
|
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()
|