Searched refs:qcmd (Results 1 - 3 of 3) 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_camera.c65 struct msm_queue_cmd *qcmd = NULL; \
68 qcmd = list_first_entry(&(sync)->name, \
70 list_del_init(&qcmd->list); \
71 kfree(qcmd); \
332 struct msm_queue_cmd *qcmd = NULL; local
337 qcmd = list_first_entry(&sync->prev_frame_q,
339 list_del_init(&qcmd->list);
343 if (!qcmd) {
348 pphy = (struct msm_vfe_phy_info *)(qcmd->command);
365 CDBG("__msm_get_frame: y=0x%x, cbcr=0x%x, qcmd
452 __msm_control(struct msm_sync *sync, struct msm_control_device_queue *queue, struct msm_queue_cmd *qcmd, int timeout) argument
502 struct msm_queue_cmd *qcmd = NULL, *qcmd_temp; local
591 struct msm_queue_cmd *qcmd = NULL; local
792 struct msm_queue_cmd *qcmd = NULL; local
1219 struct msm_queue_cmd *qcmd = NULL; local
1331 struct msm_queue_cmd *qcmd = NULL; local
1677 struct msm_queue_cmd *qcmd = local
1689 struct msm_queue_cmd *qcmd = NULL; local
1889 struct msm_queue_cmd *qcmd = NULL, *rcmd = NULL; local
[all...]
H A Dmsm_vfe8x_proc.c1761 struct isr_queue_cmd *qcmd = NULL; local
1766 qcmd = list_first_entry(&ctrl->tasklet_q,
1769 if (!qcmd) {
1774 list_del(&qcmd->list);
1777 if (qcmd->vfeInterruptStatus.regUpdateIrq) {
1782 if (qcmd->vfeInterruptStatus.resetAckIrq) {
1796 if (qcmd->vfeInterruptStatus.anyOutputPathIrqs) {
1798 vfe_process_output_path_irq(&qcmd->vfeInterruptStatus);
1801 if (qcmd->vfeInterruptStatus.afPingpongIrq)
1804 if (qcmd
1828 struct isr_queue_cmd *qcmd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dlibata.h740 struct ata_queued_cmd qcmd[ATA_MAX_QUEUE]; member in struct:ata_port
1417 return &ap->qcmd[tag];

Completed in 81 milliseconds