Searched refs:pcaps (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmsm_v4l2.c139 void *pctx, struct v4l2_capability *pcaps)
142 strncpy(pcaps->driver, MSM_APPS_ID_V4L2, sizeof(pcaps->driver));
143 strncpy(pcaps->card,
144 MSM_V4L2_DEVICE_NAME, sizeof(pcaps->card));
145 pcaps->capabilities = V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_STREAMING;
138 msm_v4l2_querycap(struct file *f, void *pctx, struct v4l2_capability *pcaps) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_pcie.c570 u16 pcaps, pctl, ecaps, ectl; local
582 pci_read_config_word(parent, ppos + PCI_EXP_DEVCAP, &pcaps);
595 rc_sup = fld2val(pcaps, PCI_EXP_DEVCAP_PAYLOAD);

Completed in 44 milliseconds