Home
last modified time | relevance | path

Searched refs:CONNECTOR_MAX_MSG_SIZE (Results 1 – 5 of 5) sorted by path

/linux/drivers/connector/
H A Dconnector.c209 len > CONNECTOR_MAX_MSG_SIZE) in cn_rx_skb()
/linux/drivers/video/fbdev/
H A Duvesafb.c155 if (sizeof(*m) + len > CONNECTOR_MAX_MSG_SIZE) { in uvesafb_exec()
/linux/drivers/w1/
H A Dw1_netlink.c591 reply_size = min(CONNECTOR_MAX_MSG_SIZE, reply_size); in w1_cn_callback()
/linux/include/uapi/linux/
H A Dconnector.h57 #define CONNECTOR_MAX_MSG_SIZE 16384 macro
/linux/tools/testing/selftests/connector/
H A Dproc_filter.c215 char buff[CONNECTOR_MAX_MSG_SIZE]; in handle_events()