Home
last modified time | relevance | path

Searched refs:pkt_seq (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/media/usb/gspca/
H A Dstk1135.c27 u8 pkt_seq; member
466 sd->pkt_seq = 0; in sd_start()
509 if (seq != sd->pkt_seq) { in sd_pkt_scan()
512 sd->pkt_seq = seq; in sd_pkt_scan()
517 sd->pkt_seq++; in sd_pkt_scan()
518 if (sd->pkt_seq > STK1135_HDR_SEQ_MASK) in sd_pkt_scan()
519 sd->pkt_seq = 0; in sd_pkt_scan()
H A Dspca1528.c23 u8 pkt_seq; member
268 sd->pkt_seq = 0; in sd_start()
319 sd->pkt_seq = !(data[1] & 1); in sd_pkt_scan()
325 if ((data[1] & 1) != sd->pkt_seq) in sd_pkt_scan()
/openbmc/linux/drivers/s390/net/
H A Dlcs.h333 __u32 pkt_seq; member
H A Dlcs.c175 card->pkt_seq = 0; in lcs_alloc_card()
1765 *((__u32 *)skb->cb) = ++card->pkt_seq; in lcs_get_skb()
/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddsi.c483 const u32 *pkt_seq; in tegra_dsi_configure() local
497 pkt_seq = pkt_seq_video_non_burst_sync_pulses; in tegra_dsi_configure()
500 pkt_seq = pkt_seq_video_non_burst_sync_events; in tegra_dsi_configure()
503 pkt_seq = pkt_seq_command_mode; in tegra_dsi_configure()
535 tegra_dsi_writel(dsi, pkt_seq[i], DSI_PKT_SEQ_0_LO + i); in tegra_dsi_configure()
/openbmc/libmctp/tests/
H A Dtest_core.c66 static uint8_t pkt_seq = 0; in get_sequence() local
68 return (pkt_seq++ % 4); in get_sequence()
/openbmc/linux/drivers/block/
H A Dpktcdvd.c493 DEFINE_SHOW_ATTRIBUTE(pkt_seq);