Lines Matching refs:data

231 		dev_dbg(dev, "data sample offset/write-0 recovery time: 0x%02x", buf[6]);
237 dev_dbg(dev, "1-wire data output buffer status: 0x%02x", buf[12]);
238 dev_dbg(dev, "1-wire data input buffer status: 0x%02x", buf[13]);
283 "Failed to read 1-wire data from 0x%x: err=%d.\n",
321 * the data buffer, but then do you return the first, last, or
325 * and any data to be received would have been available.
364 dev_err(&dev->udev->dev, "Failed to write 1-wire data to ep0x%x: "
452 /* Dump the status for errors or if there is extended return data.
459 /* Extended data isn't an error. Well, a short is, but the dump
480 * Select the data transfer rate.
668 static void ds9490r_search(void *data, struct w1_master *master,
679 struct ds_device *dev = data;
741 * is data to read.
841 static u8 ds9490r_touch_bit(void *data, u8 bit)
843 struct ds_device *dev = data;
852 static void ds9490r_write_bit(void *data, u8 bit)
854 struct ds_device *dev = data;
859 static u8 ds9490r_read_bit(void *data)
861 struct ds_device *dev = data;
872 static void ds9490r_write_byte(void *data, u8 byte)
874 struct ds_device *dev = data;
879 static u8 ds9490r_read_byte(void *data)
881 struct ds_device *dev = data;
891 static void ds9490r_write_block(void *data, const u8 *buf, int len)
893 struct ds_device *dev = data;
908 static u8 ds9490r_read_block(void *data, u8 *buf, int len)
910 struct ds_device *dev = data;
930 static u8 ds9490r_reset(void *data)
932 struct ds_device *dev = data;
942 static u8 ds9490r_set_pullup(void *data, int delay)
944 struct ds_device *dev = data;
957 * This is necessary because a block write will wait for data
962 * get through, but the input transfers fail leaving data in
968 dev->master.data = dev;