Home
last modified time | relevance | path

Searched refs:DDB_PORT_CI (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/pci/ddbridge/
H A Dddbridge-core.c345 case DDB_PORT_CI: in ddb_buffers_alloc()
1387 case DDB_PORT_CI: in dvb_register_adapters()
1895 port->class = DDB_PORT_CI; in ddb_port_probe()
1908 port->class = DDB_PORT_CI; in ddb_port_probe()
1922 port->class = DDB_PORT_CI; in ddb_port_probe()
2026 case DDB_PORT_CI: in ddb_port_attach()
2098 case DDB_PORT_CI: in ddb_ports_detach()
2392 port->class = DDB_PORT_CI; in ddb_ports_init()
2402 if (port->class == DDB_PORT_CI && in ddb_ports_init()
2409 if (port->class == DDB_PORT_CI && in ddb_ports_init()
H A Dddbridge.h221 #define DDB_PORT_CI 1 macro