/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk-aspeed.h | 10 #include <linux/reset-controller.h> 19 * @reset_idx: bit used to reset this IP in the reset register. -1 if no 20 * reset is required when enabling the clock 38 * @reset_idx: bit used to reset this IP in the reset register. -1 if no 39 * reset is required when enabling the clock 43 * Some of the clocks in the Aspeed SoC must be put in reset before enabling. 44 * This modified version of clk_gate allows an optional reset bit to be 59 * struct aspeed_reset - Aspeed reset controlle [all...] |
/kernel/linux/linux-5.10/arch/hexagon/kernel/ |
H A D | Makefile | 7 obj-y += process.o trampoline.o reset.o ptrace.o vdso.o
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | omap_hwmod_2xxx_3xxx_ipblock_data.c | 77 .reset = &omap_hdq1w_reset,
|
/kernel/linux/linux-5.10/arch/mips/ralink/ |
H A D | Makefile | 7 obj-y := prom.o of.o reset.o
|
/kernel/linux/linux-5.10/arch/mips/sgi-ip22/ |
H A D | ip22-hpc.c | 62 sgioc->reset = sgi_ioc_reset; in sgihpc_init()
|
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/ |
H A D | bootx.h | 130 #pragma options align=reset
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | pxa2xx.c | 18 #include <mach/reset.h>
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | Makefile | 5 main.o mcg.o mr.o pd.o port.o profile.o qp.o reset.o sense.o \
|
/kernel/linux/linux-6.6/arch/hexagon/kernel/ |
H A D | Makefile | 8 obj-y += process.o trampoline.o reset.o ptrace.o vdso.o
|
/kernel/linux/linux-6.6/arch/arm/mach-mvebu/ |
H A D | Makefile | 7 obj-y += cpu-reset.o board-v7.o coherency.o coherency_ll.o pmsu.o pmsu_ll.o
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | omap_hwmod_2xxx_3xxx_ipblock_data.c | 77 .reset = &omap_hdq1w_reset,
|
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/ |
H A D | bootx.h | 130 #pragma options align=reset
|
/kernel/linux/linux-6.6/arch/mips/ralink/ |
H A D | Makefile | 7 obj-y := prom.o of.o reset.o
|
/kernel/linux/linux-6.6/arch/mips/sgi-ip22/ |
H A D | ip22-hpc.c | 62 sgioc->reset = sgi_ioc_reset; in sgihpc_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
H A D | g98.c | 61 .reset = g98_mc_reset,
|
H A D | g84.c | 61 .reset = g84_mc_reset,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
H A D | gf100.c | 51 .reset = gf100_pmu_reset,
|
/kernel/linux/linux-5.10/drivers/media/platform/davinci/ |
H A D | ccdc_hw_device.h | 28 /* reset sbl. only for 6446 */ 29 void (*reset) (void); member
|
/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | pwrseq.h | 20 void (*reset)(struct mmc_host *host); member
|
/kernel/linux/linux-5.10/drivers/iio/pressure/ |
H A D | ms5611.h | 48 int (*reset)(struct ms5611_state *st); member
|
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/ |
H A D | gth.h | 22 /* port in reset state */ 23 TH_OUTPUT_PARM(reset),
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_sriov.h | 39 int bnxt_cfg_hw_sriov(struct bnxt *bp, int *num_vfs, bool reset);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/wiznet/ |
H A D | w5100.h | 25 int (*reset)(struct net_device *ndev); member
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | usb-omap.h | 82 void (*reset)(void); member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | reset-controller.h | 10 * struct reset_control_ops - reset controller driver callbacks 12 * @reset: for self-deasserting resets, does all necessary 13 * things to reset the device 14 * @assert: manually assert the reset line, if supported 15 * @deassert: manually deassert the reset line, if supported 16 * @status: return the status of the reset line, if supported 19 int (*reset)(struct reset_controller_dev *rcdev, unsigned long id); member 32 * @list: internal list of all reset lookup entries 33 * @provider: name of the reset controller device controlling this reset lin [all...] |