Searched refs:ep_mask (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/media/usb/cx231xx/ |
D | cx231xx-avcore.c | 2476 int cx231xx_start_stream(struct cx231xx *dev, u32 ep_mask) in cx231xx_start_stream() argument 2482 dev_dbg(dev->dev, "%s: ep_mask = %x\n", __func__, ep_mask); in cx231xx_start_stream() 2489 tmp |= ep_mask; in cx231xx_start_stream() 2501 int cx231xx_stop_stream(struct cx231xx *dev, u32 ep_mask) in cx231xx_stop_stream() argument 2507 dev_dbg(dev->dev, "%s: ep_mask = %x\n", __func__, ep_mask); in cx231xx_stop_stream() 2514 tmp &= (~ep_mask); in cx231xx_stop_stream() 2615 u32 ep_mask = -1; in cx231xx_capture_start() local 2624 ep_mask = ENABLE_EP4; /* ep4 [00:1000] */ in cx231xx_capture_start() 2627 ep_mask = ENABLE_EP3; /* ep3 [00:0100] */ in cx231xx_capture_start() 2630 ep_mask = ENABLE_EP5; /* ep5 [01:0000] */ in cx231xx_capture_start() [all …]
|
D | cx231xx.h | 919 int cx231xx_start_stream(struct cx231xx *dev, u32 ep_mask); 920 int cx231xx_stop_stream(struct cx231xx *dev, u32 ep_mask);
|