Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dcorsair-psu.c51 #define REPLY_SIZE 24 /* max length of a reply to a single command */ macro
126 char vendor[REPLY_SIZE];
127 char product[REPLY_SIZE];
192 memcpy(data, priv->cmd_buffer + 2, REPLY_SIZE); in corsairpsu_usb_cmd()
245 u8 data[REPLY_SIZE]; in corsairpsu_get_value()
711 seq_printf(seqf, "%.*s\n", REPLY_SIZE, priv->vendor); in vendor_show()
721 seq_printf(seqf, "%.*s\n", REPLY_SIZE, priv->product); in product_show()