Searched refs:pcdev_to_dev (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/platform/intel/ |
H A D | pxa_camera.c | 774 static struct device *pcdev_to_dev(struct pxa_camera_dev *pcdev) in pcdev_to_dev() function 830 dev_err(pcdev_to_dev(pcdev), in pxa_init_dma_channel() 851 dev_dbg(pcdev_to_dev(pcdev), in pxa_init_dma_channel() 878 dev_dbg(pcdev_to_dev(pcdev), in pxa_dma_start_channels() 889 dev_dbg(pcdev_to_dev(pcdev), in pxa_dma_stop_channels() 902 dev_dbg(pcdev_to_dev(pcdev), in pxa_dma_add_tail_buf() 920 dev_dbg(pcdev_to_dev(pcdev), "%s\n", __func__); in pxa_camera_start_capture() 938 dev_dbg(pcdev_to_dev(pcdev), "%s\n", __func__); in pxa_camera_stop_capture() 954 dev_dbg(pcdev_to_dev(pcdev), "%s dequeued buffer (buf=0x%p)\n", in pxa_camera_wakeup() 990 dev_dbg(pcdev_to_dev(pcdev), in pxa_camera_check_link_miss() [all …]
|