Home
last modified time | relevance | path

Searched refs:hwreset_t (Results 1 – 25 of 56) sorted by relevance

123

/freebsd/sys/dev/hwreset/
H A Dhwreset.h35 typedef struct hwreset *hwreset_t; typedef
50 hwreset_t *rst);
51 void hwreset_release(hwreset_t rst);
53 int hwreset_assert(hwreset_t rst);
54 int hwreset_deassert(hwreset_t rst);
55 int hwreset_is_asserted(hwreset_t rst, bool *value);
59 hwreset_t *rst);
61 hwreset_t *rst);
H A Dhwreset.c52 hwreset_assert(hwreset_t rst) in hwreset_assert()
59 hwreset_deassert(hwreset_t rst) in hwreset_deassert()
66 hwreset_is_asserted(hwreset_t rst, bool *value) in hwreset_is_asserted()
73 hwreset_release(hwreset_t rst) in hwreset_release()
80 hwreset_t *rst_out) in hwreset_get_by_id()
82 hwreset_t rst; in hwreset_get_by_id()
111 hwreset_t *rst) in hwreset_get_by_ofw_idx()
149 hwreset_t *rst) in hwreset_get_by_ofw_name()
H A Dhwreset_array.c49 hwreset_t *rst_array;
116 resets->rst_array = mallocarray(count, sizeof(hwreset_t), M_HWRESET, in hwreset_array_get_ofw()
/freebsd/sys/dev/usb/controller/
H A Dxlnx_dwc3.c61 hwreset_t rst_crst;
62 hwreset_t rst_hibrst;
63 hwreset_t rst_apbrst;
H A Dgeneric_ehci_fdt.c70 hwreset_t rst;
112 hwreset_t rst; in generic_ehci_fdt_attach()
H A Dgeneric_ohci.c73 hwreset_t rst;
112 hwreset_t rst; in generic_ohci_attach()
/freebsd/sys/arm/qualcomm/
H A Dipq4018_usb_hs_phy.c61 hwreset_t por_rst;
62 hwreset_t srif_rst;
128 hwreset_t por_rst = NULL, srif_rst = NULL; in ipq4018_usb_hs_usbphy_init_phy()
H A Dipq4018_usb_ss_phy.c61 hwreset_t por_rst;
116 hwreset_t por_rst = NULL; in ipq4018_usb_ss_usbphy_init_phy()
/freebsd/sys/dev/uart/
H A Duart_dev_snps.c51 hwreset_t reset;
153 hwreset_t reset; in snps_probe()
247 hwreset_t reset; in snps_detach()
/freebsd/sys/dev/dwc/
H A Dif_dwcvar.h82 hwreset_t rst_stmmaceth;
83 hwreset_t rst_ahb;
/freebsd/sys/arm64/rockchip/
H A Drk_usbphy.c85 hwreset_t hwreset;
148 hwreset_t hwreset; in rk_usbphy_init_phy()
H A Drk_typec_phy.c127 hwreset_t rst_uphy;
128 hwreset_t rst_pipe;
129 hwreset_t rst_tcphy;
H A Drk_pcie.c223 hwreset_t hwreset_core;
224 hwreset_t hwreset_mgmt;
225 hwreset_t hwreset_mgmt_sticky;
226 hwreset_t hwreset_pipe;
227 hwreset_t hwreset_pm;
228 hwreset_t hwreset_aclk;
229 hwreset_t hwreset_pclk;
H A Drk3568_pciephy.c82 hwreset_t phy_reset;
/freebsd/sys/arm/nvidia/
H A Dtegra_pmc.h113 clk_t clk, hwreset_t rst);
H A Dtegra_uart.c61 hwreset_t reset;
H A Dtegra_ehci.c81 hwreset_t reset;
/freebsd/sys/dev/mmc/host/
H A Ddwmmc_var.h93 hwreset_t hwreset;
/freebsd/sys/dev/iicbus/controller/twsi/
H A Da10_twsi.c87 hwreset_t rst; in a10_twsi_attach()
/freebsd/sys/dev/usb/controller/dwc3/
H A Daw_dwc3.c61 hwreset_t rst_bus;
H A Drk_dwc3.c71 hwreset_t rst_usb3;
/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_var.h72 hwreset_t sc_ess_rst;
/freebsd/sys/dev/clk/allwinner/
H A Dccu_de2.c164 hwreset_t rst_de; in ccu_de2_attach()
/freebsd/sys/dev/eqos/
H A Dif_eqos_fdt.c148 hwreset_t eqos_reset; in eqos_fdt_init()
/freebsd/sys/arm/allwinner/
H A Daw_usb3phy.c226 hwreset_t rst; in awusb3phy_attach()

123