Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/cx231xx/
Dcx231xx-avcore.c2476 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 …]
Dcx231xx.h918 int cx231xx_start_stream(struct cx231xx *dev, u32 ep_mask);
919 int cx231xx_stop_stream(struct cx231xx *dev, u32 ep_mask);
/linux-4.1.27/drivers/staging/ozwpan/
Dozhcd.c101 unsigned ep_mask; member
1237 port->iface[if_ix].ep_mask |= in oz_build_endpoints_for_interface()
1246 port->iface[if_ix].ep_mask |= (1<<ep_num); in oz_build_endpoints_for_interface()
1276 mask = port->iface[if_ix].ep_mask; in oz_clean_endpoints_for_interface()
1277 port->iface[if_ix].ep_mask = 0; in oz_clean_endpoints_for_interface()