Home
last modified time | relevance | path

Searched refs:seqp (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/net/dccp/ccids/
H A Dccid2.c27 struct ccid2_seq *seqp; in ccid2_hc_tx_alloc_seq() local
36 seqp = kmalloc_array(CCID2_SEQBUF_LEN, sizeof(struct ccid2_seq), in ccid2_hc_tx_alloc_seq()
38 if (seqp == NULL) in ccid2_hc_tx_alloc_seq()
42 seqp[i].ccid2s_next = &seqp[i + 1]; in ccid2_hc_tx_alloc_seq()
43 seqp[i + 1].ccid2s_prev = &seqp[i]; in ccid2_hc_tx_alloc_seq()
45 seqp[CCID2_SEQBUF_LEN - 1].ccid2s_next = seqp; in ccid2_hc_tx_alloc_seq()
46 seqp->ccid2s_prev = &seqp[CCID2_SEQBUF_LEN - 1]; in ccid2_hc_tx_alloc_seq()
50 hc->tx_seqh = hc->tx_seqt = seqp; in ccid2_hc_tx_alloc_seq()
53 hc->tx_seqh->ccid2s_next = seqp; in ccid2_hc_tx_alloc_seq()
54 seqp->ccid2s_prev = hc->tx_seqh; in ccid2_hc_tx_alloc_seq()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/
H A Dpanel-samsung-s6e63m0-dsi.c38 const u8 *seqp = data; in s6e63m0_dsi_dcs_write() local
48 cmd = *seqp; in s6e63m0_dsi_dcs_write()
49 seqp++; in s6e63m0_dsi_dcs_write()
57 ret = mipi_dsi_dcs_write(dsi, cmd, seqp, chunk); in s6e63m0_dsi_dcs_write()
63 seqp += chunk; in s6e63m0_dsi_dcs_write()
75 ret = mipi_dsi_dcs_write(dsi, cmd, seqp, chunk); in s6e63m0_dsi_dcs_write()
81 seqp += chunk; in s6e63m0_dsi_dcs_write()
H A Dpanel-novatek-nt35510.c397 const u8 *seqp = seq; in nt35510_send_long() local
404 ret = mipi_dsi_dcs_write(dsi, cmd, seqp, chunk); in nt35510_send_long()
410 seqp += chunk; in nt35510_send_long()
416 ret = mipi_dsi_generic_write(dsi, seqp, chunk); in nt35510_send_long()
422 seqp += chunk; in nt35510_send_long()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_rtalloc.c1311 uint64_t *seqp; /* pointer to seqno in inode */ in xfs_rtpick_extent() local
1315 seqp = (uint64_t *)&VFS_I(mp->m_rbmip)->i_atime; in xfs_rtpick_extent()
1318 *seqp = 0; in xfs_rtpick_extent()
1320 seq = *seqp; in xfs_rtpick_extent()
1332 *seqp = seq + 1; in xfs_rtpick_extent()
/OK3568_Linux_fs/kernel/fs/
H A Dnamei.c1220 struct path *path, unsigned *seqp) in choose_mountpoint_rcu() argument
1232 *seqp = read_seqcount_begin(&mountpoint->d_seq); in choose_mountpoint_rcu()
1407 struct inode **inode, unsigned *seqp) in __follow_mount_rcu() argument
1436 *seqp = read_seqcount_begin(&dentry->d_seq); in __follow_mount_rcu()
1458 unsigned int *seqp) in handle_mounts() argument
1466 unsigned int seq = *seqp; in handle_mounts()
1469 if (likely(__follow_mount_rcu(nd, path, inode, seqp))) in handle_mounts()
1490 *seqp = 0; /* out of RCU mode, so the value doesn't matter */ in handle_mounts()
1551 unsigned *seqp) in lookup_fast() argument
1588 *seqp = seq; in lookup_fast()
[all …]
H A Ddcache.c2235 unsigned *seqp) in __d_lookup_rcu() argument
2311 *seqp = seq; in __d_lookup_rcu()
/OK3568_Linux_fs/u-boot/include/
H A Dfdtdec.h623 int *seqp);
/OK3568_Linux_fs/u-boot/lib/
H A Dfdtdec.c508 int *seqp) in fdtdec_get_alias_seq() argument
539 *seqp = val; in fdtdec_get_alias_seq()
540 debug("Found seq %d\n", *seqp); in fdtdec_get_alias_seq()