Searched refs:in_buf (Results 1 - 15 of 15) sorted by relevance

/drivers/gpu/drm/i915/
H A Ddvo_sil164.c73 u8 in_buf[2]; local
86 .buf = in_buf,
94 *ch = in_buf[0];
H A Ddvo_ivch.c171 u8 in_buf[2]; local
189 .buf = in_buf,
196 *data = (in_buf[1] << 8) | in_buf[0];
H A Ddvo_ch7xxx.c117 u8 in_buf[2]; local
130 .buf = in_buf,
138 *ch = in_buf[0];
H A Ddvo_tfp410.c98 u8 in_buf[2]; local
111 .buf = in_buf,
119 *ch = in_buf[0];
/drivers/net/irda/
H A Dkingsun-sir.c110 __u8 *in_buf; /* receive buffer */ member in struct:kingsun_cb
113 (usually 8), also size of in_buf */
296 kingsun->in_buf, kingsun->max_rx,
490 kingsun->in_buf = NULL;
503 kingsun->in_buf = kmalloc(kingsun->max_rx, GFP_KERNEL);
504 if (!kingsun->in_buf)
548 if (kingsun->in_buf) kfree(kingsun->in_buf);
579 kfree(kingsun->in_buf);
H A Dmcs7780.h114 char in_buf[4096]; /* transmit/receive buffer */ member in struct:mcs_cb
H A Dmcs7780.c521 mcs->in_buf, 4096, mcs_receive_irq, mcs);
/drivers/staging/bcm/
H A DPHSModule.c21 static int phs_compress(S_PHS_RULE *phs_members,unsigned char *in_buf,
28 static int phs_decompress(unsigned char *in_buf,unsigned char *out_buf,\
1399 // in_buf - ptr to incoming packet buffer.
1410 int phs_decompress(unsigned char *in_buf,unsigned char *out_buf, argument
1419 in_buf++;
1449 *out_buf = *in_buf;
1451 phss,*in_buf,*out_buf);
1452 in_buf++;
1485 // in_buf - ptr to incoming packet buffer.
1493 static int phs_compress(S_PHS_RULE *phs_rule,unsigned char *in_buf
[all...]
/drivers/target/iscsi/
H A Discsi_target_nego.c61 const char *in_buf,
70 if (!in_buf || !pattern || !out_buf || !type)
73 ptr = strstr(in_buf, pattern);
105 char *in_buf,
151 return srp_main_loop(conn, auth, in_buf, out_buf,
155 return chap_main_loop(conn, auth, in_buf, out_buf,
60 extract_param( const char *in_buf, const char *pattern, unsigned int max_length, char *out_buf, unsigned char *type) argument
103 iscsi_handle_authentication( struct iscsi_conn *conn, char *in_buf, char *out_buf, int in_length, int *out_length, unsigned char *authtype) argument
/drivers/gpu/drm/radeon/
H A Dradeon_i2c.c1078 u8 in_buf[2]; local
1090 .buf = in_buf,
1098 *val = in_buf[0];
/drivers/char/
H A Dvirtio_console.c493 static ssize_t send_buf(struct port *port, void *in_buf, size_t in_count, argument
508 sg_init_one(sg, in_buf, in_count);
509 ret = virtqueue_add_buf(out_vq, sg, 1, 0, in_buf, GFP_ATOMIC);
/drivers/staging/speakup/
H A Dmain.c119 static void spkup_write(const char *in_buf, int count);
1047 static void spkup_write(const char *in_buf, int count) argument
1057 if ((in_buf == sentmarks[bn][currsentence]) &&
1061 ch = (u_char) *in_buf++;
/drivers/tty/
H A Dn_gsm.c2668 unsigned char *in_buf, int size)
2684 memcpy(skb_put(skb, size), in_buf, size); local
2667 gsm_mux_rx_netchar(struct gsm_dlci *dlci, unsigned char *in_buf, int size) argument
/drivers/target/
H A Dtarget_core_pr.c2067 unsigned char *in_buf,
2076 if (!in_buf) {
2086 buf = in_buf;
2065 core_scsi3_update_and_write_aptpl( struct se_device *dev, unsigned char *in_buf, u32 in_pr_aptpl_buf_len) argument
/drivers/net/wireless/ipw2x00/
H A Dipw2100.c2377 static u32 ipw2100_match_buf(struct ipw2100_priv *priv, u8 * in_buf, argument
2385 s = in_buf;
2399 s = in_buf;
2406 if ((s - in_buf) == len)

Completed in 575 milliseconds