Home
last modified time | relevance | path

Searched refs:H8_MAX_CMD_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dh8.c321 u_char buf[H8_MAX_CMD_SIZE]; in h8_hw_init()
546 u_char buf[H8_MAX_CMD_SIZE]; in h8_sync()
825 u_char buf[H8_MAX_CMD_SIZE]; in h8_get_curr_temp()
828 memset(buf, 0, H8_MAX_CMD_SIZE); in h8_get_curr_temp()
854 u_char buf[H8_MAX_CMD_SIZE]; in h8_get_max_temp()
868 u_char buf[H8_MAX_CMD_SIZE]; in h8_set_upper_therm_thold()
886 u_char buf[H8_MAX_CMD_SIZE]; in h8_get_upper_therm_thold()
902 u_char buf[H8_MAX_CMD_SIZE]; in h8_get_ext_status()
905 memset(buf, 0, H8_MAX_CMD_SIZE); in h8_get_ext_status()
Dh8.h151 #define H8_MAX_CMD_SIZE 18 macro
237 u_char cmdbuf[H8_MAX_CMD_SIZE]; /* buffer to store command */
238 u_char rcvbuf[H8_MAX_CMD_SIZE]; /* buffer to store response */