/linux-4.4.14/sound/soc/blackfin/ |
H A D | bf5xx-ac97.c | 125 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 D | port100.c | 597 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 D | pn533.c | 709 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 D | stir4200.c | 414 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 D | kingsun-sir.c | 265 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 D | ksdazzle-sir.c | 403 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 D | ks959-sir.c | 506 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 D | sir_dev.c | 331 dev->rx_buff.in_frame = FALSE; sirdev_enable_rx() 779 dev->rx_buff.in_frame = FALSE; sirdev_alloc_buffers()
|
H A D | au1k_ir.c | 267 io->in_frame = FALSE; au1k_irda_init_iobuf()
|
H A D | bfin_sir.c | 680 io->in_frame = FALSE; bfin_sir_init_iobuf()
|
H A D | sh_irda.c | 605 self->rx_buff.in_frame = FALSE; sh_irda_init_iobuf()
|
H A D | sh_sir.c | 388 io->in_frame = FALSE; __sh_sir_init_iobuf()
|
H A D | mcs7780.c | 519 mcs->rx_buff.in_frame = FALSE; mcs_receive_start()
|
H A D | pxaficp_ir.c | 908 io->in_frame = FALSE; pxa_irda_init_iobuf()
|
H A D | sa1100_ir.c | 904 io->in_frame = FALSE; sa1100_irda_init_iobuf()
|
H A D | w83977af_ir.c | 223 self->rx_buff.in_frame = FALSE; w83977af_open()
|
H A D | via-ircc.c | 372 self->rx_buff.in_frame = FALSE; via_ircc_open()
|
H A D | ali-ircc.c | 361 self->rx_buff.in_frame = FALSE; ali_ircc_open()
|
H A D | nsc-ircc.c | 453 self->rx_buff.in_frame = FALSE; nsc_ircc_open()
|
H A D | smsc-ircc2.c | 579 self->rx_buff.in_frame = FALSE; smsc_ircc_open()
|
/linux-4.4.14/net/irda/ |
H A D | wrapper.c | 305 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 D | irda_device.h | 175 int in_frame; /* True if receiving frame */ member in struct:__anon13447
|
/linux-4.4.14/arch/x86/xen/ |
H A D | mmu.c | 2671 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()
|