Searched refs:str_idx (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf_field_iter.c | 131 int str_idx = 0, id_idx = 0; in test_btf_field_iter() local 145 if (!ASSERT_OK(strcmp(fields[id].strs[str_idx], str), "field_str_match")) in test_btf_field_iter() 147 str_idx++; in test_btf_field_iter() 150 ASSERT_EQ(fields[id].strs[str_idx], NULL, "field_str_cnt"); in test_btf_field_iter()
|
| /linux-6.15/kernel/module/ |
| H A D | main.c | 2044 unsigned int str_idx = info->sechdrs[info->index.sym].sh_link; in elf_validity_cache_index_str() local 2046 if (str_idx == SHN_UNDEF || str_idx >= info->hdr->e_shnum) { in elf_validity_cache_index_str() 2048 str_idx, str_idx, info->hdr->e_shnum); in elf_validity_cache_index_str() 2052 info->index.str = str_idx; in elf_validity_cache_index_str()
|
| /linux-6.15/drivers/input/touchscreen/ |
| H A D | wdt87xx_i2c.c | 245 static int wdt87xx_get_string(struct i2c_client *client, u8 str_idx, in wdt87xx_get_string() argument 248 u8 tx_buf[] = { 0x22, 0x00, 0x13, 0x0E, str_idx, 0x23, 0x00 }; in wdt87xx_get_string()
|