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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/
H A Dsoc-cache.c504 } io_types[] = { variable in typeref:struct:__anon19326
564 for (i = 0; i < ARRAY_SIZE(io_types); i++)
565 if (io_types[i].addr_bits == addr_bits &&
566 io_types[i].data_bits == data_bits)
568 if (i == ARRAY_SIZE(io_types)) {
575 codec->write = io_types[i].write;
576 codec->read = io_types[i].read;
586 if (io_types[i].i2c_read)
587 codec->hw_read = io_types[i].i2c_read;
591 if (io_types[
[all...]

Completed in 161 milliseconds