Lines Matching +full:serial +full:- +full:dir
1 /* SPDX-License-Identifier: GPL-2.0-only */
23 #define SSI_BYTES_TO_FRAMES(x) ((((x) - 1) >> 2) + 1)
28 * struct omap_ssm_ctx - OMAP synchronous serial module (TX/RX) context
50 * struct omap_ssi_port - OMAP SSI port data
66 * @wake_irq: IRQ number for incoming wake line (-1 if none)
67 * @wake_gpio: GPIO number for incoming wake line (-1 if none)
72 * @sst: Context for the synchronous serial transmitter
73 * @ssr: Context for the synchronous serial receiver
104 struct dentry *dir; member
109 * struct gdd_trn - GDD transaction data
119 * struct omap_ssi_controller - OMAP SSI controller data
135 * @dir: Debugfs SSI root directory
155 struct dentry *dir; member