Home
last modified time | relevance | path

Searched refs:DDCB_ASIV_LENGTH (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/genwqe/
H A Dgenwqe_card.h355 #define DDCB_ASIV_LENGTH 104 /* len of the DDCB ASIV array */ macro
437 __u8 __asiv[DDCB_ASIV_LENGTH];
/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/genwqe/
H A Dgenwqe_card.h355 #define DDCB_ASIV_LENGTH 104 /* len of the DDCB ASIV array */ macro
437 __u8 __asiv[DDCB_ASIV_LENGTH];
/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/genwqe/
H A Dgenwqe_card.h355 #define DDCB_ASIV_LENGTH 104 /* len of the DDCB ASIV array */ macro
437 __u8 __asiv[DDCB_ASIV_LENGTH];
/OK3568_Linux_fs/kernel/drivers/misc/genwqe/
H A Dcard_ddcb.c858 DDCB_ASIV_LENGTH); /* req->cmd.asiv_length */ in __genwqe_enqueue_ddcb()
919 if (cmd->asiv_length > DDCB_ASIV_LENGTH) { in __genwqe_execute_raw_ddcb()
H A Dcard_dev.c1035 sizeof(*cmd) - DDCB_ASIV_LENGTH)) { in do_execute_ddcb()