Searched refs:cx23885_tsport (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/media/pci/cx23885/ |
D | cx23885.h | 253 struct cx23885_tsport { struct 299 void (*gate_ctrl)(struct cx23885_tsport *port, int open); argument 381 struct cx23885_tsport ts1, ts2; 524 int cx23885_start_dma(struct cx23885_tsport *port, 527 void cx23885_cancel_buffers(struct cx23885_tsport *port); 559 extern int cx23885_dvb_register(struct cx23885_tsport *port); 560 extern int cx23885_dvb_unregister(struct cx23885_tsport *port); 563 struct cx23885_tsport *port); 564 extern void cx23885_buf_queue(struct cx23885_tsport *port,
|
D | cimax2.h | 40 extern int netup_ci_init(struct cx23885_tsport *port); 41 extern void netup_ci_exit(struct cx23885_tsport *port);
|
D | cimax2.c | 181 struct cx23885_tsport *port = state->priv; in netup_ci_op_cam() 386 struct cx23885_tsport *port = NULL; in netup_ci_slot_status() 425 int netup_ci_init(struct cx23885_tsport *port) in netup_ci_init() 530 void netup_ci_exit(struct cx23885_tsport *port) in netup_ci_exit()
|
D | cx23885-dvb.c | 99 struct cx23885_tsport *port = q->drv_priv; in queue_setup() 113 struct cx23885_tsport *port = vb->vb2_queue->drv_priv; in buffer_prepare() 122 struct cx23885_tsport *port = vb->vb2_queue->drv_priv; in buffer_finish() 132 struct cx23885_tsport *port = vb->vb2_queue->drv_priv; in buffer_queue() 139 static void cx23885_dvb_gate_ctrl(struct cx23885_tsport *port, int open) in cx23885_dvb_gate_ctrl() 157 struct cx23885_tsport *port = q->drv_priv; in cx23885_start_streaming() 168 struct cx23885_tsport *port = q->drv_priv; in cx23885_stop_streaming() 577 struct cx23885_tsport *port = fe->dvb->priv; in p8000_set_voltage() 592 struct cx23885_tsport *port = fe->dvb->priv; in dvbsky_t9580_set_voltage() 621 struct cx23885_tsport *port = fe->dvb->priv; in dvbsky_s952_portc_set_voltage() [all …]
|
D | cx23885-core.c | 419 static void cx23885_wakeup(struct cx23885_tsport *port, in cx23885_wakeup() 572 static void cx23885_risc_disasm(struct cx23885_tsport *port, in cx23885_risc_disasm() 683 struct cx23885_tsport *port, int portno) in cx23885_init_tsport() 1256 static void cx23885_tsport_reg_dump(struct cx23885_tsport *port) in cx23885_tsport_reg_dump() 1308 int cx23885_start_dma(struct cx23885_tsport *port, in cx23885_start_dma() 1418 static int cx23885_stop_dma(struct cx23885_tsport *port) in cx23885_stop_dma() 1452 int cx23885_buf_prepare(struct cx23885_buffer *buf, struct cx23885_tsport *port) in cx23885_buf_prepare() 1490 void cx23885_buf_queue(struct cx23885_tsport *port, struct cx23885_buffer *buf) in cx23885_buf_queue() 1521 static void do_cancel_buffers(struct cx23885_tsport *port, char *reason) in do_cancel_buffers() 1540 void cx23885_cancel_buffers(struct cx23885_tsport *port) in cx23885_cancel_buffers() [all …]
|
D | cx23885-f300.c | 85 struct cx23885_tsport *port = fe->dvb->priv; in f300_xfer()
|
D | cx23885-cards.c | 1222 struct cx23885_tsport *port = priv; in cx23885_tuner_callback() 1876 struct cx23885_tsport *ts1 = &dev->ts1; in cx23885_card_setup() 1877 struct cx23885_tsport *ts2 = &dev->ts2; in cx23885_card_setup()
|
D | cx23885-417.c | 1337 struct cx23885_tsport *tsport = &dev->ts1; in vidioc_querycap() 1488 struct cx23885_tsport *tsport, in cx23885_video_dev_alloc() 1513 struct cx23885_tsport *tsport = &dev->ts1; in cx23885_417_register()
|