Home
last modified time | relevance | path

Searched refs:cgw_csum_crc8 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/can/
H A Dgw.h117 struct cgw_csum_crc8 { struct
130 #define CGW_CS_CRC8_LEN sizeof(struct cgw_csum_crc8) argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/can/
H A Dgw.h117 struct cgw_csum_crc8 { struct
130 #define CGW_CS_CRC8_LEN sizeof(struct cgw_csum_crc8) argument
/OK3568_Linux_fs/kernel/include/uapi/linux/can/
H A Dgw.h130 struct cgw_csum_crc8 { struct
143 #define CGW_CS_CRC8_LEN sizeof(struct cgw_csum_crc8) argument
/OK3568_Linux_fs/kernel/net/can/
H A Dgw.c104 struct cgw_csum_crc8 crc8;
110 struct cgw_csum_crc8 *crc8);
303 struct cgw_csum_crc8 *crc8) in cgw_csum_crc8_rel()
341 struct cgw_csum_crc8 *crc8) in cgw_csum_crc8_pos()
368 struct cgw_csum_crc8 *crc8) in cgw_csum_crc8_neg()
719 [CGW_CS_CRC8] = { .len = sizeof(struct cgw_csum_crc8) },
905 struct cgw_csum_crc8 *c = nla_data(tb[CGW_CS_CRC8]); in cgw_parse_attr()