Home
last modified time | relevance | path

Searched refs:write_desc (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/media/platform/ti/vpe/
Dvpdma_priv.h283 static inline u32 dtd_desc_write_addr(unsigned int addr, bool write_desc, in dtd_desc_write_addr() argument
287 (write_desc << DTD_WRITE_DESC_SHIFT) | in dtd_desc_write_addr()
/linux-6.6.21/tools/testing/selftests/net/
Dipsec.c2033 static int write_desc(int proto, int test_desc_fd, in write_desc() function
2090 if (write_desc(proto, fd, ah_list[i], 0, 0, 0)) in write_proto_plan()
2096 if (write_desc(proto, fd, 0, 0, comp_list[i], 0)) in write_proto_plan()
2105 if (write_desc(proto, fd, ah_list[i], in write_proto_plan()
2111 if (write_desc(proto, fd, 0, 0, 0, ae_list[i])) in write_proto_plan()
/linux-6.6.21/drivers/gpu/drm/i915/gt/
Dintel_execlists_submission.c726 static void write_desc(struct intel_engine_execlists *execlists, u64 desc, u32 port) in write_desc() function
934 write_desc(execlists, in execlists_submit_ports()