Searched refs:request_buf (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/i2c/busses/
H A Di2c-cros-ec-tunnel.c28 * @request_buf: Buffer for transmitting data; we expect most transfers to fit.
39 u8 request_buf[256]; member in struct:ec_i2c_device
/linux-4.4.14/fs/cifs/
H A Dcifssmb.c232 function must have filled in request_buf pointer */
235 void **request_buf) small_smb_init()
243 *request_buf = cifs_small_buf_get(); small_smb_init()
244 if (*request_buf == NULL) { small_smb_init()
249 header_assemble((struct smb_hdr *) *request_buf, smb_command, small_smb_init()
260 struct cifs_ses *ses, void **request_buf) small_smb_init_no_tc()
265 rc = small_smb_init(smb_command, wct, NULL, request_buf); small_smb_init_no_tc()
269 buffer = (struct smb_hdr *)*request_buf; small_smb_init_no_tc()
284 /* If the return code is zero, this function must fill in request_buf pointer */
287 void **request_buf, void **response_buf) __smb_init()
289 *request_buf = cifs_buf_get(); __smb_init()
290 if (*request_buf == NULL) { __smb_init()
299 *response_buf = *request_buf; __smb_init()
301 header_assemble((struct smb_hdr *) *request_buf, smb_command, tcon, __smb_init()
310 /* If the return code is zero, this function must fill in request_buf pointer */
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()
234 small_smb_init(int smb_command, int wct, struct cifs_tcon *tcon, void **request_buf) small_smb_init() argument
259 small_smb_init_no_tc(const int smb_command, const int wct, struct cifs_ses *ses, void **request_buf) small_smb_init_no_tc() argument
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
H A Dsmb2pdu.c276 * function must have filled in request_buf pointer.
280 void **request_buf) small_smb2_init()
289 *request_buf = cifs_small_buf_get(); small_smb2_init()
290 if (*request_buf == NULL) { small_smb2_init()
295 smb2_hdr_assemble((struct smb2_hdr *) *request_buf, smb2_command, tcon); small_smb2_init()
279 small_smb2_init(__le16 smb2_command, struct cifs_tcon *tcon, void **request_buf) small_smb2_init() argument
H A Dcifsproto.h124 void **request_buf);
/linux-4.4.14/drivers/media/pci/ttpci/
H A Dav7110_hw.h374 extern int av7110_fw_request(struct av7110 *av7110, u16 *request_buf,
H A Dav7110_hw.c551 int av7110_fw_request(struct av7110 *av7110, u16 *request_buf, av7110_fw_request() argument
571 if ((err = __av7110_send_fw_cmd(av7110, request_buf, request_buf_len)) < 0) { av7110_fw_request()

Completed in 281 milliseconds