Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/most/
H A 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()
/kernel/linux/linux-6.6/drivers/most/
H A 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()

Completed in 5 milliseconds