Symbol: netup_unidvb_dev
drivers/media/pci/netup_unidvb/netup_unidvb.h
125
int netup_i2c_register(struct netup_unidvb_dev *ndev);
drivers/media/pci/netup_unidvb/netup_unidvb.h
126
void netup_i2c_unregister(struct netup_unidvb_dev *ndev);
drivers/media/pci/netup_unidvb/netup_unidvb.h
127
irqreturn_t netup_ci_interrupt(struct netup_unidvb_dev *ndev);
drivers/media/pci/netup_unidvb/netup_unidvb.h
130
int netup_unidvb_ci_register(struct netup_unidvb_dev *dev,
drivers/media/pci/netup_unidvb/netup_unidvb.h
132
void netup_unidvb_ci_unregister(struct netup_unidvb_dev *dev, int num);
drivers/media/pci/netup_unidvb/netup_unidvb.h
133
int netup_spi_init(struct netup_unidvb_dev *ndev);
drivers/media/pci/netup_unidvb/netup_unidvb.h
134
void netup_spi_release(struct netup_unidvb_dev *ndev);
drivers/media/pci/netup_unidvb/netup_unidvb.h
56
struct netup_unidvb_dev *ndev;
drivers/media/pci/netup_unidvb/netup_unidvb.h
84
struct netup_unidvb_dev *dev;
drivers/media/pci/netup_unidvb/netup_unidvb.h
95
struct netup_unidvb_dev *dev;
drivers/media/pci/netup_unidvb/netup_unidvb_ci.c
118
struct netup_unidvb_dev *dev = state->dev;
drivers/media/pci/netup_unidvb/netup_unidvb_ci.c
140
struct netup_unidvb_dev *dev = state->dev;
drivers/media/pci/netup_unidvb/netup_unidvb_ci.c
152
struct netup_unidvb_dev *dev = state->dev;
drivers/media/pci/netup_unidvb/netup_unidvb_ci.c
164
struct netup_unidvb_dev *dev = state->dev;
drivers/media/pci/netup_unidvb/netup_unidvb_ci.c
176
struct netup_unidvb_dev *dev = state->dev;
drivers/media/pci/netup_unidvb/netup_unidvb_ci.c
184
int netup_unidvb_ci_register(struct netup_unidvb_dev *dev,
drivers/media/pci/netup_unidvb/netup_unidvb_ci.c
226
void netup_unidvb_ci_unregister(struct netup_unidvb_dev *dev, int num)
drivers/media/pci/netup_unidvb/netup_unidvb_ci.c
46
irqreturn_t netup_ci_interrupt(struct netup_unidvb_dev *ndev)
drivers/media/pci/netup_unidvb/netup_unidvb_ci.c
56
struct netup_unidvb_dev *dev = state->dev;
drivers/media/pci/netup_unidvb/netup_unidvb_ci.c
74
struct netup_unidvb_dev *dev = state->dev;
drivers/media/pci/netup_unidvb/netup_unidvb_ci.c
84
struct netup_unidvb_dev *dev = state->dev;
drivers/media/pci/netup_unidvb/netup_unidvb_core.c
146
struct netup_unidvb_dev *ndev;
drivers/media/pci/netup_unidvb/netup_unidvb_core.c
168
static void netup_unidvb_dev_enable(struct netup_unidvb_dev *ndev)
drivers/media/pci/netup_unidvb/netup_unidvb_core.c
250
struct netup_unidvb_dev *ndev = pci_get_drvdata(pci_dev);
drivers/media/pci/netup_unidvb/netup_unidvb_core.c
383
static int netup_unidvb_dvb_init(struct netup_unidvb_dev *ndev,
drivers/media/pci/netup_unidvb/netup_unidvb_core.c
510
static void netup_unidvb_dvb_fini(struct netup_unidvb_dev *ndev, int num)
drivers/media/pci/netup_unidvb/netup_unidvb_core.c
523
static int netup_unidvb_dvb_setup(struct netup_unidvb_dev *ndev)
drivers/media/pci/netup_unidvb/netup_unidvb_core.c
544
struct netup_unidvb_dev *ndev = dma->ndev;
drivers/media/pci/netup_unidvb/netup_unidvb_core.c
582
struct netup_unidvb_dev *ndev = dma->ndev;
drivers/media/pci/netup_unidvb/netup_unidvb_core.c
641
struct netup_unidvb_dev *ndev = dma->ndev;
drivers/media/pci/netup_unidvb/netup_unidvb_core.c
647
static int netup_unidvb_dma_init(struct netup_unidvb_dev *ndev, int num)
drivers/media/pci/netup_unidvb/netup_unidvb_core.c
690
static void netup_unidvb_dma_fini(struct netup_unidvb_dev *ndev, int num)
drivers/media/pci/netup_unidvb/netup_unidvb_core.c
704
static int netup_unidvb_dma_setup(struct netup_unidvb_dev *ndev)
drivers/media/pci/netup_unidvb/netup_unidvb_core.c
721
static int netup_unidvb_ci_setup(struct netup_unidvb_dev *ndev,
drivers/media/pci/netup_unidvb/netup_unidvb_core.c
783
struct netup_unidvb_dev *ndev;
drivers/media/pci/netup_unidvb/netup_unidvb_core.c
981
struct netup_unidvb_dev *ndev = pci_get_drvdata(pci_dev);
drivers/media/pci/netup_unidvb/netup_unidvb_i2c.c
296
static int netup_i2c_init(struct netup_unidvb_dev *ndev, int bus_num)
drivers/media/pci/netup_unidvb/netup_unidvb_i2c.c
327
static void netup_i2c_remove(struct netup_unidvb_dev *ndev, int bus_num)
drivers/media/pci/netup_unidvb/netup_unidvb_i2c.c
344
int netup_i2c_register(struct netup_unidvb_dev *ndev)
drivers/media/pci/netup_unidvb/netup_unidvb_i2c.c
359
void netup_i2c_unregister(struct netup_unidvb_dev *ndev)
drivers/media/pci/netup_unidvb/netup_unidvb_spi.c
173
int netup_spi_init(struct netup_unidvb_dev *ndev)
drivers/media/pci/netup_unidvb/netup_unidvb_spi.c
221
void netup_spi_release(struct netup_unidvb_dev *ndev)