Lines Matching refs:dev
242 struct cx18 *dev = container_of(work, struct cx18, request_module_wk); in request_module_async() local
249 cx18_ext_init(dev); in request_module_async()
252 static void request_modules(struct cx18 *dev) in request_modules() argument
254 INIT_WORK(&dev->request_module_wk, request_module_async); in request_modules()
255 schedule_work(&dev->request_module_wk); in request_modules()
258 static void flush_request_modules(struct cx18 *dev) in flush_request_modules() argument
260 flush_work(&dev->request_module_wk); in flush_request_modules()
263 #define request_modules(dev) argument
264 #define flush_request_modules(dev) argument
807 if (dma_set_mask(&pci_dev->dev, DMA_BIT_MASK(32))) { in cx18_setup_pci()
909 retval = v4l2_device_register(&pci_dev->dev, &cx->v4l2_dev); in cx18_probe()