Home
last modified time | relevance | path

Searched refs:w1_calc_crc8 (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/w1/slaves/
H A Dw1_ds250x.c68 if (w1_calc_crc8(buf, 3) != crc8) in w1_ds2502_read_page()
74 if (w1_calc_crc8(&data->eprom[pgoff], W1_PAGE_SIZE) != crc8) in w1_ds2502_read_page()
H A Dw1_ds2438.c76 crc = w1_calc_crc8(buf, DS2438_PAGE_SIZE); in w1_ds2438_get_page()
H A Dw1_therm.c1256 info->crc = w1_calc_crc8(info->rom, 8); in read_scratchpad()
/OK3568_Linux_fs/kernel/drivers/w1/
H A Dw1_io.c355 u8 w1_calc_crc8(u8 * data, int len) in w1_calc_crc8() function
364 EXPORT_SYMBOL_GPL(w1_calc_crc8);
H A Dw1.c427 rn->crc = w1_calc_crc8((u8 *)&rn64_le, 7); in w1_atoreg_num()
930 if (rn && tmp->crc == w1_calc_crc8((u8 *)&rn_le, 7)) in w1_slave_found()
/OK3568_Linux_fs/kernel/include/linux/
H A Dw1.h299 u8 w1_calc_crc8(u8 *, int);
/OK3568_Linux_fs/kernel/drivers/w1/masters/
H A Domap_hdq.c231 cs = w1_calc_crc8((u8 *)&rn_le, 7); in omap_w1_search_bus()