Home
last modified time | relevance | path

Searched refs:str_buf (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/platform/amphion/
H A Dvpu_malone.c331 struct vpu_malone_str_buffer __iomem *str_buf[VID_API_NUM_STREAMS]; member
468 hc->str_buf[i] = regs + offset; in vpu_malone_set_system_cfg()
493 struct vpu_malone_str_buffer __iomem *str_buf = hc->str_buf[instance]; in vpu_malone_config_stream_buffer() local
495 writel(buf->phys, &str_buf->start); in vpu_malone_config_stream_buffer()
496 writel(buf->phys, &str_buf->rptr); in vpu_malone_config_stream_buffer()
497 writel(buf->phys, &str_buf->wptr); in vpu_malone_config_stream_buffer()
498 writel(buf->phys + buf->length, &str_buf->end); in vpu_malone_config_stream_buffer()
499 writel(0x1, &str_buf->lwm); in vpu_malone_config_stream_buffer()
511 struct vpu_malone_str_buffer __iomem *str_buf = hc->str_buf[instance]; in vpu_malone_get_stream_buffer_desc() local
514 desc->wptr = readl(&str_buf->wptr); in vpu_malone_get_stream_buffer_desc()
[all …]
/linux/net/tipc/
H A Dib_media.c48 static int tipc_ib_addr2str(struct tipc_media_addr *a, char *str_buf, in tipc_ib_addr2str() argument
54 sprintf(str_buf, "%20phC", a->value); in tipc_ib_addr2str()
/linux/drivers/net/fjes/
H A Dfjes_main.c42 char str_buf[sizeof(FJES_ACPI_SYMBOL) + 1]; in is_extended_socket_device() local
54 str_buf, sizeof(str_buf) - 1); in is_extended_socket_device()
55 str_buf[result] = 0; in is_extended_socket_device()
57 if (strncmp(FJES_ACPI_SYMBOL, str_buf, strlen(FJES_ACPI_SYMBOL)) != 0) { in is_extended_socket_device()
/linux/Documentation/target/
H A Dtcmu-design.rst327 str_buf[ret-1] = '\0'; /* null-terminate and chop off the \n */