Lines Matching +full:command +full:- +full:delay +full:- +full:ms
4 * SPDX-License-Identifier: Apache-2.0
27 /* Such block length provides an echo with the delay of 100 ms. */
77 printk("%s is not ready\n", sw0_spec.port->name); in init_buttons()
84 sw0_spec.port->name, sw0_spec.pin, ret); in init_buttons()
92 sw0_spec.port->name, sw0_spec.pin, ret); in init_buttons()
98 printk("Press \"%s\" to toggle the echo effect\n", sw0_spec.port->name); in init_buttons()
105 printk("%s is not ready\n", sw1_spec.port->name); in init_buttons()
112 sw1_spec.port->name, sw1_spec.pin, ret); in init_buttons()
120 sw1_spec.port->name, sw1_spec.pin, ret); in init_buttons()
126 printk("Press \"%s\" to stop/restart I2S streams\n", sw1_spec.port->name); in init_buttons()
162 /* -ENOSYS means that the RX and TX streams need to be in configure_streams()
165 if (ret != -ENOSYS) { in configure_streams()
223 /* -ENOSYS means that commands for the RX and TX streams need in trigger_command()
226 if (ret != -ENOSYS) { in trigger_command()
227 printk("Failed to trigger command %d: %d\n", cmd, ret); in trigger_command()
234 printk("Failed to trigger command %d on RX: %d\n", cmd, ret); in trigger_command()
240 printk("Failed to trigger command %d on TX: %d\n", cmd, ret); in trigger_command()
266 printk("%s is not ready\n", i2s_dev_rx->name); in main()
271 printk("%s is not ready\n", i2s_dev_tx->name); in main()