Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/most/
Dcore.c77 } ch_data_type[] = { variable
295 for (i = 0; i < ARRAY_SIZE(ch_data_type); i++) { in set_datatype_show()
296 if (c->cfg.data_type & ch_data_type[i].most_ch_data_type) in set_datatype_show()
298 ch_data_type[i].name); in set_datatype_show()
623 for (i = 0; i < ARRAY_SIZE(ch_data_type); i++) { in most_set_cfg_datatype()
624 if (!strcmp(buf, ch_data_type[i].name)) { in most_set_cfg_datatype()
625 c->cfg.data_type = ch_data_type[i].most_ch_data_type; in most_set_cfg_datatype()
630 if (i == ARRAY_SIZE(ch_data_type)) in most_set_cfg_datatype()