Lines Matching +full:int +full:- +full:clock +full:- +full:stable +full:- +full:broken
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
17 PHY CLK to become stable - 10ms*/
30 * Each sub-arch has its own master list of unique devices and
31 * enumerates them by enum fsl_devices in a sub-arch specific header
33 * The platform data structure is broken into two parts. The
40 * - platform data structures: <driver>_platform_data
41 * - platform data device flags: FSL_<driver>_DEV_<FLAG>
42 * - platform data board flags: FSL_<driver>_BRD_<FLAG>
47 FSL_USB_VER_NONE = -1,
79 unsigned int port_enables;
80 unsigned int workaround;
82 int (*init)(struct platform_device *);
86 unsigned power_budget; /* hcd->power_budget */
128 unsigned int flags;
141 void(*hw_ctrl)(int slot, int enable);
142 int(*voltage_set)(int slot, int vcc, int vpp);
145 /* Returns non-zero if the current suspend operation would
147 * instead of just the clock).
150 int fsl_deep_sleep(void);
152 static inline int fsl_deep_sleep(void) { return 0; } in fsl_deep_sleep()