Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/cx231xx/
Dcx231xx-avcore.c2479 int cx231xx_start_stream(struct cx231xx *dev, u32 ep_mask) in cx231xx_start_stream() argument
2485 dev_dbg(dev->dev, "%s: ep_mask = %x\n", __func__, ep_mask); in cx231xx_start_stream()
2492 tmp |= ep_mask; in cx231xx_start_stream()
2504 int cx231xx_stop_stream(struct cx231xx *dev, u32 ep_mask) in cx231xx_stop_stream() argument
2510 dev_dbg(dev->dev, "%s: ep_mask = %x\n", __func__, ep_mask); in cx231xx_stop_stream()
2517 tmp &= (~ep_mask); in cx231xx_stop_stream()
2618 u32 ep_mask = -1; in cx231xx_capture_start() local
2627 ep_mask = ENABLE_EP4; /* ep4 [00:1000] */ in cx231xx_capture_start()
2630 ep_mask = ENABLE_EP3; /* ep3 [00:0100] */ in cx231xx_capture_start()
2633 ep_mask = ENABLE_EP5; /* ep5 [01:0000] */ in cx231xx_capture_start()
[all …]
Dcx231xx.h925 int cx231xx_start_stream(struct cx231xx *dev, u32 ep_mask);
926 int cx231xx_stop_stream(struct cx231xx *dev, u32 ep_mask);