Searched refs:str_cnt (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/platform/x86/ |
| H A D | uv_sysfs.c | 540 int str_cnt, ret; in init_pci_top_obj() local 548 str_cnt = sscanf(line, "pcibus %4x:%2x", &tmp_match[0], &tmp_match[1]); in init_pci_top_obj() 549 if (str_cnt < 2) in init_pci_top_obj() 577 str_cnt = sscanf(start, "%13s %10[^(] %*s %*s %d)", in init_pci_top_obj() 579 if (str_cnt < 2) in init_pci_top_obj() 594 str_cnt = sscanf(start, "%10s %*s %14s %*s %d)", in init_pci_top_obj() 596 if (str_cnt < 2) in init_pci_top_obj()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | rtw8851b.c | 2176 u8 path, path_min, path_max, str_cnt, ant_sing_pos; in rtw8851b_btc_init_cfg() local 2186 str_cnt = md->md_v7.ant.stream_cnt; in rtw8851b_btc_init_cfg() 2189 str_cnt = md->md.ant.stream_cnt; in rtw8851b_btc_init_cfg() 2194 if (str_cnt == 1) { in rtw8851b_btc_init_cfg()
|