Home
last modified time | relevance | path

Searched refs:in_frame (Results 1 – 19 of 19) sorted by relevance

/drivers/nfc/
Dport100.c597 u8 *in_frame; in port100_recv_response() local
616 in_frame = dev->in_urb->transfer_buffer; in port100_recv_response()
618 if (!port100_rx_frame_is_valid(in_frame)) { in port100_recv_response()
624 print_hex_dump_debug("PORT100 RX: ", DUMP_PREFIX_NONE, 16, 1, in_frame, in port100_recv_response()
625 port100_rx_frame_size(in_frame), false); in port100_recv_response()
627 if (!port100_rx_frame_is_cmd_response(dev, in_frame)) { in port100_recv_response()
649 struct port100_ack_frame *in_frame; in port100_recv_ack() local
669 in_frame = dev->in_urb->transfer_buffer; in port100_recv_ack()
671 if (!port100_rx_frame_is_ack(in_frame)) { in port100_recv_ack()
Dpn533.c709 u8 *in_frame; in pn533_recv_response() local
729 in_frame = dev->in_urb->transfer_buffer; in pn533_recv_response()
732 print_hex_dump_debug("PN533 RX: ", DUMP_PREFIX_NONE, 16, 1, in_frame, in pn533_recv_response()
733 dev->ops->rx_frame_size(in_frame), false); in pn533_recv_response()
735 if (!dev->ops->rx_is_frame_valid(in_frame, dev)) { in pn533_recv_response()
741 if (!pn533_rx_frame_is_cmd_response(dev, in_frame)) { in pn533_recv_response()
763 struct pn533_std_frame *in_frame; in pn533_recv_ack() local
784 in_frame = dev->in_urb->transfer_buffer; in pn533_recv_ack()
786 if (!pn533_std_rx_frame_is_ack(in_frame)) { in pn533_recv_ack()
/drivers/net/irda/
Dstir4200.c414 rx_buff->in_frame = TRUE; in stir_fir_chars()
429 rx_buff->in_frame = FALSE; in stir_fir_chars()
453 rx_buff->in_frame = FALSE; in stir_fir_chars()
679 stir->rx_buff.in_frame = FALSE; in receive_start()
692 if (stir->rx_buff.in_frame) in receive_stop()
Dkingsun-sir.c265 kingsun->rx_buff.in_frame = FALSE; in kingsun_net_open()
365 kingsun->rx_buff.in_frame = FALSE; in kingsun_net_close()
502 kingsun->rx_buff.in_frame = FALSE; in kingsun_probe()
Dks959-sir.c506 kingsun->rx_unwrap_buff.in_frame = FALSE; in ks959_net_open()
619 kingsun->rx_unwrap_buff.in_frame = FALSE; in ks959_net_close()
712 kingsun->rx_unwrap_buff.in_frame = FALSE; in ks959_probe()
Dksdazzle-sir.c403 kingsun->rx_unwrap_buff.in_frame = FALSE; in ksdazzle_net_open()
514 kingsun->rx_unwrap_buff.in_frame = FALSE; in ksdazzle_net_close()
650 kingsun->rx_unwrap_buff.in_frame = FALSE; in ksdazzle_probe()
Dsir_dev.c331 dev->rx_buff.in_frame = FALSE; in sirdev_enable_rx()
779 dev->rx_buff.in_frame = FALSE; in sirdev_alloc_buffers()
Dsh_sir.c388 io->in_frame = FALSE; in __sh_sir_init_iobuf()
Dsh_irda.c605 self->rx_buff.in_frame = FALSE; in sh_irda_init_iobuf()
Dmcs7780.c529 mcs->rx_buff.in_frame = FALSE; in mcs_receive_start()
Dbfin_sir.c680 io->in_frame = FALSE; in bfin_sir_init_iobuf()
Dsa1100_ir.c904 io->in_frame = FALSE; in sa1100_irda_init_iobuf()
Dau1k_ir.c267 io->in_frame = FALSE; in au1k_irda_init_iobuf()
Dpxaficp_ir.c908 io->in_frame = FALSE; in pxa_irda_init_iobuf()
Dw83977af_ir.c223 self->rx_buff.in_frame = FALSE; in w83977af_open()
Dvia-ircc.c372 self->rx_buff.in_frame = FALSE; in via_ircc_open()
Dali-ircc.c361 self->rx_buff.in_frame = FALSE; in ali_ircc_open()
Dnsc-ircc.c453 self->rx_buff.in_frame = FALSE; in nsc_ircc_open()
Dsmsc-ircc2.c579 self->rx_buff.in_frame = FALSE; in smsc_ircc_open()