Searched refs:w1_touch_block (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/w1/ |
H A D | w1_io.c | 266 * w1_touch_block() - Touches a series of bytes. 271 void w1_touch_block(struct w1_master *dev, u8 *buf, int len) in w1_touch_block() function 287 EXPORT_SYMBOL_GPL(w1_touch_block); variable
|
H A D | w1_netlink.c | 295 w1_touch_block(dev, cmd->data, cmd->len); in w1_process_command_io()
|
/kernel/linux/linux-6.6/drivers/w1/ |
H A D | w1_io.c | 266 * w1_touch_block() - Touches a series of bytes. 271 void w1_touch_block(struct w1_master *dev, u8 *buf, int len) in w1_touch_block() function 287 EXPORT_SYMBOL_GPL(w1_touch_block); variable
|
H A D | w1_netlink.c | 297 w1_touch_block(dev, cmd->data, cmd->len); in w1_process_command_io()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | w1.h | 301 void w1_touch_block(struct w1_master *, u8 *, int);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | w1.h | 301 void w1_touch_block(struct w1_master *, u8 *, int);
|
Completed in 5 milliseconds