Searched defs:read (Results 1 - 25 of 47) sorted by relevance

12

/include/linux/power/
H A Dbq27x00_battery.h7 * @read: HDQ read callback.
11 * register to be read. The return value should either be the content of
16 int (*read)(struct device *dev, unsigned int); member in struct:bq27000_platform_data
/include/linux/
H A Dhw_random.h4 Please read Documentation/hw_random.txt for details on use.
29 * @read: New API. drivers can fill up to max bytes of data
41 int (*read)(struct hwrng *rng, void *data, size_t max, bool wait); member in struct:hwrng
H A Di2c-pxa.h13 int (*read) (void *ptr); member in struct:i2c_slave_client
H A Dposix-clock.h54 * @read: Optional character device read method
98 ssize_t (*read) (struct posix_clock *pc, member in struct:posix_clock_operations
H A Dvfio.h24 * @read: Perform read(2) on device file descriptor
34 ssize_t (*read)(void *device_data, char __user *buf, member in struct:vfio_device_ops
60 ssize_t (*read)(void *iommu_data, char __user *buf, member in struct:vfio_iommu_driver_ops
H A Dpstore.h54 struct mutex read_mutex; /* serialize open/read/close */
58 ssize_t (*read)(u64 *id, enum pstore_type_id *type, member in struct:pstore_info
H A Dtimekeeper_internal.h16 * @read: Read function of @clock
32 cycle_t (*read)(struct clocksource *cs); member in struct:tk_read_base
H A Dtty_ldisc.h34 * ssize_t (*read)(struct tty_struct * tty, struct file * file,
37 * This function is called when the user requests to read from
192 ssize_t (*read)(struct tty_struct *tty, struct file *file, member in struct:tty_ldisc_ops
H A Dclocksource.h37 * @read: returns the current cycle value
45 cycle_t (*read)(const struct cyclecounter *cc); member in struct:cyclecounter
118 * @cycle_tstamp: a value returned by tc->cc->read()
152 * @read: returns a cycle value, passes clocksource as argument
172 cycle_t (*read)(struct clocksource *cs); member in struct:clocksource
H A Dconsole.h122 int (*read)(struct console *, char *, unsigned); member in struct:console
H A Dgameport.h31 unsigned char (*read)(struct gameport *); member in struct:gameport
179 if (gameport->read)
180 return gameport->read(gameport);
H A Dkey-type.h108 * - the key must be locked against read when modifying
133 /* read a key's data (optional)
136 * - should return the amount of data that could be read, no matter how
140 long (*read)(const struct key *key, char __user *buffer, size_t buflen); member in struct:key_type
H A Dmemory.h144 ssize_t (*read)(struct memory_accessor *, char *buf, off_t offset, member in struct:memory_accessor
H A Dsysfs.h125 ssize_t (*read)(struct file *, struct kobject *, struct bin_attribute *, member in struct:bin_attribute
148 .read = _read, \
155 .read = _name##_read, \
/include/linux/spi/
H A Dmax7301.h7 * Some registers must be read back to modify.
18 int (*read)(struct device *dev, unsigned int reg); member in struct:max7301
/include/sound/
H A Dad1843.h15 int (*read)(void *chip, int reg); member in struct:snd_ad1843
H A Dseq_midi_event.h32 int read; /* chars read */ member in struct:snd_midi_event
H A Dhwdep.h34 long (*read)(struct snd_hwdep *hw, char __user *buf, member in struct:snd_hwdep_ops
H A Dinfo.h43 void (*read)(struct snd_info_entry *entry, member in struct:snd_info_entry_text
54 ssize_t (*read)(struct snd_info_entry *entry, void *file_private_data, member in struct:snd_info_entry_ops
143 void (*read)(struct snd_info_entry *, struct snd_info_buffer *))
146 entry->c.text.read = read;
177 void (*read)(struct snd_info_entry *, struct snd_info_buffer *)) {}
H A Dmpu401.h100 unsigned char (*read) (struct snd_mpu401 *mpu, unsigned long addr); member in struct:snd_mpu401
111 /* read MPU401C() */
119 /* read MPU401D() */
/include/media/
H A Dmedia-devnode.h45 ssize_t (*read) (struct file *, char __user *, size_t, loff_t *); member in struct:media_file_operations
H A Dv4l2-dev.h65 ssize_t (*read) (struct file *, char __user *, size_t, loff_t *); member in struct:v4l2_file_operations
/include/linux/mtd/
H A Dmap.h224 map_word (*read)(struct map_info *, unsigned long); member in struct:map_info
450 #define map_read(map, ofs) (map)->read(map, ofs)
H A Dspi-nor.h122 * @lock: the lock for the read/write/erase/lock/unlock operations
127 * @read_opcode: the read opcode
128 * @read_dummy: the dummy needed by the read operation
130 * @flash_read: the mode of the read
135 * read/write/erase/lock/unlock operations
137 * read/write/erase/lock/unlock operations
138 * @read_xfer: [OPTIONAL] the read fundamental primitive
140 * @read_reg: [DRIVER-SPECIFIC] read out the register
142 * @read_id: [REPLACEABLE] read out the ID data, and find
145 * @read
178 int (*read)(struct spi_nor *nor, loff_t from, member in struct:spi_nor
[all...]
/include/linux/usb/
H A Dphy.h70 int (*read)(struct usb_phy *x, u32 reg); member in struct:usb_phy_io_ops
152 if (x && x->io_ops && x->io_ops->read)
153 return x->io_ops->read(x, reg);

Completed in 439 milliseconds

12