Searched defs:tf (Results 1 - 3 of 3) sorted by relevance

/include/linux/iio/common/
H A Dst_sensors.h210 * @tf: Transfer function structure used by I/O operations.
233 const struct st_sensor_transfer_function *tf; member in struct:st_sensor_data
/include/linux/
H A Dide.h285 struct ide_taskfile tf; member in struct:ide_cmd
289 u8 tf; member in struct:ide_cmd::__anon336::__anon337
H A Dlibata.h615 struct ata_taskfile tf; member in struct:ata_queued_cmd
893 unsigned int (*read_id)(struct ata_device *dev, struct ata_taskfile *tf, u16 *id);
940 void (*sff_tf_load)(struct ata_port *ap, const struct ata_taskfile *tf);
941 void (*sff_tf_read)(struct ata_port *ap, struct ata_taskfile *tf);
943 const struct ata_taskfile *tf);
1068 static inline int is_multi_taskfile(struct ata_taskfile *tf) argument
1070 return (tf->command == ATA_CMD_READ_MULTI) ||
1071 (tf->command == ATA_CMD_WRITE_MULTI) ||
1072 (tf->command == ATA_CMD_READ_MULTI_EXT) ||
1073 (tf
1651 ata_tf_init(struct ata_device *dev, struct ata_taskfile *tf) argument
[all...]

Completed in 98 milliseconds