Searched refs:read (Results 76 - 100 of 2835) sorted by path

1234567891011>>

/linux-master/drivers/clocksource/
H A Dnumachip.c23 .read = numachip2_timer_read,
H A Dscx200_hrt.c51 .read = read_hrt,
H A Dtimer-atmel-pit.c224 data->clksrc.read = read_pit_clk;
H A Dtimer-mp-csky.c115 .read = clksrc_read,
H A Dtimer-qcom.c91 .read = msm_read_timer_count,
140 return msm_clocksource.read(&msm_clocksource);
145 return msm_clocksource.read(&msm_clocksource);
H A Dtimer-rda.c161 /* Always read low 32 bits first */
173 .read = rda_hwtimer_read,
H A Dtimer-sprd.c186 .read = sprd_suspend_timer_read,
H A Dtimer-tegra.c207 .read = tegra_rtc_read_ms,
/linux-master/drivers/crypto/ccp/
H A Dccp-debugfs.c259 .read = ccp5_debugfs_info_read,
266 .read = ccp5_debugfs_queue_read,
273 .read = ccp5_debugfs_stats_read,
/linux-master/drivers/firmware/google/
H A Dmemconsole.c31 .read = memconsole_read,
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-cec.h8 u8 (*read)(struct dw_hdmi *hdmi, int offset); member in struct:dw_hdmi_cec_ops
/linux-master/drivers/hid/
H A Dhid-picolcd_debugfs.c63 .read = seq_read,
85 /* prepare buffer with info about what we want to read (addr & len) */
97 /* successful read :) */
152 * - read/write happens in chunks of at most 20 bytes, it's up to userspace
160 .read = picolcd_debug_eeprom_read,
178 /* read a given size of data (bounds check to be done by caller) */
353 .read = picolcd_debug_flash_read,
470 /* 3 data bytes with read area description */
523 /* 4 data bytes with read area description */
H A Dhid-roccat-common.h74 .read = roccat_common2_sysfs_read_ ## thingy, \
83 .read = roccat_common2_sysfs_read_ ## thingy, \
/linux-master/drivers/hsi/clients/
H A Dhsi_char.c114 MODULE_PARM_DESC(max_data_size, "max read/write data size [4,8..65536] (^2)");
658 .read = hsc_read,
762 pr_err("Invalid max read/write data size\n");
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_debugfs.c64 .read = seq_read, \
H A Dqib_diag.c60 * Each client that opens the diag device must read then write
141 .read = qib_diag_read,
327 * qib_read_umem64 - read a 64-bit quantity from the chip into user space
334 * The copy should be written such that we read full cacheline packets
419 * qib_read_umem32 - read a 32-bit quantity from the chip into user space
425 * read 32 bit values, not 64 bit; for memories that only
789 * we only support a single 32 or 64-bit read
902 dc->state = READY; /* all read/write OK now */
/linux-master/drivers/input/misc/
H A Dcma3000_d0x.h21 int (*read)(struct device *, u8, char *); member in struct:cma3000_bus_ops
/linux-master/drivers/input/
H A Dmousedev.c775 .read = mousedev_read,
/linux-master/drivers/input/serio/
H A Duserio.c267 .read = userio_char_read,
/linux-master/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_spi.h23 int (*read)(struct cxd2880_spi *spi, u8 *data, member in struct:cxd2880_spi
H A Dcxd2880_spi_device.c106 spi->read = NULL;
/linux-master/drivers/media/dvb-frontends/
H A Dstb0899_priv.h132 s32 read; member in struct:stb0899_tab
H A Dstv090x_priv.h218 s32 read; member in struct:stv090x_tab
/linux-master/drivers/media/pci/cx23885/
H A Daltera-ci.c250 u8 val, u8 read)
253 return inter->fpga_rw(inter->dev, 0, val, read);
256 /* flag - mem/io, read - read/write */
258 u8 flag, u8 read, int addr, u8 val)
280 mem = netup_fpga_op_rw(inter, NETUP_CI_DATA, val, read);
285 (read) ? "read" : "write", addr,
287 (read) ? mem : val);
249 netup_fpga_op_rw(struct fpga_internal *inter, int addr, u8 val, u8 read) argument
257 altera_ci_op_cam(struct dvb_ca_en50221 *en50221, int slot, u8 flag, u8 read, int addr, u8 val) argument
H A Dcimax2.c103 ci_dbg_print("%s: i2c read error, Reg = 0x%02x, Status = %d\n",
109 ci_dbg_print("%s: i2c read Addr=0x%04x, Reg = 0x%02x, data = %02x\n",
168 u8 flag, u8 read, int addr, u8 data)
208 if (read) { /* data in */
216 /* read/write */
217 cx_clear(MC417_RWD, (read) ? NETUP_RD : NETUP_WR);
222 if (!read)
227 (read) ? "read" : "write", state->ci_i2c_addr, addr,
229 (read)
167 netup_ci_op_cam(struct dvb_ca_en50221 *en50221, int slot, u8 flag, u8 read, int addr, u8 data) argument
[all...]

Completed in 303 milliseconds

1234567891011>>