[go: nahoru, domu]

Searched defs:pipes (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/imx-drm/
H A Dimx-drm-core.c42 int pipes; member in struct:imx_drm_device
357 if (imxdrm->pipes >= MAX_CRTC)
368 imx_drm_crtc->pipe = imxdrm->pipes++;
/drivers/net/wireless/ath/ath6kl/
H A Dusb.c29 /* tx/rx pipes for usb */
70 struct ath6kl_usb_pipe pipes[ATH6KL_USB_PIPE_MAX]; member in struct:ath6kl_usb
246 ath6kl_usb_free_pipe_resources(&ar_usb->pipes[i]);
306 /* walk decriptors and setup pipes */
344 pipe = &ar_usb->pipes[pipe_num];
460 if (ar_usb->pipes[i].ar_usb != NULL)
461 usb_kill_anchored_urbs(&ar_usb->pipes[i].urb_submitted);
475 * ar_usb->pipes[ATH6KL_USB_PIPE_RX_CTRL].urb_cnt_thresh =
476 * ar_usb->pipes[ATH6KL_USB_PIPE_RX_CTRL].urb_alloc/2;
478 * pipes[ATH6KL_USB_PIPE_RX_CTR
[all...]
/drivers/gpu/drm/gma500/
H A Dpsb_drv.h309 /* Common status for pipes */
624 int pipes; /* Number of output pipes */ member in struct:psb_ops
/drivers/gpu/drm/i915/
H A Dintel_dp.c332 unsigned int pipes = (1 << PIPE_A) | (1 << PIPE_B); local
354 pipes &= ~(1 << tmp->pps_pipe);
361 if (WARN_ON(pipes == 0))
364 intel_dp->pps_pipe = ffs(pipes) - 1;

Completed in 205 milliseconds