Home
last modified time | relevance | path

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

/linux/drivers/media/platform/qcom/venus/
A Dhfi_msgs.c256 int req_bytes; in sys_get_prop_image_version() local
259 req_bytes = pkt->hdr.size - sizeof(*pkt); in sys_get_prop_image_version()
261 if (req_bytes < VER_STR_SZ || !pkt->data[0] || pkt->num_properties > 1) in sys_get_prop_image_version()
340 u32 req_bytes; in session_get_prop_profile_level() local
342 req_bytes = pkt->shdr.hdr.size - sizeof(*pkt); in session_get_prop_profile_level()
344 if (!req_bytes || req_bytes % sizeof(struct hfi_profile_level)) in session_get_prop_profile_level()
360 u32 req_bytes; in session_get_prop_buf_req() local
363 req_bytes = pkt->shdr.hdr.size - sizeof(*pkt); in session_get_prop_buf_req()
365 if (!req_bytes || req_bytes % sizeof(*buf_req) || !pkt->data[0]) in session_get_prop_buf_req()
373 while (req_bytes) { in session_get_prop_buf_req()
[all …]
/linux/drivers/iio/accel/
A Dmma9551_core.c96 u8 req_bytes; member
186 if (rsp.nbytes != rsp.req_bytes) { in mma9551_transfer()
189 rsp.nbytes, rsp.req_bytes); in mma9551_transfer()
/linux/drivers/net/ethernet/myricom/myri10ge/
A Dmyri10ge.c143 char *req_bytes; member
1966 ss->tx.req_bytes = kzalloc(bytes, GFP_KERNEL); in myri10ge_allocate_rings()
1967 if (ss->tx.req_bytes == NULL) in myri10ge_allocate_rings()
1972 ALIGN((unsigned long)ss->tx.req_bytes, 8); in myri10ge_allocate_rings()
2066 kfree(ss->tx.req_bytes); in myri10ge_allocate_rings()
2067 ss->tx.req_bytes = NULL; in myri10ge_allocate_rings()
2141 kfree(ss->tx.req_bytes); in myri10ge_free_rings()
2142 ss->tx.req_bytes = NULL; in myri10ge_free_rings()
2480 if (mgp->ss[0].tx.req_bytes == NULL) in myri10ge_close()

Completed in 15 milliseconds