Searched refs:str_buf (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/media/platform/amphion/ |
| H A D | vpu_malone.c | 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 496 writel(buf->phys, &str_buf->rptr); 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 527 writel(wptr, &str_buf->wptr); in vpu_malone_update_wptr() 534 writel(rptr, &str_buf->rptr); in vpu_malone_update_rptr() 541 struct vpu_malone_str_buffer __iomem *str_buf = hc->str_buf[instance]; in vpu_malone_update_stream_buffer() local 1063 wptr = readl(&str_buf->wptr); in vpu_malone_add_padding_scode() 1094 struct vpu_malone_str_buffer __iomem *str_buf = hc->str_buf[instance]; in vpu_malone_add_scode() local [all …]
|
| /linux-6.15/net/tipc/ |
| H A D | ib_media.c | 48 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-6.15/drivers/hid/ |
| H A D | hid-uclogic-params.c | 569 char *str_buf = NULL; in uclogic_params_frame_init_v1() local 583 str_buf = kzalloc(str_len, GFP_KERNEL); in uclogic_params_frame_init_v1() 584 if (str_buf == NULL) { in uclogic_params_frame_init_v1() 589 rc = usb_string(usb_dev, 123, str_buf, str_len); in uclogic_params_frame_init_v1() 595 } else if (strncmp(str_buf, "HK On", rc) != 0) { in uclogic_params_frame_init_v1() 598 str_buf); in uclogic_params_frame_init_v1() 614 kfree(str_buf); in uclogic_params_frame_init_v1()
|
| /linux-6.15/drivers/net/wireless/ath/ath12k/ |
| H A D | debugfs_htt_stats.c | 410 memset(str_buf, 0x0, sizeof(str_buf)); 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() 424 memset(str_buf, 0x0, sizeof(str_buf)); in htt_print_tx_pdev_mu_ppdu_dist_stats_tlv() 433 str_buf[str_buf_len - 1] = '\0'; in htt_print_tx_pdev_mu_ppdu_dist_stats_tlv() 438 memset(str_buf, 0x0, sizeof(str_buf)); in htt_print_tx_pdev_mu_ppdu_dist_stats_tlv() 3114 str_buf[--index] = '\0'; in ath12k_htt_print_ul_mumimo_trig_stats() 3131 str_buf[--index] = '\0'; in ath12k_htt_print_ul_mumimo_trig_stats() 3153 str_buf[--index] = '\0'; in ath12k_htt_print_ul_mumimo_trig_stats() 3618 int idx, char *str_buf) in ath12k_htt_print_dlpager_entry() argument 3679 i, str_buf); in ath12k_htt_print_dlpager_stats_tlv() [all …]
|
| /linux-6.15/drivers/net/fjes/ |
| H A D | fjes_main.c | 42 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-6.15/lib/tests/ |
| H A D | scanf_kunit.c | 322 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-6.15/Documentation/target/ |
| H A D | tcmu-design.rst | 327 str_buf[ret-1] = '\0'; /* null-terminate and chop off the \n */
|
| /linux-6.15/drivers/net/wireless/realtek/rtw89/ |
| H A D | fw.c | 1979 char str_buf[RTW89_C2H_FW_LOG_STR_BUF_SIZE]; in rtw89_fw_log_dump_data() local 1995 snprintf(str_buf, RTW89_C2H_FW_LOG_STR_BUF_SIZE, in rtw89_fw_log_dump_data() 1999 snprintf(str_buf, RTW89_C2H_FW_LOG_STR_BUF_SIZE, in rtw89_fw_log_dump_data() 2003 snprintf(str_buf, RTW89_C2H_FW_LOG_STR_BUF_SIZE, (*fmts)[fmt_idx], in rtw89_fw_log_dump_data() 2010 rtw89_info(rtwdev, "C2H log: %s", str_buf); in rtw89_fw_log_dump_data()
|