Searched refs:qc (Results 26 - 50 of 78) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_cmd640.c123 * @qc: Command to be issued
129 static unsigned int cmd640_qc_issue_prot(struct ata_queued_cmd *qc) argument
131 struct ata_port *ap = qc->ap;
132 struct ata_device *adev = qc->dev;
140 return ata_qc_issue_prot(qc);
H A Dpata_cs5530.c137 * @qc: command pending
145 static unsigned int cs5530_qc_issue_prot(struct ata_queued_cmd *qc) argument
147 struct ata_port *ap = qc->ap;
148 struct ata_device *adev = qc->dev;
160 return ata_qc_issue_prot(qc);
H A Dpata_mpiix.c127 * @qc: command pending
136 static unsigned int mpiix_qc_issue_prot(struct ata_queued_cmd *qc) argument
138 struct ata_port *ap = qc->ap;
139 struct ata_device *adev = qc->dev;
149 return ata_qc_issue_prot(qc);
H A Dpata_oldpiix.c198 * @qc: command pending
207 static unsigned int oldpiix_qc_issue_prot(struct ata_queued_cmd *qc) argument
209 struct ata_port *ap = qc->ap;
210 struct ata_device *adev = qc->dev;
217 return ata_qc_issue_prot(qc);
H A Dpata_radisys.c160 * @qc: command pending
169 static unsigned int radisys_qc_issue_prot(struct ata_queued_cmd *qc) argument
171 struct ata_port *ap = qc->ap;
172 struct ata_device *adev = qc->dev;
183 return ata_qc_issue_prot(qc);
H A Dpata_sc1200.c155 * @qc: command pending
163 static unsigned int sc1200_qc_issue_prot(struct ata_queued_cmd *qc) argument
165 struct ata_port *ap = qc->ap;
166 struct ata_device *adev = qc->dev;
178 return ata_qc_issue_prot(qc);
H A Dahci.c219 static unsigned int ahci_qc_issue(struct ata_queued_cmd *qc);
224 static void ahci_qc_prep(struct ata_queued_cmd *qc);
230 static void ahci_post_internal_cmd(struct ata_queued_cmd *qc);
1101 static unsigned int ahci_fill_sg(struct ata_queued_cmd *qc, void *cmd_tbl) argument
1113 ata_for_each_sg(sg, qc) {
1128 static void ahci_qc_prep(struct ata_queued_cmd *qc) argument
1130 struct ata_port *ap = qc->ap;
1132 int is_atapi = is_atapi_taskfile(&qc->tf);
1142 cmd_tbl = pp->cmd_tbl + qc->tag * AHCI_CMD_TBL_SZ;
1144 ata_tf_to_fis(&qc
1171 struct ata_queued_cmd *qc; local
1385 ahci_qc_issue(struct ata_queued_cmd *qc) argument
1447 ahci_post_internal_cmd(struct ata_queued_cmd *qc) argument
[all...]
H A Dpata_hpt3x2n.c240 * @qc: ATA command
245 static void hpt3x2n_bmdma_stop(struct ata_queued_cmd *qc) argument
247 struct ata_port *ap = qc->ap;
256 ata_bmdma_stop(qc);
322 static unsigned int hpt3x2n_qc_issue_prot(struct ata_queued_cmd *qc) argument
324 struct ata_taskfile *tf = &qc->tf;
325 struct ata_port *ap = qc->ap;
337 return ata_qc_issue_prot(qc);
H A Dpata_icside.c219 static void pata_icside_bmdma_setup(struct ata_queued_cmd *qc) argument
221 struct ata_port *ap = qc->ap;
224 unsigned int write = qc->tf.flags & ATA_TFLAG_WRITE;
235 ata_for_each_sg(sg, qc) {
245 set_dma_speed(state->dma, state->port[ap->port_no].speed[qc->dev->devno]);
250 ap->ops->exec_command(ap, &qc->tf);
253 static void pata_icside_bmdma_start(struct ata_queued_cmd *qc) argument
255 struct ata_port *ap = qc->ap;
262 static void pata_icside_bmdma_stop(struct ata_queued_cmd *qc) argument
264 struct ata_port *ap = qc
[all...]
H A Dpata_qdi.c106 * @qc: command pending
112 static unsigned int qdi_qc_issue_prot(struct ata_queued_cmd *qc) argument
114 struct ata_port *ap = qc->ap;
115 struct ata_device *adev = qc->dev;
124 return ata_qc_issue_prot(qc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/radio/
H A Dradio-aimslab.c296 struct v4l2_queryctrl *qc)
301 if (qc->id && qc->id == radio_qctrl[i].id) {
302 memcpy(qc, &(radio_qctrl[i]),
303 sizeof(*qc));
295 vidioc_queryctrl(struct file *file, void *priv, struct v4l2_queryctrl *qc) argument
H A Dradio-aztech.c287 struct v4l2_queryctrl *qc)
292 if (qc->id && qc->id == radio_qctrl[i].id) {
293 memcpy(qc, &(radio_qctrl[i]),
294 sizeof(*qc));
286 vidioc_queryctrl(struct file *file, void *priv, struct v4l2_queryctrl *qc) argument
H A Dradio-gemtek.c228 struct v4l2_queryctrl *qc)
233 if (qc->id && qc->id == radio_qctrl[i].id) {
234 memcpy(qc, &(radio_qctrl[i]),
235 sizeof(*qc));
227 vidioc_queryctrl(struct file *file, void *priv, struct v4l2_queryctrl *qc) argument
H A Dradio-maxiradio.c326 struct v4l2_queryctrl *qc)
331 if (qc->id && qc->id == radio_qctrl[i].id) {
332 memcpy(qc, &(radio_qctrl[i]), sizeof(*qc));
325 vidioc_queryctrl(struct file *file, void *priv, struct v4l2_queryctrl *qc) argument
H A Dradio-sf16fmi.c206 struct v4l2_queryctrl *qc)
211 if (qc->id && qc->id == radio_qctrl[i].id) {
212 memcpy(qc, &(radio_qctrl[i]),
213 sizeof(*qc));
205 vidioc_queryctrl(struct file *file, void *priv, struct v4l2_queryctrl *qc) argument
H A Dradio-terratec.c270 struct v4l2_queryctrl *qc)
275 if (qc->id && qc->id == radio_qctrl[i].id) {
276 memcpy(qc, &(radio_qctrl[i]),
277 sizeof(*qc));
269 vidioc_queryctrl(struct file *file, void *priv, struct v4l2_queryctrl *qc) argument
H A Dradio-trust.c252 struct v4l2_queryctrl *qc)
257 if (qc->id && qc->id == radio_qctrl[i].id) {
258 memcpy(qc, &(radio_qctrl[i]),
259 sizeof(*qc));
251 vidioc_queryctrl(struct file *file, void *priv, struct v4l2_queryctrl *qc) argument
H A Dradio-typhoon.c248 struct v4l2_queryctrl *qc)
253 if (qc->id && qc->id == radio_qctrl[i].id) {
254 memcpy(qc, &(radio_qctrl[i]),
255 sizeof(*qc));
247 vidioc_queryctrl(struct file *file, void *priv, struct v4l2_queryctrl *qc) argument
H A Dradio-zoltrix.c298 struct v4l2_queryctrl *qc)
303 if (qc->id && qc->id == radio_qctrl[i].id) {
304 memcpy(qc, &(radio_qctrl[i]),
305 sizeof(*qc));
297 vidioc_queryctrl(struct file *file, void *priv, struct v4l2_queryctrl *qc) argument
H A Ddsbr100.c326 struct v4l2_queryctrl *qc)
331 if (qc->id && qc->id == radio_qctrl[i].id) {
332 memcpy(qc, &(radio_qctrl[i]),
333 sizeof(*qc));
325 vidioc_queryctrl(struct file *file, void *priv, struct v4l2_queryctrl *qc) argument
H A Dradio-cadet.c450 struct v4l2_queryctrl *qc)
455 if (qc->id && qc->id == radio_qctrl[i].id) {
456 memcpy(qc, &(radio_qctrl[i]),
457 sizeof(*qc));
449 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/fs/gfs2/
H A Dondisk.c231 void gfs2_quota_change_in(struct gfs2_quota_change_host *qc, const void *buf) argument
235 qc->qc_change = be64_to_cpu(str->qc_change);
236 qc->qc_flags = be32_to_cpu(str->qc_flags);
237 qc->qc_id = be32_to_cpu(str->qc_id);
H A Dquota.c528 struct gfs2_quota_change *qc = qd->qd_bh_qc; local
535 qc->qc_change = 0;
536 qc->qc_flags = 0;
538 qc->qc_flags = cpu_to_be32(GFS2_QCF_USER);
539 qc->qc_id = cpu_to_be32(qd->qd_id);
542 x = be64_to_cpu(qc->qc_change) + change;
543 qc->qc_change = cpu_to_be64(x);
552 qc->qc_flags = 0;
553 qc->qc_id = 0;
1105 struct gfs2_quota_change_host qc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-gpio.c275 struct v4l2_queryctrl *qc = arg; local
277 if (qc->id != V4L2_CID_AUDIO_MUTE)
279 *qc = gpio_ctrl_mute;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dov7670.c1098 struct v4l2_queryctrl qc; member in struct:ov7670_control
1104 .qc = {
1118 .qc = {
1132 .qc = {
1146 .qc = {
1160 .qc = {
1173 .qc = {
1193 if (ov7670_controls[i].qc.id == id)
1200 struct v4l2_queryctrl *qc)
1202 struct ov7670_control *ctrl = ov7670_find_control(qc
1199 ov7670_queryctrl(struct i2c_client *client, struct v4l2_queryctrl *qc) argument
[all...]

Completed in 267 milliseconds

1234