Searched defs:read (Results 1 - 25 of 182) sorted by last modified time

12345678

/drivers/video/fbdev/core/
H A Dfbcvt.c217 int cnt = 255, offset = 0, read = 0; local
227 read = snprintf(buf+offset, cnt, "fbcvt: %dx%d@%d: CVT Name - ",
229 offset += read;
230 cnt -= read;
237 read = snprintf(buf+offset, cnt, "%d", pixcount);
238 cnt -= read;
239 offset += read;
242 read = snprintf(buf+offset, cnt, ".%03dM", pixcount_mod);
243 cnt -= read;
244 offset += read;
[all...]
/drivers/video/fbdev/
H A Dsh_mobile_hdmi.c154 #define HDMI_BCAPS_READ 0xBE /* BCAPS read / debug */
167 #define HDMI_RI_READ_COUNT 0xCB /* Ri read count */
293 u8 (*read)(struct sh_hdmi *hdmi, u8 reg); member in struct:sh_hdmi
326 return hdmi->read(hdmi, reg);
394 .read = sh_hdmi_snd_read,
890 /* More blocks to read */
1113 * HDMI_HOTPLUG_EDID_DONE: on EDID read completion
1175 /* Hotplug interrupt occurred, read EDID */
1315 hdmi->read = __hdmi_read32;
1318 hdmi->read
[all...]
/drivers/xen/xen-pciback/
H A Dconf_space.h46 conf_dword_read read; member in struct:config_field::__anon7300::__anon7301
50 conf_word_read read; member in struct:config_field::__anon7300::__anon7302
54 conf_byte_read read; member in struct:config_field::__anon7300::__anon7303
/drivers/tty/hvc/
H A Dhvsi_lib.c182 unsigned int tries, read = 0; local
202 memcpy(&buf[read], &pv->inbuf[pv->inbuf_cur], l);
206 read += l;
227 return read;
/drivers/tty/vt/
H A Dvc_screen.c203 long attr, read; local
232 read = 0;
246 if (read)
260 /* Perform the whole read into the local con_buf.
355 read += (orig_count - ret);
361 read += orig_count;
364 *ppos += read;
365 if (read)
366 ret = read;
419 /* Temporarily drop the console lock so that we can read
[all...]
/drivers/usb/class/
H A Dcdc-wdm.c94 int read; member in struct:wdm_device
436 * clear WDM_READ flag and possibly submit the read urb if resp_count
447 /* submit read urb only if the device is waiting for it */
481 desc->read = 0;
521 if (desc->rerr) { /* read completed, error happened */
536 if (!desc->reslength) { /* zero length read */
707 .read = wdm_read,
923 * @bufsize: maximum message size to support for read/write
1067 set_bit(WDM_RESETTING, &desc->flags); /* inform read/write */
1068 set_bit(WDM_READ, &desc->flags); /* unblock read */
[all...]
/drivers/usb/early/
H A Dehci-dbgp.c334 int read; local
337 read = (requesttype & USB_DIR_IN) != 0;
338 if (size > (read ? DBGP_MAX_PACKET : 0))
/drivers/usb/gadget/function/
H A Df_fs.c143 bool read; member in struct:ffs_io_data
287 pr_info("read descriptors\n");
295 pr_info("read strings\n");
621 .read = ffs_ep0_read,
647 if (io_data->read && ret > 0) {
679 if (io_data->read)
726 halt = (!io_data->read == !epfile->in);
750 data_len = io_data->read ?
758 if (io_data->aio && !io_data->read) {
771 if (!io_data->read
[all...]
/drivers/usb/gadget/udc/
H A Dpxa25x_udc.h86 } read, write; member in struct:udc_stats
226 dev->stats.read.bytes, dev->stats.read.ops);
/drivers/usb/storage/
H A Disd200.c235 } read; member in union:ata_cdb
810 /* read the configuration information from ISD200. Use this to */
/drivers/uwb/i1480/dfu/
H A Di1480-dfu.h34 * common operations (read, write, wait_init_done and cmd) and
47 * i1480->read() [i1480_{usb,pci}_read()]
86 * @read Read from device's memory to i1480->evt_buf.
117 int (*read)(struct i1480 *, u32 addr, size_t); member in struct:i1480
/drivers/s390/char/
H A Dcon3270.c57 struct string *input; /* input string for read request. */
58 struct raw3270_request *read; /* single read request. */ member in struct:con3270
60 struct tasklet_struct readlet; /* tasklet to issue read request. */
342 xchg(&cp->read, rrq);
358 * Issue a read request. Called only from interrupt function.
366 rrq = xchg(&cp->read, 0);
374 /* Issue the read modified request. */
406 /* Handle ATTN. Schedule tasklet to read aid. */
607 condev->read
[all...]
H A Dtty3270.c89 struct string *input; /* Input string for read request. */
90 struct raw3270_request *read; /* Single read request. */ member in struct:tty3270
94 struct tasklet_struct readlet; /* Tasklet to issue read request. */
580 xchg(&tp->read, rrq);
597 * Issue a read request. Call with device lock.
605 rrq = xchg(&tp->read, 0);
613 /* Issue the read modified request. */
620 xchg(&tp->read, rrq);
648 /* Handle ATTN. Schedule tasklet to read ai
[all...]
/drivers/s390/cio/
H A Dcmf.c112 * @read: read a measurement entry at an index
113 * @readall: read a measurement block in a common format
122 u64 (*read) (struct ccw_device *, int); member in struct:cmb_operations
769 .read = read_cmb,
1036 .read = read_cmbe,
1262 * cmf_read() - read one value from the current channel measurement block
1263 * @cdev: the channel to be read
1264 * @index: the index of the value to be read
1266 * Returns the value read o
[all...]
/drivers/s390/net/
H A Dclaw.h11 #define CCW_CLAW_CMD_READ 0x02 /* read */
16 #define CCW_CLAW_CMD_READHEADER 0x12 /* read header data */
17 #define CCW_CLAW_CMD_READFF 0x22 /* read an FF */
148 __u16 length; /* length of data read by preceding read CCW */
149 __u8 opcode; /* equivalent read CCW */
150 __u8 flag; /* flag of FF to indicate read was completed */
168 __u8 read1; /* read 1 is active */
189 struct ccw1 w_read_FF; /* read FF */
191 struct ccw1 read; /* rea member in struct:ccwbk
[all...]
H A Dlcs.h147 LCS_BUF_STATE_READY, /* buffer is ready for read/write */
309 struct lcs_channel read; member in struct:lcs_card
H A Dqeth_core.h88 #define CARD_RDEV(card) card->read.ccwdev
92 #define CARD_RDEV_ID(card) dev_name(&card->read.ccwdev->dev)
390 * inbound: read out by driver; owned by hardware in order to be filled
395 * inbound: filled by hardware; owned by driver in order to be read out
525 * buffer stuff for read channel
597 * definition of a qeth channel, used for read and write
782 struct qeth_channel read; member in struct:qeth_card
/drivers/s390/scsi/
H A Dzfcp_def.h138 struct latency_cont read; member in struct:zfcp_latencies
H A Dzfcp_sysfs.c431 ZFCP_DEFINE_LATENCY_ATTR(read); variable
/drivers/scsi/bfa/
H A Dbfa_ioc.c1363 * First read to the semaphore register will return 0, subsequent reads
2311 * read the MBOX msg
3050 * First smem read, sync smem before proceeding
3781 * SFP is valid, read sfp data
4302 * Send flash read request.
4361 struct bfi_flash_read_rsp_s *read; member in union:__anon5250
4425 status = be32_to_cpu(m.read->status);
4431 u32 len = be32_to_cpu(m.read->length);
4668 * @param[in] buf - read data buffer
4784 /* read tes
5722 struct bfi_phy_read_rsp_s *read; member in union:__anon5251
[all...]
/drivers/scsi/cxgbi/
H A Dlibcxgbi.c1909 unsigned int read = 0; local
1935 read += cxgbi_skcb_rx_pdulen(skb);
2005 log_debug(1 << CXGBI_DBG_PDU_RX, "csk 0x%p, read %u.\n", csk, read);
2006 if (read) {
2007 csk->copied_seq += read;
2008 csk_return_rx_credits(csk, read);
2009 conn->rxdata_octets += read;
2013 pr_info("csk 0x%p, 0x%p, rx failed %d, read %u.\n",
2014 csk, conn, err, read);
[all...]
/drivers/scsi/mvsas/
H A Dmv_64xx.c687 u8 read,
695 if (read)
684 mvs_64xx_spi_buildcmd(struct mvs_info *mvi, u32 *dwCmd, u8 cmd, u8 read, u8 length, u32 addr ) argument
H A Dmv_94xx.c908 u8 read,
917 if (read)
905 mvs_94xx_spi_buildcmd(struct mvs_info *mvi, u32 *dwCmd, u8 cmd, u8 read, u8 length, u32 addr ) argument
/drivers/scsi/
H A Dscsi_debug.c157 * - a RECOVERED_ERROR is simulated on successful read and write
159 * - a TRANSPORT_ERROR is simulated on successful read and write
164 * - a RECOVERED_ERROR is simulated on successful read and write
166 * - a TRANSPORT_ERROR is simulated on successful read and write
186 * sector on read commands: */
1924 unsigned int sectors, bool read)
1936 (read ? SG_MITER_TO_SG : SG_MITER_FROM_SG));
1948 if (read)
1954 if (read)
2008 /* claim unrecoverable read erro
1923 dif_copy_prot(struct scsi_cmnd *SCpnt, sector_t sector, unsigned int sectors, bool read) argument
[all...]
/drivers/spi/
H A Dspi-adi-v3.c47 void (*read) (struct adi_spi_master *); member in struct:adi_spi_transfer_ops
272 .read = adi_spi_u8_read,
317 .read = adi_spi_u16_read,
362 .read = adi_spi_u32_read,
540 /* read only half duplex */
541 drv_data->ops->read(drv_data);

Completed in 5206 milliseconds

12345678