| /OK3568_Linux_fs/kernel/sound/ |
| H A D | ac97_bus.c | 60 if (try_warm && ops->warm_reset) { in snd_ac97_reset() 61 ops->warm_reset(ac97); in snd_ac97_reset() 68 if (ops->warm_reset) in snd_ac97_reset() 69 ops->warm_reset(ac97); in snd_ac97_reset()
|
| /OK3568_Linux_fs/kernel/sound/ac97/ |
| H A D | snd_ac97_compat.c | 34 if (actrl->ops->warm_reset) in compat_ac97_warm_reset() 35 actrl->ops->warm_reset(actrl); in compat_ac97_warm_reset() 58 .warm_reset = compat_ac97_warm_reset,
|
| H A D | bus.c | 264 ac97_ctrl->ops->warm_reset(ac97_ctrl); in warm_reset_store() 268 static DEVICE_ATTR_WO(warm_reset);
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | st_lpc_wdt.c | 48 bool warm_reset; member 72 st_wdog->warm_reset); in st_wdog_setup() 203 st_wdog->warm_reset = of_property_read_bool(np, "st,warm_reset"); in st_wdog_probe() 237 st_wdog->warm_reset ? "warm" : "cold"); in st_wdog_probe()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/ |
| H A D | reset.c | 22 u32 __weak warm_reset(void) in warm_reset() function
|
| H A D | emif-common.c | 339 if (warm_reset()) { in dra7_ddr3_init() 1113 if (!(running_from_sdram() || warm_reset())) { in emif_get_device_details() 1189 if (!in_sdram && (!warm_reset() || is_dra7xx())) { in do_sdram_init() 1199 if (warm_reset() && (emif_sdram_type(regs->sdram_config) == in do_sdram_init() 1437 if ((sdram_type == EMIF_SDRAM_TYPE_LPDDR2) && !warm_reset()) in sdram_init() 1452 if (!(in_sdram || warm_reset())) { in sdram_init() 1496 (!in_sdram && !warm_reset()) && (!is_dra7xx())) { in sdram_init()
|
| H A D | hwinit-common.c | 151 if (warm_reset()) in early_system_init()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | platform-quirks.c | 12 x86_platform.legacy.warm_reset = 1; in x86_early_init_platform_quirks()
|
| H A D | jailhouse.c | 215 x86_platform.legacy.warm_reset = 0; in jailhouse_init_platform()
|
| /OK3568_Linux_fs/kernel/drivers/hid/intel-ish-hid/ishtp/ |
| H A D | bus.h | 69 bool warm_reset);
|
| H A D | bus.c | 731 bool warm_reset) in ishtp_bus_remove_all_clients() argument 771 if (warm_reset && cl_device->reference_count) in ishtp_bus_remove_all_clients()
|
| /OK3568_Linux_fs/kernel/include/sound/ac97/ |
| H A D | controller.h | 56 void (*warm_reset)(struct ac97_controller *adrv); member
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap4/ |
| H A D | sys_proto.h | 68 u32 warm_reset(void);
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap5/ |
| H A D | sys_proto.h | 68 u32 warm_reset(void);
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/netlogic/ |
| H A D | psb-bootinfo.h | 46 uint64_t warm_reset; member
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap4/ |
| H A D | boot.c | 71 if (!warm_reset()) in omap_reboot_mode()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap3/ |
| H A D | sys_proto.h | 75 u32 warm_reset(void);
|
| /OK3568_Linux_fs/kernel/drivers/mailbox/ |
| H A D | mtk-cmdq-mailbox.c | 132 u32 warm_reset; in cmdq_thread_reset() local 136 warm_reset, !(warm_reset & CMDQ_THR_DO_WARM_RESET), in cmdq_thread_reset()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | x86_init.h | 225 int warm_reset; member
|
| /OK3568_Linux_fs/kernel/sound/soc/pxa/ |
| H A D | pxa2xx-ac97.c | 57 .warm_reset = pxa2xx_ac97_warm_reset,
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-usb-lvstest | 55 What: /sys/bus/usb/devices/.../warm_reset
|
| /OK3568_Linux_fs/kernel/sound/soc/sh/ |
| H A D | hac.c | 232 .warm_reset = hac_ac97_warmrst,
|
| /OK3568_Linux_fs/kernel/sound/soc/fsl/ |
| H A D | mpc5200_psc_ac97.c | 134 .warm_reset = psc_ac97_warm_reset,
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | ac97_codec.h | 191 void (*warm_reset)(struct snd_ac97 *ac97); member
|
| /OK3568_Linux_fs/kernel/sound/soc/au1x/ |
| H A D | ac97c.c | 187 .warm_reset = au1xac97c_ac97_warm_reset,
|