Searched refs:syncpt (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/host1x/ |
| H A D | dev.h | 67 void (*restore)(struct host1x_syncpt *syncpt); 68 void (*restore_wait_base)(struct host1x_syncpt *syncpt); 69 void (*load_wait_base)(struct host1x_syncpt *syncpt); 70 u32 (*load)(struct host1x_syncpt *syncpt); 71 int (*cpu_incr)(struct host1x_syncpt *syncpt); 72 void (*assign_to_channel)(struct host1x_syncpt *syncpt, 137 struct host1x_syncpt *syncpt; member
|
| H A D | cdma.h | 47 struct host1x_syncpt *syncpt; /* buffer completion syncpt */ member
|
| /linux/drivers/crypto/tegra/ |
| H A D | tegra-se-main.c | 153 job->syncpt = host1x_syncpt_get(se->syncpt); in tegra_se_host1x_submit() 177 ret = host1x_syncpt_wait(job->syncpt, job->syncpt_end, in tegra_se_host1x_submit() 206 se->syncpt = host1x_syncpt_request(&se->client, 0); in tegra_se_client_init() 207 if (!se->syncpt) { in tegra_se_client_init() 213 se->syncpt_id = host1x_syncpt_id(se->syncpt); in tegra_se_client_init() 240 host1x_syncpt_put(se->syncpt); in tegra_se_client_init() 253 host1x_syncpt_put(se->syncpt); in tegra_se_client_deinit()
|
| /linux/net/tipc/ |
| H A D | node.c | 1946 u16 rcv_nxt, syncpt, dlv_nxt, inputq_len; in tipc_node_check_state() local 2004 syncpt = oseqno + exp_pkts - 1; in tipc_node_check_state() 2023 if (less(syncpt, n->sync_point)) in tipc_node_check_state() 2024 n->sync_point = syncpt; in tipc_node_check_state() 2044 syncpt = msg_syncpt(hdr); in tipc_node_check_state() 2046 syncpt = msg_seqno(msg_inner_hdr(hdr)) + exp_pkts - 1; in tipc_node_check_state() 2050 n->sync_point = syncpt; in tipc_node_check_state()
|
| H A D | link.c | 1958 u16 syncpt; in tipc_link_tnl_prepare() local 1982 syncpt = l->snd_nxt + skb_queue_len(&l->backlogq) - 1; in tipc_link_tnl_prepare() 1983 msg_set_syncpt(hdr, syncpt); in tipc_link_tnl_prepare()
|
| /linux/Documentation/gpu/ |
| H A D | tegra.rst | 58 .. kernel-doc:: drivers/gpu/host1x/syncpt.c
|
| /linux/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra132.dtsi | 88 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */ 90 interrupt-names = "syncpt", "host1x";
|
| /linux/arch/arm/boot/dts/nvidia/ |
| H A D | tegra124.dtsi | 92 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */ 94 interrupt-names = "syncpt", "host1x";
|