Searched refs:response_buf (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/i2c/busses/
H A Di2c-cros-ec-tunnel.c29 * @response_buf: Buffer for receiving data; we expect most transfers to fit.
40 u8 response_buf[256]; member in struct:ec_i2c_device
/linux-4.1.27/fs/cifs/
H A Dcifssmb.c287 void **request_buf, void **response_buf) __smb_init()
298 if (response_buf) __smb_init()
299 *response_buf = *request_buf; __smb_init()
313 void **request_buf, void **response_buf) smb_init()
321 return __smb_init(smb_command, wct, tcon, request_buf, response_buf); smb_init()
326 void **request_buf, void **response_buf) smb_init_no_reconnect()
331 return __smb_init(smb_command, wct, tcon, request_buf, response_buf); smb_init_no_reconnect()
286 __smb_init(int smb_command, int wct, struct cifs_tcon *tcon, void **request_buf, void **response_buf) __smb_init() argument
312 smb_init(int smb_command, int wct, struct cifs_tcon *tcon, void **request_buf, void **response_buf) smb_init() argument
325 smb_init_no_reconnect(int smb_command, int wct, struct cifs_tcon *tcon, void **request_buf, void **response_buf) smb_init_no_reconnect() argument

Completed in 131 milliseconds