Searched refs:qc (Results 51 - 75 of 78) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/radio/
H A Dradio-gemtek-pci.c261 struct v4l2_queryctrl *qc)
265 if (qc->id && qc->id == radio_qctrl[i].id) {
266 memcpy(qc, &(radio_qctrl[i]),
267 sizeof(*qc));
260 vidioc_queryctrl(struct file *file, void *priv, struct v4l2_queryctrl *qc) argument
H A Dradio-maestro.c250 struct v4l2_queryctrl *qc)
255 if (qc->id && qc->id == radio_qctrl[i].id) {
256 memcpy(qc, &(radio_qctrl[i]),
257 sizeof(*qc));
249 vidioc_queryctrl(struct file *file, void *priv, struct v4l2_queryctrl *qc) argument
H A Dradio-sf16fmr2.c312 struct v4l2_queryctrl *qc)
322 if (qc->id && qc->id == radio_qctrl[i].id) {
323 memcpy(qc, &(radio_qctrl[i]),
324 sizeof(*qc));
311 vidioc_queryctrl(struct file *file, void *priv, struct v4l2_queryctrl *qc) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_cmd64x.c222 * @qc: Command in progress
227 static void cmd648_bmdma_stop(struct ata_queued_cmd *qc) argument
229 struct ata_port *ap = qc->ap;
235 ata_bmdma_stop(qc);
243 * @qc: Command in progress
248 static void cmd646r1_bmdma_stop(struct ata_queued_cmd *qc) argument
250 ata_bmdma_stop(qc);
H A Dsata_vsc.c234 struct ata_queued_cmd *qc; local
242 qc = ata_qc_from_tag(ap, ap->active_tag);
243 if (qc && likely(!(qc->tf.flags & ATA_TFLAG_POLLING)))
244 handled = ata_host_intr(ap, qc);
H A Dpata_hpt37x.c483 * @qc: ATA command
489 static void hpt370_bmdma_start(struct ata_queued_cmd *qc) argument
491 struct ata_port *ap = qc->ap;
495 ata_bmdma_start(qc);
499 static void hpt370_bmdma_stop(struct ata_queued_cmd *qc) argument
501 struct ata_port *ap = qc->ap;
525 ata_bmdma_stop(qc);
598 * @qc: ATA command
603 static void hpt37x_bmdma_stop(struct ata_queued_cmd *qc) argument
605 struct ata_port *ap = qc
[all...]
H A Dpata_scc.c408 * @qc: Info associated with this ATA transaction.
413 static void scc_bmdma_setup (struct ata_queued_cmd *qc) argument
415 struct ata_port *ap = qc->ap;
416 unsigned int rw = (qc->tf.flags & ATA_TFLAG_WRITE);
431 ap->ops->exec_command(ap, &qc->tf);
436 * @qc: Info associated with this ATA transaction.
441 static void scc_bmdma_start (struct ata_queued_cmd *qc) argument
443 struct ata_port *ap = qc->ap;
637 * @qc: Command we are ending DMA for
640 static void scc_bmdma_stop (struct ata_queued_cmd *qc) argument
[all...]
H A Dpata_pdc2027x.c69 static int pdc2027x_check_atapi_dma(struct ata_queued_cmd *qc);
514 * @qc: Metadata associated with taskfile to check
522 static int pdc2027x_check_atapi_dma(struct ata_queued_cmd *qc) argument
524 struct scsi_cmnd *cmd = qc->scsicmd;
H A Dpata_legacy.c639 static unsigned int opti82c46x_qc_issue_prot(struct ata_queued_cmd *qc) argument
641 struct ata_port *ap = qc->ap;
642 struct ata_device *adev = qc->dev;
650 return ata_qc_issue_prot(qc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dquota.c437 struct quotctl qc; local
443 qc.op = Q_GETQUOTA;
444 qc.uid = uid;
445 qc.addr = (caddr_t)dq;
446 if ( ioctl( vol->v_qfd, Q_QUOTACTL, &qc ) < 0 ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dquota.c528 struct quotctl qc; local
534 qc.op = Q_GETQUOTA;
535 qc.uid = uid;
536 qc.addr = (caddr_t)dq;
537 if ( ioctl( vol->v_qfd, Q_QUOTACTL, &qc ) < 0 ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dhexium_gemini.c357 struct v4l2_queryctrl *qc = arg; local
361 if (hexium_controls[i].id == qc->id) {
362 *qc = hexium_controls[i];
363 DEB_D(("VIDIOC_QUERYCTRL %d.\n", qc->id));
H A Dmsp3400-driver.c700 struct v4l2_queryctrl *qc = arg; local
702 switch (qc->id) {
705 return v4l2_ctrl_query_fill_std(qc);
711 switch (qc->id) {
716 return v4l2_ctrl_query_fill_std(qc);
H A Dtvp5150.c931 struct v4l2_queryctrl *qc = arg; local
937 if (qc->id && qc->id == tvp5150_qctrl[i].id) {
938 memcpy(qc, &(tvp5150_qctrl[i]),
939 sizeof(*qc));
H A Dmxb.c539 struct v4l2_queryctrl *qc = arg; local
543 if (mxb_controls[i].id == qc->id) {
544 *qc = mxb_controls[i];
545 DEB_D(("VIDIOC_QUERYCTRL %d.\n",qc->id));
H A Dvivi.c1145 struct v4l2_queryctrl *qc)
1150 if (qc->id && qc->id == vivi_qctrl[i].id) {
1151 memcpy(qc, &(vivi_qctrl[i]),
1152 sizeof(*qc));
1144 vidioc_queryctrl(struct file *file, void *priv, struct v4l2_queryctrl *qc) argument
H A Dsaa7115.c1265 struct v4l2_queryctrl *qc = arg; local
1267 switch (qc->id) {
1272 return v4l2_ctrl_query_fill_std(qc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_crypt_ccmp.c114 u8 *pos, qc = 0; local
132 qc = *pos & 0x0f;
142 b0[1] = qc;
168 aad[a4_included ? 30 : 24] = qc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/em28xx/
H A Dem28xx-video.c1088 struct v4l2_queryctrl *qc = arg; local
1089 int i, id=qc->id;
1091 memset(qc,0,sizeof(*qc));
1092 qc->id=id;
1096 if (qc->id && qc->id == em28xx_qctrl[i].id) {
1097 memcpy(qc, &(em28xx_qctrl[i]),
1098 sizeof(*qc));
1103 em28xx_i2c_call_clients(dev,cmd,qc);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dipr.c503 ipr_cmd->qc = NULL;
654 struct ata_queued_cmd *qc = ipr_cmd->qc; local
655 struct ipr_sata_port *sata_port = qc->ap->private_data;
657 qc->err_mask |= AC_ERR_OTHER;
660 ata_qc_complete(qc);
707 else if (ipr_cmd->qc)
3940 if (ipr_cmd->qc)
3942 if (ipr_cmd->qc && !(ipr_cmd->qc
5064 ipr_ata_post_internal(struct ata_queued_cmd *qc) argument
5153 struct ata_queued_cmd *qc = ipr_cmd->qc; local
5180 ipr_build_ata_ioadl(struct ipr_cmnd *ipr_cmd, struct ata_queued_cmd *qc) argument
5222 ipr_qc_issue(struct ata_queued_cmd *qc) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/zc0301/
H A Dzc0301_core.c1072 struct v4l2_queryctrl qc; local
1075 if (copy_from_user(&qc, arg, sizeof(qc)))
1079 if (qc.id && qc.id == s->qctrl[i].id) {
1080 memcpy(&qc, &(s->qctrl[i]), sizeof(qc));
1081 if (copy_to_user(arg, &qc, sizeof(qc)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx25840/
H A Dcx25840-core.c681 struct v4l2_queryctrl *qc = arg; local
683 switch (qc->id) {
688 return v4l2_ctrl_query_fill_std(qc);
695 switch (qc->id) {
701 return v4l2_ctrl_query_fill_std(qc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/et61x251/
H A Det61x251_core.c1623 struct v4l2_queryctrl qc; local
1626 if (copy_from_user(&qc, arg, sizeof(qc)))
1630 if (qc.id && qc.id == s->qctrl[i].id) {
1631 memcpy(&qc, &(s->qctrl[i]), sizeof(qc));
1632 if (copy_to_user(arg, &qc, sizeof(qc)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dwme.c35 u8 *qc = data + ieee80211_get_hdrlen(rx->fc) - QOS_CONTROL_LEN; local
37 tid = qc[0] & QOS_CONTROL_TID_MASK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dgfs2_ondisk.h530 extern void gfs2_quota_change_in(struct gfs2_quota_change_host *qc, const void *buf);

Completed in 466 milliseconds

1234