Lines Matching +full:wake +full:- +full:device
1 /* SPDX-License-Identifier: GPL-2.0-only */
13 #include <linux/device.h>
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
51 * @dev: device associated to the port (HSI port)
52 * @pdev: platform device associated to the port
57 * @wk_lock: spin lock to serialize access to the wake lines
66 * @wake_irq: IRQ number for incoming wake line (-1 if none)
67 * @wake_gpio: GPIO number for incoming wake line (-1 if none)
69 * @wk_refcount: Reference count for output wake line
76 struct device *dev;
77 struct device *pdev;
109 * struct gdd_trn - GDD transaction data
119 * struct omap_ssi_controller - OMAP SSI controller data
120 * @dev: device associated to the controller (HSI controller)
138 struct device *dev;
152 int (*get_loss)(struct device *dev);