Searched defs:in_buffer (Results 1 - 7 of 7) sorted by relevance

/drivers/usb/serial/
H A Dusb-wwan.h50 u8 *in_buffer[N_IN_URB]; member in struct:usb_wwan_port_private
H A Dkeyspan.c91 char in_buffer[2][64]; member in struct:keyspan_port_private
1476 p_priv->in_buffer[j], 64,
/drivers/acpi/acpica/
H A Drsutils.c701 * in_buffer - Pointer to a buffer structure of the
718 struct acpi_buffer *in_buffer)
740 * The in_buffer parameter will point to a linked list of
747 status = acpi_rs_create_aml_resources(in_buffer->pointer, &buffer);
717 acpi_rs_set_srs_method_data(struct acpi_namespace_node *node, struct acpi_buffer *in_buffer) argument
/drivers/input/misc/
H A Dkeyspan_remote.c122 unsigned char *in_buffer; member in struct:usb_keyspan
141 snprintf(codes + i * 3, 4, "%02x ", dev->in_buffer[i]);
200 for (i = 0; i < RECV_SIZE && remote->in_buffer[i] == GAP; ++i);
203 memcpy(remote->data.buffer, remote->in_buffer, RECV_SIZE);
217 memcpy(remote->data.buffer + remote->data.len, remote->in_buffer, RECV_SIZE);
254 memcpy(remote->data.buffer + remote->data.len, remote->in_buffer, RECV_SIZE);
467 remote->in_buffer = usb_alloc_coherent(udev, RECV_SIZE, GFP_ATOMIC, &remote->in_dma);
468 if (!remote->in_buffer) {
530 remote->in_buffer, RECV_SIZE, keyspan_irq_recv, remote,
546 fail2: usb_free_coherent(udev, RECV_SIZE, remote->in_buffer, remot
[all...]
/drivers/usb/misc/
H A Dyurex.c415 char in_buffer[20]; local
427 bytes_read = snprintf(in_buffer, 20, "%lld\n", dev->bbu);
431 if (copy_to_user(buffer, in_buffer + *ppos, bytes_read - *ppos))
/drivers/tty/serial/
H A Difx6x60.c339 u16 *in_buffer = (u16 *)buffer; local
341 h1 = *in_buffer;
342 h2 = *(in_buffer+1);
/drivers/staging/bcm/
H A DPHSModule.c25 static int verify_suppress_phsf(unsigned char *in_buffer,unsigned char *out_buffer,
1543 // in_buffer - ptr to incoming packet buffer.
1554 static int verify_suppress_phsf(unsigned char *in_buffer,unsigned char *out_buffer, argument
1574 if(*in_buffer != *phsf)
1578 BCM_DEBUG_PRINT(Adapter,DBG_TYPE_OTHERS, PHS_SEND, DBG_LVL_ALL,"\nCOMP:In verify_phsf failed for field %d buf %d phsf %d",phss,*in_buffer,*phsf);
1583 BCM_DEBUG_PRINT(Adapter,DBG_TYPE_OTHERS, PHS_SEND, DBG_LVL_ALL,"\nCOMP:In verify_phsf success for field %d buf %d phsf %d",phss,*in_buffer,*phsf);
1587 *out_buffer = *in_buffer;
1588 BCM_DEBUG_PRINT(Adapter,DBG_TYPE_OTHERS, PHS_SEND, DBG_LVL_ALL,"\nCOMP:In copying_header input %d out %d",*in_buffer,*out_buffer);
1592 in_buffer++;

Completed in 253 milliseconds