Home
last modified time | relevance | path

Searched refs:obuf (Results 1 – 25 of 39) sorted by relevance

12

/Linux-v6.6/drivers/media/usb/dvb-usb/
Ddw2102.c303 u8 ibuf[MAX_XFER_SIZE], obuf[3]; in dw2102_earda_i2c_transfer() local
305 if (2 + msg[0].len != sizeof(obuf)) { in dw2102_earda_i2c_transfer()
319 obuf[0] = msg[0].addr << 1; in dw2102_earda_i2c_transfer()
320 obuf[1] = msg[0].len; in dw2102_earda_i2c_transfer()
321 obuf[2] = msg[0].buf[0]; in dw2102_earda_i2c_transfer()
323 obuf, msg[0].len + 2, DW210X_WRITE_MSG); in dw2102_earda_i2c_transfer()
335 u8 obuf[MAX_XFER_SIZE]; in dw2102_earda_i2c_transfer() local
337 if (2 + msg[0].len > sizeof(obuf)) { in dw2102_earda_i2c_transfer()
344 obuf[0] = msg[0].addr << 1; in dw2102_earda_i2c_transfer()
345 obuf[1] = msg[0].len; in dw2102_earda_i2c_transfer()
[all …]
Dttusb2.c371 static u8 obuf[60], ibuf[60]; in ttusb2_i2c_xfer() local
384 if (3 + msg[i].len > sizeof(obuf)) { in ttusb2_i2c_xfer()
400 obuf[0] = (msg[i].addr << 1) | (write_read | read); in ttusb2_i2c_xfer()
402 obuf[1] = 0; in ttusb2_i2c_xfer()
404 obuf[1] = msg[i].len; in ttusb2_i2c_xfer()
408 obuf[2] = msg[i+1].len; in ttusb2_i2c_xfer()
410 obuf[2] = msg[i].len; in ttusb2_i2c_xfer()
412 obuf[2] = 0; in ttusb2_i2c_xfer()
414 memcpy(&obuf[3], msg[i].buf, msg[i].len); in ttusb2_i2c_xfer()
416 if (ttusb2_msg(d, CMD_I2C_XFER, obuf, obuf[1]+3, ibuf, obuf[2] + 3) < 0) { in ttusb2_i2c_xfer()
Dcxusb.c202 u8 obuf[3], ibuf[MAX_XFER_SIZE]; in cxusb_i2c_xfer() local
210 obuf[0] = 0; in cxusb_i2c_xfer()
211 obuf[1] = msg[i].len; in cxusb_i2c_xfer()
212 obuf[2] = msg[i].addr; in cxusb_i2c_xfer()
214 obuf, 3, in cxusb_i2c_xfer()
223 u8 obuf[MAX_XFER_SIZE], ibuf[MAX_XFER_SIZE]; in cxusb_i2c_xfer() local
225 if (3 + msg[i].len > sizeof(obuf)) { in cxusb_i2c_xfer()
237 obuf[0] = msg[i].len; in cxusb_i2c_xfer()
238 obuf[1] = msg[i + 1].len; in cxusb_i2c_xfer()
239 obuf[2] = msg[i].addr; in cxusb_i2c_xfer()
[all …]
Dvp7045.c83 u8 obuf[2] = { 0 },v; in vp7045_read_reg() local
84 obuf[1] = reg; in vp7045_read_reg()
86 vp7045_usb_op(d,TUNER_REG_READ,obuf,2,&v,1,30); in vp7045_read_reg()
/Linux-v6.6/drivers/media/usb/dvb-usb-v2/
Ddvbsky.c26 u8 obuf[DVBSKY_BUF_LEN]; member
47 memcpy(state->obuf, wbuf, wlen); in dvbsky_usb_generic_rw()
49 ret = dvb_usbv2_generic_rw_locked(d, state->obuf, wlen, in dvbsky_usb_generic_rw()
67 memcpy(state->obuf, obuf_pre, 3); in dvbsky_stream_ctrl()
68 ret = dvb_usbv2_generic_write_locked(d, state->obuf, 3); in dvbsky_stream_ctrl()
71 memcpy(state->obuf, obuf_post, 3); in dvbsky_stream_ctrl()
72 ret = dvb_usbv2_generic_write_locked(d, state->obuf, 3); in dvbsky_stream_ctrl()
89 u8 obuf[3], ibuf[2]; in dvbsky_gpio_ctrl() local
91 obuf[0] = 0x0e; in dvbsky_gpio_ctrl()
92 obuf[1] = gport; in dvbsky_gpio_ctrl()
[all …]
Dlmedm04.c490 static u8 obuf[64], ibuf[64]; in lme2510_i2c_xfer() local
505 obuf[0] = gate | (read << 7); in lme2510_i2c_xfer()
508 obuf[1] = (read) ? 2 : msg[i].len + 1; in lme2510_i2c_xfer()
510 obuf[1] = msg[i].len + read + 1; in lme2510_i2c_xfer()
512 obuf[2] = msg[i].addr << 1; in lme2510_i2c_xfer()
518 memcpy(&obuf[3], msg[i].buf, msg[i].len); in lme2510_i2c_xfer()
519 obuf[msg[i].len+3] = msg[i+1].len; in lme2510_i2c_xfer()
523 memcpy(&obuf[3], msg[i].buf, msg[i].len); in lme2510_i2c_xfer()
527 if (lme2510_msg(d, obuf, len, ibuf, 64) < 0) { in lme2510_i2c_xfer()
/Linux-v6.6/drivers/crypto/ccp/
Dccp-debugfs.c16 #define OBUFP (obuf + oboff)
49 char *obuf; in ccp5_debugfs_info_read() local
54 obuf = kmalloc(OBUFLEN, GFP_KERNEL); in ccp5_debugfs_info_read()
55 if (!obuf) in ccp5_debugfs_info_read()
88 ret = simple_read_from_buffer(ubuf, count, offp, obuf, oboff); in ccp5_debugfs_info_read()
89 kfree(obuf); in ccp5_debugfs_info_read()
112 char *obuf; in ccp5_debugfs_stats_read() local
127 obuf = kmalloc(OBUFLEN, GFP_KERNEL); in ccp5_debugfs_stats_read()
128 if (!obuf) in ccp5_debugfs_stats_read()
150 ret = simple_read_from_buffer(ubuf, count, offp, obuf, oboff); in ccp5_debugfs_stats_read()
[all …]
/Linux-v6.6/drivers/net/ppp/
Dppp_mppe.c337 mppe_compress(void *arg, unsigned char *ibuf, unsigned char *obuf, in mppe_compress() argument
364 obuf[0] = PPP_ADDRESS(ibuf); in mppe_compress()
365 obuf[1] = PPP_CONTROL(ibuf); in mppe_compress()
366 put_unaligned_be16(PPP_COMP, obuf + 2); in mppe_compress()
367 obuf += PPP_HDRLEN; in mppe_compress()
373 put_unaligned_be16(state->ccount, obuf); in mppe_compress()
385 obuf[0] |= state->bits; in mppe_compress()
388 obuf += MPPE_OVHD; in mppe_compress()
392 arc4_crypt(&state->arc4, obuf, ibuf, isize); in mppe_compress()
434 mppe_decompress(void *arg, unsigned char *ibuf, int isize, unsigned char *obuf, in mppe_decompress() argument
[all …]
Dppp_deflate.c47 unsigned char *obuf,
51 int isize, unsigned char *obuf, int osize);
185 static int z_compress(void *arg, unsigned char *rptr, unsigned char *obuf, in z_compress() argument
204 wptr = obuf; in z_compress()
411 unsigned char *obuf, int osize) in z_decompress() argument
439 obuf[0] = PPP_ADDRESS(ibuf); in z_decompress()
440 obuf[1] = PPP_CONTROL(ibuf); in z_decompress()
441 obuf[2] = 0; in z_decompress()
450 state->strm.next_out = obuf + 3; in z_decompress()
470 if ((obuf[3] & 1) == 0) { in z_decompress()
[all …]
Dbsd_comp.c185 unsigned char *obuf, int isize, int osize);
189 unsigned char *obuf, int osize);
563 static int bsd_compress (void *state, unsigned char *rptr, unsigned char *obuf, in bsd_compress() argument
630 wptr = obuf; in bsd_compress()
828 unsigned char *obuf, int osize) in bsd_decompress() argument
893 wptr = obuf; in bsd_decompress()
Dppp_async.c71 unsigned char obuf[OBUFSIZE]; member
177 ap->optr = ap->obuf; in ppp_asynctty_open()
178 ap->olim = ap->obuf; in ppp_asynctty_open()
526 buf = ap->obuf; in ppp_async_encode()
572 buflim = ap->obuf + OBUFSIZE - 6; in ppp_async_encode()
/Linux-v6.6/include/linux/mfd/
Ddln2.h65 const void *obuf, unsigned obuf_len,
99 const void *obuf, unsigned obuf_len) in dln2_transfer_tx() argument
101 return dln2_transfer(pdev, cmd, obuf, obuf_len, NULL, NULL); in dln2_transfer_tx()
/Linux-v6.6/arch/um/drivers/
Dslip_common.h86 unsigned char obuf[ENC_BUF_SIZE]; member
95 memset(slip->obuf, 0, sizeof(slip->obuf)); in slip_proto_init()
Dslip_common.c50 actual = slip_esc(buf, slip->obuf, len); in slip_proto_write()
51 n = net_write(fd, slip->obuf, actual); in slip_proto_write()
/Linux-v6.6/arch/mips/boot/
Delf2ecoff.c570 char obuf[1024]; in main() local
580 memset(obuf, 0, sizeof obuf); in main()
583 write(outfile, obuf, in main()
585 sizeof obuf ? sizeof in main()
586 obuf : gap)); in main()
610 char obuf[4096]; in main() local
611 memset(obuf, 0, sizeof obuf); in main()
612 if (write(outfile, obuf, sizeof(obuf)) != sizeof(obuf)) { in main()
/Linux-v6.6/drivers/media/usb/gspca/
Dkinect.c51 uint8_t obuf[0x400]; /* output buffer for control commands */ member
126 uint8_t *obuf = sd->obuf; in send_cmd() local
128 struct cam_hdr *chdr = (void *)obuf; in send_cmd()
142 memcpy(obuf+sizeof(*chdr), cmdbuf, cmd_len); in send_cmd()
144 res = kinect_write(udev, obuf, cmd_len + sizeof(*chdr)); in send_cmd()
/Linux-v6.6/drivers/infiniband/core/
Duverbs.h57 void __user *obuf, in ib_uverbs_init_udata() argument
61 udata->outbuf = obuf; in ib_uverbs_init_udata()
69 void __user *obuf, in ib_uverbs_init_udata_buf_or_null() argument
73 ilen ? ibuf : NULL, olen ? obuf : NULL, in ib_uverbs_init_udata_buf_or_null()
/Linux-v6.6/include/linux/
Dppp-comp.h51 unsigned char *obuf, int isize, int osize);
72 unsigned char *obuf, int osize);
/Linux-v6.6/drivers/media/usb/au0828/
Dau0828-input.c62 char obuf[3]; in au8522_rc_read() local
64 .buf = obuf, .len = 2 }, in au8522_rc_read()
68 obuf[0] = 0x40 | reg >> 8; in au8522_rc_read()
69 obuf[1] = reg & 0xff; in au8522_rc_read()
71 obuf[2] = val; in au8522_rc_read()
/Linux-v6.6/fs/
Dsplice.c1677 struct pipe_buffer *ibuf, *obuf; in splice_pipe_to_pipe() local
1748 obuf = &opipe->bufs[o_head & o_mask]; in splice_pipe_to_pipe()
1754 *obuf = *ibuf; in splice_pipe_to_pipe()
1759 o_len = obuf->len; in splice_pipe_to_pipe()
1772 *obuf = *ibuf; in splice_pipe_to_pipe()
1778 obuf->flags &= ~PIPE_BUF_FLAG_GIFT; in splice_pipe_to_pipe()
1779 obuf->flags &= ~PIPE_BUF_FLAG_CAN_MERGE; in splice_pipe_to_pipe()
1781 obuf->len = len; in splice_pipe_to_pipe()
1814 struct pipe_buffer *ibuf, *obuf; in link_pipe() local
1852 obuf = &opipe->bufs[o_head & o_mask]; in link_pipe()
[all …]
/Linux-v6.6/drivers/mfd/
Ddln2.c302 static void *dln2_prep_buf(u16 handle, u16 cmd, u16 echo, const void *obuf, in dln2_prep_buf() argument
320 memcpy(buf + sizeof(*hdr), obuf, *obuf_len); in dln2_prep_buf()
328 const void *obuf, int obuf_len) in dln2_send_wait() argument
335 buf = dln2_prep_buf(handle, cmd, echo, obuf, &len, GFP_KERNEL); in dln2_send_wait()
427 const void *obuf, unsigned obuf_len, in _dln2_transfer() argument
455 ret = dln2_send_wait(dln2, handle, cmd, rx_slot, obuf, obuf_len); in _dln2_transfer()
514 const void *obuf, unsigned obuf_len, in dln2_transfer() argument
525 return _dln2_transfer(dln2, handle, cmd, obuf, obuf_len, ibuf, in dln2_transfer()
/Linux-v6.6/drivers/gpio/
Dgpio-ljca.c71 u8 obuf[LJCA_GPIO_BUF_SIZE]; member
77 struct gpio_packet *packet = (struct gpio_packet *)ljca_gpio->obuf; in gpio_config()
93 struct gpio_packet *packet = (struct gpio_packet *)ljca_gpio->obuf; in ljca_gpio_read()
121 struct gpio_packet *packet = (struct gpio_packet *)ljca_gpio->obuf; in ljca_gpio_write()
219 struct gpio_packet *packet = (struct gpio_packet *)ljca_gpio->obuf; in ljca_enable_irq()
/Linux-v6.6/drivers/media/tuners/
Dtuner-i2c.h45 unsigned char *obuf, int olen, in tuner_i2c_xfer_send_recv() argument
49 .buf = obuf, .len = olen }, in tuner_i2c_xfer_send_recv()
/Linux-v6.6/include/linux/dma/
Dti-cppi5.h480 dma_addr_t obuf, u32 obuf_len) in cppi5_hdesc_attach_buf() argument
484 desc->org_buf_ptr = obuf; in cppi5_hdesc_attach_buf()
489 dma_addr_t *obuf, u32 *obuf_len) in cppi5_hdesc_get_obuf() argument
491 *obuf = desc->org_buf_ptr; in cppi5_hdesc_get_obuf()
/Linux-v6.6/drivers/net/can/usb/peak_usb/
Dpcan_usb.c774 u8 *obuf, size_t *size) in pcan_usb_encode_msg() argument
782 obuf[0] = PCAN_USB_MSG_TX_CAN; in pcan_usb_encode_msg()
783 obuf[1] = 1; /* only one CAN frame is stored in the packet */ in pcan_usb_encode_msg()
785 pc = obuf + PCAN_USB_MSG_HEADER_LEN; in pcan_usb_encode_msg()
833 obuf[(*size)-1] = (u8)(stats->tx_packets & 0xff); in pcan_usb_encode_msg()

12