Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/tools/testing/selftests/net/
Dipsec.c2047 static int write_desc(int proto, int test_desc_fd, in write_desc() function
2104 if (write_desc(proto, fd, ah_list[i], 0, 0, 0)) in write_proto_plan()
2110 if (write_desc(proto, fd, 0, 0, comp_list[i], 0)) in write_proto_plan()
2119 if (write_desc(proto, fd, ah_list[i], in write_proto_plan()
2125 if (write_desc(proto, fd, 0, 0, 0, ae_list[i])) in write_proto_plan()
/linux-5.19.10/drivers/gpu/drm/i915/gt/
Dintel_execlists_submission.c725 static void write_desc(struct intel_engine_execlists *execlists, u64 desc, u32 port) in write_desc() function
933 write_desc(execlists, in execlists_submit_ports()