Home
last modified time | relevance | path

Searched refs:profile_data (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/engine/
Dpm.h11 void *profile_data; member
/linux-4.1.27/include/uapi/linux/can/
Dgw.h123 __u8 profile_data[20]; member
/linux-4.1.27/net/can/
Dgw.c277 crc = crc8->crctab[crc^crc8->profile_data[0]]; in cgw_csum_crc8_rel()
281 crc = crc8->crctab[crc^crc8->profile_data[cf->data[1] & 0xF]]; in cgw_csum_crc8_rel()
305 crc = crc8->crctab[crc^crc8->profile_data[0]]; in cgw_csum_crc8_pos()
309 crc = crc8->crctab[crc^crc8->profile_data[cf->data[1] & 0xF]]; in cgw_csum_crc8_pos()
332 crc = crc8->crctab[crc^crc8->profile_data[0]]; in cgw_csum_crc8_neg()
336 crc = crc8->crctab[crc^crc8->profile_data[cf->data[1] & 0xF]]; in cgw_csum_crc8_neg()