Searched refs:lpc_i2s_table (Results 1 – 1 of 1) sorted by relevance
111 static struct lpc_i2s lpc_i2s_table[] = variable276 for (i = 0; i < sizeof(lpc_i2s_table) / sizeof(lpc_i2s_table[0]); i++) in rt_hw_i2s_init()279 lpc_i2s_table[i].device.ops = &i2s_core_ops; in rt_hw_i2s_init()281 lpc_i2s_table[i].device.init = rt_i2s_init; in rt_hw_i2s_init()282 lpc_i2s_table[i].device.open = rt_i2s_open; in rt_hw_i2s_init()283 lpc_i2s_table[i].device.close = rt_i2s_close; in rt_hw_i2s_init()284 lpc_i2s_table[i].device.read = rt_i2s_read; in rt_hw_i2s_init()285 lpc_i2s_table[i].device.write = rt_i2s_write; in rt_hw_i2s_init()286 lpc_i2s_table[i].device.control = rt_i2s_control; in rt_hw_i2s_init()290 rt_device_register(&lpc_i2s_table[i].device, in rt_hw_i2s_init()[all …]
Completed in 4 milliseconds