Searched defs:io_types (Results 1 - 1 of 1) sorted by relevance

/sound/soc/
H A Dsoc-cache.c340 } io_types[] = { variable in typeref:struct:__anon309
396 for (i = 0; i < ARRAY_SIZE(io_types); i++)
397 if (io_types[i].addr_bits == addr_bits &&
398 io_types[i].data_bits == data_bits)
400 if (i == ARRAY_SIZE(io_types)) {
407 codec->write = io_types[i].write;
408 codec->read = io_types[i].read;
416 if (io_types[i].i2c_read)
417 codec->hw_read = io_types[i].i2c_read;

Completed in 102 milliseconds