Home
last modified time | relevance | path

Searched refs:ds_send_data (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/w1/masters/
H A Dds2490.c353 static int ds_send_data(struct ds_device *dev, unsigned char *buf, int len) in ds_send_data() function
623 err = ds_send_data(dev, buf, len); in ds_read_block()
644 err = ds_send_data(dev, buf, len); in ds_write_block()
700 if (ds_send_data(dev, (u8 *)&master->search_id, 8) < 0) in ds9490r_search()
769 * FIXME: if this disabled code is ever used in the future all ds_send_data()
777 err = ds_send_data(dev, (unsigned char *)&init, sizeof(init));
801 err = ds_send_data(dev, buf, sizeof(buf));
/kernel/linux/linux-6.6/drivers/w1/masters/
H A Dds2490.c357 static int ds_send_data(struct ds_device *dev, unsigned char *buf, int len) in ds_send_data() function
627 err = ds_send_data(dev, buf, len); in ds_read_block()
648 err = ds_send_data(dev, buf, len); in ds_write_block()
714 if (ds_send_data(dev, (u8 *)&master->search_id, 8) < 0) in ds9490r_search()
792 * FIXME: if this disabled code is ever used in the future all ds_send_data()
800 err = ds_send_data(dev, (unsigned char *)&init, sizeof(init));
824 err = ds_send_data(dev, buf, sizeof(buf));

Completed in 4 milliseconds