Searched refs:packet_index (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/sound/firewire/
H A Disight.c62 int packet_index; member in struct:isight
173 if (isight->packet_index < 0) isight_packet()
175 index = isight->packet_index; isight_packet()
202 isight->packet_index = -1; isight_packet()
209 isight->packet_index = index; isight_packet()
349 if (isight->packet_index < 0) isight_start_streaming()
387 isight->packet_index = 0; isight_start_streaming()
H A Damdtp.c87 s->packet_index = 0; amdtp_stream_init()
605 p.interrupt = IS_ALIGNED(s->packet_index + 1, INTERRUPT_INTERVAL); queue_packet()
611 s->buffer.packets[s->packet_index].offset); queue_packet()
617 if (++s->packet_index >= QUEUE_LENGTH) queue_packet()
618 s->packet_index = 0; queue_packet()
642 if (s->packet_index < 0) handle_out_packet()
651 buffer = s->buffer.packets[s->packet_index].buffer; handle_out_packet()
671 s->packet_index = -1; handle_out_packet()
781 s->packet_index = -1; handle_in_packet()
818 if (s->packet_index < 0) in_stream_callback()
821 buffer = s->buffer.packets[s->packet_index].buffer; in_stream_callback()
836 if (s->packet_index < 0) { in_stream_callback()
839 s->sync_slave->packet_index = -1; in_stream_callback()
957 s->packet_index = 0; amdtp_stream_start()
965 } while (s->packet_index > 0); amdtp_stream_start()
H A Damdtp.h137 int packet_index; member in struct:amdtp_stream
210 return s->packet_index < 0; amdtp_streaming_error()
/linux-4.1.27/sound/pci/hda/
H A Dpatch_hdmi.c484 int *packet_index, int *byte_index) hdmi_get_dip_index()
491 *packet_index = val >> 5; hdmi_get_dip_index()
497 int packet_index, int byte_index) hdmi_set_dip_index()
501 val = (packet_index << 5) | (byte_index & 0x1f); hdmi_set_dip_index()
483 hdmi_get_dip_index(struct hda_codec *codec, hda_nid_t pin_nid, int *packet_index, int *byte_index) hdmi_get_dip_index() argument
496 hdmi_set_dip_index(struct hda_codec *codec, hda_nid_t pin_nid, int packet_index, int byte_index) hdmi_set_dip_index() argument
/linux-4.1.27/drivers/staging/rtl8723au/core/
H A Drtw_security.c1608 DBG_8723A("not match packet_index =%d, install_index =" rtw_aes_decrypt23a()
/linux-4.1.27/drivers/staging/rtl8188eu/core/
H A Drtw_security.c1477 DBG_88E("not match packet_index=%d, install_index=%d\n", rtw_aes_decrypt()

Completed in 220 milliseconds