Home
last modified time | relevance | path

Searched refs:CONNECTOR_MAX_MSG_SIZE (Results 1 – 6 of 6) 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/
H A Dconnector.h57 #define CONNECTOR_MAX_MSG_SIZE 16384 macro
/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/
H A Dconnector.h57 #define CONNECTOR_MAX_MSG_SIZE 16384 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dconnector.h57 #define CONNECTOR_MAX_MSG_SIZE 16384 macro
/OK3568_Linux_fs/kernel/drivers/connector/
H A Dconnector.c181 len > CONNECTOR_MAX_MSG_SIZE) in cn_rx_skb()
/OK3568_Linux_fs/kernel/drivers/w1/
H A Dw1_netlink.c589 reply_size = min(CONNECTOR_MAX_MSG_SIZE, reply_size); in w1_cn_callback()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Duvesafb.c155 if (sizeof(*m) + len > CONNECTOR_MAX_MSG_SIZE) { in uvesafb_exec()