Home
last modified time | relevance | path

Searched refs:str_len (Results 1 – 9 of 9) sorted by relevance

/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_debugfs.c196 uint8_t str_len = 0; in dp_link_settings_read() local
213 rd_buf_ptr += str_len; in dp_link_settings_read()
220 rd_buf_ptr += str_len; in dp_link_settings_read()
227 rd_buf_ptr += str_len; in dp_link_settings_read()
1562 int i, r, str_len = 10; in dp_dsc_clock_en_read() local
1748 int i, r, str_len = 30; in dp_dsc_slice_width_read() local
1932 int i, r, str_len = 30; in dp_dsc_slice_height_read() local
2112 int i, r, str_len = 30; in dp_dsc_bits_per_pixel_read() local
2287 int i, r, str_len = 30; in dp_dsc_pic_width_read() local
2341 int i, r, str_len = 30; in dp_dsc_pic_height_read() local
[all …]
/drivers/net/ethernet/meta/fbnic/
A Dfbnic_tlv.c179 int str_len = 1; in fbnic_tlv_attr_put_string() local
191 str_len += strnlen(string, attr_max_len); in fbnic_tlv_attr_put_string()
193 return fbnic_tlv_attr_put_value(msg, attr_id, string, str_len); in fbnic_tlv_attr_put_string()
/drivers/platform/x86/hp/hp-bioscfg/
A Dbioscfg.c658 int str_len; in hp_init_bios_package_attribute() local
688 &str_value, &str_len); in hp_init_bios_package_attribute()
/drivers/gpu/drm/amd/amdgpu/
A Datom.c1405 unsigned short str_len; in atom_find_str_in_rom() local
1408 str_len = strnlen(str, maxlen); in atom_find_str_in_rom()
1412 for (str_off = 0; str_off < str_len; ++str_off) { in atom_find_str_in_rom()
1417 if (str_off == str_len || str[str_off] == 0) in atom_find_str_in_rom()
/drivers/hid/
A Dhid-uclogic-params.c572 const size_t str_len = 16; in uclogic_params_frame_init_v1() local
585 str_buf = kzalloc(str_len, GFP_KERNEL); in uclogic_params_frame_init_v1()
591 rc = usb_string(usb_dev, 123, str_buf, str_len); in uclogic_params_frame_init_v1()
/drivers/net/ethernet/qlogic/qed/
A Dqed_dev.c993 u16 dest_port, u8 *str, size_t str_len) in qed_llh_protocol_filter_stringify() argument
997 snprintf(str, str_len, "Ethertype 0x%04x", in qed_llh_protocol_filter_stringify()
1001 snprintf(str, str_len, "TCP src port 0x%04x", in qed_llh_protocol_filter_stringify()
1005 snprintf(str, str_len, "UDP src port 0x%04x", in qed_llh_protocol_filter_stringify()
1009 snprintf(str, str_len, "TCP dst port 0x%04x", dest_port); in qed_llh_protocol_filter_stringify()
1012 snprintf(str, str_len, "UDP dst port 0x%04x", dest_port); in qed_llh_protocol_filter_stringify()
1015 snprintf(str, str_len, "TCP src/dst ports 0x%04x/0x%04x", in qed_llh_protocol_filter_stringify()
1019 snprintf(str, str_len, "UDP src/dst ports 0x%04x/0x%04x", in qed_llh_protocol_filter_stringify()
/drivers/scsi/qla2xxx/
A Dqla_os.c590 qla2x00_pci_info_str(struct scsi_qla_host *vha, char *str, size_t str_len) in qla2x00_pci_info_str() argument
600 snprintf(str, str_len, "PCI-X (%s MHz)", in qla2x00_pci_info_str()
604 snprintf(str, str_len, "PCI (%s MHz)", pci_bus_modes[pci_bus]); in qla2x00_pci_info_str()
611 qla24xx_pci_info_str(struct scsi_qla_host *vha, char *str, size_t str_len) in qla24xx_pci_info_str() argument
644 snprintf(str, str_len, "PCIe (%s x%d)", speed_str, lwidth); in qla24xx_pci_info_str()
651 snprintf(str, str_len, "PCI (%s MHz)", in qla24xx_pci_info_str()
654 snprintf(str, str_len, "PCI-X Mode %d (%s MHz)", in qla24xx_pci_info_str()
A Dqla_mr.c689 qlafx00_pci_info_str(struct scsi_qla_host *vha, char *str, size_t str_len) in qlafx00_pci_info_str() argument
694 strscpy(str, "PCIe iSA", str_len); in qlafx00_pci_info_str()
/drivers/net/ethernet/intel/i40e/
A Di40e_adminq_cmd.h1784 u8 str_len; member

Completed in 62 milliseconds