Searched refs:in_frame (Results 1 - 23 of 23) sorted by relevance

/linux-4.4.14/sound/soc/blackfin/
H A Dbf5xx-ac97.c125 struct ac97_frame out_frame[2], in_frame[2]; bf5xx_ac97_read() local
137 memset(&in_frame, 0, 2 * sizeof(struct ac97_frame)); bf5xx_ac97_read()
141 (unsigned char *)&in_frame, bf5xx_ac97_read()
143 return in_frame[1].ac97_data; bf5xx_ac97_read()
/linux-4.4.14/drivers/nfc/
H A Dport100.c597 u8 *in_frame; port100_recv_response() local
616 in_frame = dev->in_urb->transfer_buffer; port100_recv_response()
618 if (!port100_rx_frame_is_valid(in_frame)) { port100_recv_response()
624 print_hex_dump_debug("PORT100 RX: ", DUMP_PREFIX_NONE, 16, 1, in_frame, port100_recv_response()
625 port100_rx_frame_size(in_frame), false); port100_recv_response()
627 if (!port100_rx_frame_is_cmd_response(dev, in_frame)) { port100_recv_response()
649 struct port100_ack_frame *in_frame; port100_recv_ack() local
669 in_frame = dev->in_urb->transfer_buffer; port100_recv_ack()
671 if (!port100_rx_frame_is_ack(in_frame)) { port100_recv_ack()
H A Dpn533.c709 u8 *in_frame; pn533_recv_response() local
729 in_frame = dev->in_urb->transfer_buffer; pn533_recv_response()
732 print_hex_dump_debug("PN533 RX: ", DUMP_PREFIX_NONE, 16, 1, in_frame, pn533_recv_response()
733 dev->ops->rx_frame_size(in_frame), false); pn533_recv_response()
735 if (!dev->ops->rx_is_frame_valid(in_frame, dev)) { pn533_recv_response()
741 if (!pn533_rx_frame_is_cmd_response(dev, in_frame)) { pn533_recv_response()
763 struct pn533_std_frame *in_frame; pn533_recv_ack() local
784 in_frame = dev->in_urb->transfer_buffer; pn533_recv_ack()
786 if (!pn533_std_rx_frame_is_ack(in_frame)) { pn533_recv_ack()
/linux-4.4.14/drivers/net/irda/
H A Dstir4200.c414 rx_buff->in_frame = TRUE; stir_fir_chars()
429 rx_buff->in_frame = FALSE; stir_fir_chars()
453 rx_buff->in_frame = FALSE; stir_fir_chars()
679 stir->rx_buff.in_frame = FALSE; receive_start()
692 if (stir->rx_buff.in_frame) receive_stop()
H A Dkingsun-sir.c265 kingsun->rx_buff.in_frame = FALSE; kingsun_net_open()
365 kingsun->rx_buff.in_frame = FALSE; kingsun_net_close()
502 kingsun->rx_buff.in_frame = FALSE; kingsun_probe()
H A Dksdazzle-sir.c403 kingsun->rx_unwrap_buff.in_frame = FALSE; ksdazzle_net_open()
514 kingsun->rx_unwrap_buff.in_frame = FALSE; ksdazzle_net_close()
650 kingsun->rx_unwrap_buff.in_frame = FALSE; ksdazzle_probe()
H A Dks959-sir.c506 kingsun->rx_unwrap_buff.in_frame = FALSE; ks959_net_open()
619 kingsun->rx_unwrap_buff.in_frame = FALSE; ks959_net_close()
712 kingsun->rx_unwrap_buff.in_frame = FALSE; ks959_probe()
H A Dsir_dev.c331 dev->rx_buff.in_frame = FALSE; sirdev_enable_rx()
779 dev->rx_buff.in_frame = FALSE; sirdev_alloc_buffers()
H A Dau1k_ir.c267 io->in_frame = FALSE; au1k_irda_init_iobuf()
H A Dbfin_sir.c680 io->in_frame = FALSE; bfin_sir_init_iobuf()
H A Dsh_irda.c605 self->rx_buff.in_frame = FALSE; sh_irda_init_iobuf()
H A Dsh_sir.c388 io->in_frame = FALSE; __sh_sir_init_iobuf()
H A Dmcs7780.c519 mcs->rx_buff.in_frame = FALSE; mcs_receive_start()
H A Dpxaficp_ir.c908 io->in_frame = FALSE; pxa_irda_init_iobuf()
H A Dsa1100_ir.c904 io->in_frame = FALSE; sa1100_irda_init_iobuf()
H A Dw83977af_ir.c223 self->rx_buff.in_frame = FALSE; w83977af_open()
H A Dvia-ircc.c372 self->rx_buff.in_frame = FALSE; via_ircc_open()
H A Dali-ircc.c361 self->rx_buff.in_frame = FALSE; ali_ircc_open()
H A Dnsc-ircc.c453 self->rx_buff.in_frame = FALSE; nsc_ircc_open()
H A Dsmsc-ircc2.c579 self->rx_buff.in_frame = FALSE; smsc_ircc_open()
/linux-4.4.14/net/irda/
H A Dwrapper.c305 rx_buff->in_frame = TRUE; async_unwrap_bof()
344 rx_buff->in_frame = FALSE; async_unwrap_eof()
/linux-4.4.14/include/net/irda/
H A Dirda_device.h175 int in_frame; /* True if receiving frame */ member in struct:__anon13447
/linux-4.4.14/arch/x86/xen/
H A Dmmu.c2671 unsigned long *out_frames = discontig_frames, in_frame; xen_destroy_contiguous_region() local
2688 in_frame = virt_to_mfn(vstart); xen_destroy_contiguous_region()
2694 success = xen_exchange_memory(1, order, &in_frame, 1UL << order, xen_destroy_contiguous_region()
2701 xen_remap_exchanged_ptes(vstart, order, NULL, in_frame); xen_destroy_contiguous_region()

Completed in 411 milliseconds