Home
last modified time | relevance | path

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

/linux/drivers/media/platform/amphion/
H A Dvpu_malone.c342 struct vpu_malone_str_buffer __iomem *str_buf[VID_API_NUM_STREAMS]; member
481 hc->str_buf[i] = regs + offset; in vpu_malone_set_system_cfg()
506 struct vpu_malone_str_buffer __iomem *str_buf = hc->str_buf[instance]; in vpu_malone_config_stream_buffer() local
508 writel(buf->phys, &str_buf->start); in vpu_malone_config_stream_buffer()
509 writel(buf->phys, &str_buf->rptr); in vpu_malone_config_stream_buffer()
510 writel(buf->phys, &str_buf->wptr); in vpu_malone_config_stream_buffer()
511 writel(buf->phys + buf->length, &str_buf->end); in vpu_malone_config_stream_buffer()
512 writel(0x1, &str_buf->lwm); in vpu_malone_config_stream_buffer()
524 struct vpu_malone_str_buffer __iomem *str_buf in vpu_malone_get_stream_buffer_desc() local
536 vpu_malone_update_wptr(struct vpu_malone_str_buffer __iomem * str_buf,u32 wptr) vpu_malone_update_wptr() argument
543 vpu_malone_update_rptr(struct vpu_malone_str_buffer __iomem * str_buf,u32 rptr) vpu_malone_update_rptr() argument
554 struct vpu_malone_str_buffer __iomem *str_buf = hc->str_buf[instance]; vpu_malone_update_stream_buffer() local
1072 vpu_malone_add_padding_scode(struct vpu_buffer * stream_buffer,struct vpu_malone_str_buffer __iomem * str_buf,u32 pixelformat,u32 scode_type) vpu_malone_add_padding_scode() argument
1120 struct vpu_malone_str_buffer __iomem *str_buf = hc->str_buf[instance]; vpu_malone_add_scode() local
1548 vpu_malone_input_frame_data(struct vpu_malone_str_buffer __iomem * str_buf,struct vpu_inst * inst,struct vb2_buffer * vb,u32 disp_imm) vpu_malone_input_frame_data() argument
1613 vpu_malone_input_stream_data(struct vpu_malone_str_buffer __iomem * str_buf,struct vpu_inst * inst,struct vb2_buffer * vb) vpu_malone_input_stream_data() argument
1647 struct vpu_malone_str_buffer __iomem *str_buf = hc->str_buf[inst->id]; vpu_malone_input_frame() local
[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/hid/
H A Dhid-uclogic-params.c571 char *str_buf = NULL; in uclogic_params_frame_init_v1() local
585 str_buf = kzalloc(str_len, GFP_KERNEL); in uclogic_params_frame_init_v1()
586 if (str_buf == NULL) { in uclogic_params_frame_init_v1()
591 rc = usb_string(usb_dev, 123, str_buf, str_len); in uclogic_params_frame_init_v1()
597 } else if (strncmp(str_buf, "HK On", rc) != 0) { in uclogic_params_frame_init_v1()
600 str_buf); in uclogic_params_frame_init_v1()
616 kfree(str_buf); in uclogic_params_frame_init_v1()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddebugfs_htt_stats.c378 char str_buf[ATH12K_HTT_MAX_STRING_LEN]; in htt_print_tx_pdev_mu_ppdu_dist_stats_tlv() local
410 memset(str_buf, 0x0, sizeof(str_buf)); in htt_print_tx_pdev_mu_ppdu_dist_stats_tlv()
414 str_buf_len += scnprintf(&str_buf[str_buf_len], in htt_print_tx_pdev_mu_ppdu_dist_stats_tlv()
419 str_buf[str_buf_len - 1] = '\0'; in htt_print_tx_pdev_mu_ppdu_dist_stats_tlv()
422 mode, ((i + 1) * 4), str_buf); in htt_print_tx_pdev_mu_ppdu_dist_stats_tlv()
424 memset(str_buf, 0x0, sizeof(str_buf)); in htt_print_tx_pdev_mu_ppdu_dist_stats_tlv()
428 str_buf_len += scnprintf(&str_buf[str_buf_len], in htt_print_tx_pdev_mu_ppdu_dist_stats_tlv()
433 str_buf[str_buf_le in htt_print_tx_pdev_mu_ppdu_dist_stats_tlv()
3084 char str_buf[ATH12K_HTT_MAX_STRING_LEN] = {}; ath12k_htt_print_ul_mumimo_trig_stats() local
3618 ath12k_htt_print_dlpager_entry(const struct ath12k_htt_pgs_info * pg_info,int idx,char * str_buf) ath12k_htt_print_dlpager_entry() argument
3645 char str_buf[ATH12K_HTT_MAX_STRING_LEN] = {}; ath12k_htt_print_dlpager_stats_tlv() local
[all...]
/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/lib/tests/
H A Dscanf_kunit.c322 static void append_delim(char *str_buf, int *str_buf_pos, int str_buf_len, in append_delim() argument
326 append_fmt(str_buf, str_buf_pos, str_buf_len, delim_str); in append_delim()
/linux/Documentation/target/
H A Dtcmu-design.rst327 str_buf[ret-1] = '\0'; /* null-terminate and chop off the \n */
/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c2017 char str_buf[RTW89_C2H_FW_LOG_STR_BUF_SIZE]; in rtw89_fw_log_dump_data() local
2033 snprintf(str_buf, RTW89_C2H_FW_LOG_STR_BUF_SIZE, in rtw89_fw_log_dump_data()
2037 snprintf(str_buf, RTW89_C2H_FW_LOG_STR_BUF_SIZE, in rtw89_fw_log_dump_data()
2041 snprintf(str_buf, RTW89_C2H_FW_LOG_STR_BUF_SIZE, (*fmts)[fmt_idx], in rtw89_fw_log_dump_data()
2048 rtw89_info(rtwdev, "C2H log: %s", str_buf); in rtw89_fw_log_dump_data()