Searched refs:idata (Results 1 - 12 of 12) sorted by relevance

/drivers/staging/crystalhd/
H A Dcrystalhd_cmds.c72 struct crystalhd_ioctl_data *idata)
76 if (!ctx || !idata) {
81 if (ctx->user[idata->u_id].mode != DTS_MODE_INV) {
85 if (idata->udata.u.NotifyMode.Mode == DTS_MONITOR_MODE) {
86 ctx->user[idata->u_id].mode = idata->udata.u.NotifyMode.Mode;
103 ctx->user[idata->u_id].mode = idata->udata.u.NotifyMode.Mode;
114 struct crystalhd_ioctl_data *idata)
117 if (!ctx || !idata) {
71 bc_cproc_notify_mode(struct crystalhd_cmd *ctx, struct crystalhd_ioctl_data *idata) argument
113 bc_cproc_get_version(struct crystalhd_cmd *ctx, struct crystalhd_ioctl_data *idata) argument
128 bc_cproc_get_hwtype(struct crystalhd_cmd *ctx, struct crystalhd_ioctl_data *idata) argument
146 bc_cproc_reg_rd(struct crystalhd_cmd *ctx, struct crystalhd_ioctl_data *idata) argument
156 bc_cproc_reg_wr(struct crystalhd_cmd *ctx, struct crystalhd_ioctl_data *idata) argument
168 bc_cproc_link_reg_rd(struct crystalhd_cmd *ctx, struct crystalhd_ioctl_data *idata) argument
179 bc_cproc_link_reg_wr(struct crystalhd_cmd *ctx, struct crystalhd_ioctl_data *idata) argument
191 bc_cproc_mem_rd(struct crystalhd_cmd *ctx, struct crystalhd_ioctl_data *idata) argument
210 bc_cproc_mem_wr(struct crystalhd_cmd *ctx, struct crystalhd_ioctl_data *idata) argument
229 bc_cproc_cfg_rd(struct crystalhd_cmd *ctx, struct crystalhd_ioctl_data *idata) argument
261 bc_cproc_cfg_wr(struct crystalhd_cmd *ctx, struct crystalhd_ioctl_data *idata) argument
293 bc_cproc_download_fw(struct crystalhd_cmd *ctx, struct crystalhd_ioctl_data *idata) argument
332 bc_cproc_do_fw_cmd(struct crystalhd_cmd *ctx, struct crystalhd_ioctl_data *idata) argument
410 bc_cproc_hw_txdma(struct crystalhd_cmd *ctx, struct crystalhd_ioctl_data *idata, struct crystalhd_dio_req *dio) argument
506 bc_cproc_proc_input(struct crystalhd_cmd *ctx, struct crystalhd_ioctl_data *idata) argument
542 bc_cproc_add_cap_buff(struct crystalhd_cmd *ctx, struct crystalhd_ioctl_data *idata) argument
600 bc_cproc_fetch_frame(struct crystalhd_cmd *ctx, struct crystalhd_ioctl_data *idata) argument
641 bc_cproc_start_capture(struct crystalhd_cmd *ctx, struct crystalhd_ioctl_data *idata) argument
651 bc_cproc_flush_cap_buffs(struct crystalhd_cmd *ctx, struct crystalhd_ioctl_data *idata) argument
686 bc_cproc_get_stats(struct crystalhd_cmd *ctx, struct crystalhd_ioctl_data *idata) argument
718 bc_cproc_reset_stats(struct crystalhd_cmd *ctx, struct crystalhd_ioctl_data *idata) argument
726 bc_cproc_chg_clk(struct crystalhd_cmd *ctx, struct crystalhd_ioctl_data *idata) argument
801 crystalhd_suspend(struct crystalhd_cmd *ctx, struct crystalhd_ioctl_data *idata) argument
[all...]
H A Dcrystalhd_cmds.h77 enum BC_STATUS crystalhd_suspend(struct crystalhd_cmd *ctx, struct crystalhd_ioctl_data *idata);
/drivers/mmc/card/
H A Dblock.c311 struct mmc_blk_ioc_data *idata; local
314 idata = kzalloc(sizeof(*idata), GFP_KERNEL);
315 if (!idata) {
320 if (copy_from_user(&idata->ic, user, sizeof(idata->ic))) {
325 idata->buf_bytes = (u64) idata->ic.blksz * idata->ic.blocks;
326 if (idata
359 struct mmc_blk_ioc_data *idata; local
[all...]
/drivers/input/joystick/
H A Dxpad.c259 unsigned char *idata; /* input data */ member in struct:usb_xpad
483 xpad360_process_packet(xpad, 0, xpad->idata);
486 xpad360w_process_packet(xpad, 0, xpad->idata);
489 xpad_process_packet(xpad, 0, xpad->idata);
833 xpad->idata = usb_alloc_coherent(udev, XPAD_PKT_LEN,
835 if (!xpad->idata) {
934 xpad->idata, XPAD_PKT_LEN, xpad_irq_in,
1006 fail2: usb_free_coherent(udev, XPAD_PKT_LEN, xpad->idata, xpad->idata_dma);
1029 xpad->idata, xpad->idata_dma);
/drivers/media/video/
H A Dc-qcam.c162 unsigned int idata; local
167 idata = parport_read_status(qcam->pport) & 0xf0;
171 idata |= parport_read_status(qcam->pport) >> 4;
172 return idata;
178 unsigned int idata; local
181 idata = qcam_read_data(qcam);
182 if (data != idata) {
184 idata);
/drivers/mfd/
H A Dtwl4030-irq.c540 struct irq_data *idata; local
545 idata = irq_get_irq_data(i + agent->irq_base);
549 type = irqd_get_trigger_type(idata);
H A Dsm501.c1318 struct sm501_initdata *idata; local
1359 idata = pdata ? pdata->init : NULL;
1361 if (idata) {
1362 sm501_init_regs(sm, idata);
1364 if (idata->devices & SM501_USE_USB_HOST)
1366 if (idata->devices & (SM501_USE_UART0 | SM501_USE_UART1))
1367 sm501_register_uart(sm, idata->devices);
1368 if (idata->devices & SM501_USE_GPIO)
/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c1238 struct ulptx_idata *idata = (struct ulptx_idata *)(req + 1); local
1246 idata->cmd_more = htonl(ULPTX_CMD(ULP_TX_SC_IMM));
1247 idata->len = htonl(dlen);
1259 struct ulptx_idata *idata; local
1277 idata = (struct ulptx_idata *)(req + 1);
1278 ppod = (struct cxgbi_pagepod *)(idata + 1);
/drivers/staging/comedi/drivers/
H A Dadv_pci1710.c348 unsigned int idata; local
390 idata = inw(dev->iobase + PCI171x_AD_DATA);
392 if ((idata & 0xf000) != devpriv->act_chanlist[0]) {
396 data[n] = idata & 0x0fff;
/drivers/scsi/aic7xxx/
H A Daic79xx.h445 union initiator_data idata; member in union:hardware_scb::__anon4054
H A Daic79xx_core.c454 scb->hscb->shared_data.idata.cdb_plus_saddr.sense_addr =
3611 for (i = 0; i < sizeof(hscb->shared_data.idata.cdb); i++)
3612 printk("%#02x", hscb->shared_data.idata.cdb[i]);
7434 shared_data.idata.cdb));
9056 sc = (struct scsi_sense *)hscb->shared_data.idata.cdb;
H A Daic79xx_osm.c1640 memcpy(hscb->shared_data.idata.cdb, cmd->cmnd, hscb->cdb_len);

Completed in 1033 milliseconds