Home
last modified time | relevance | path

Searched defs:periph (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/tegra/
H A Dclk-periph.c16 struct tegra_clk_periph *periph = to_clk_periph(hw); in clk_periph_get_parent() local
27 struct tegra_clk_periph *periph = to_clk_periph(hw); in clk_periph_set_parent() local
39 struct tegra_clk_periph *periph = to_clk_periph(hw); in clk_periph_recalc_rate() local
51 struct tegra_clk_periph *periph in clk_periph_round_rate() local
63 struct tegra_clk_periph *periph = to_clk_periph(hw); clk_periph_set_rate() local
74 struct tegra_clk_periph *periph = to_clk_periph(hw); clk_periph_is_enabled() local
85 struct tegra_clk_periph *periph = to_clk_periph(hw); clk_periph_enable() local
96 struct tegra_clk_periph *periph = to_clk_periph(hw); clk_periph_disable() local
105 struct tegra_clk_periph *periph = to_clk_periph(hw); clk_periph_disable_unused() local
114 struct tegra_clk_periph *periph = to_clk_periph(hw); clk_periph_restore_context() local
161 _tegra_clk_register_periph(const char *name, const char * const *parent_names, int num_parents, struct tegra_clk_periph *periph, void __iomem *clk_base, u32 offset, unsigned long flags) _tegra_clk_register_periph() argument
209 tegra_clk_register_periph(const char *name, const char * const *parent_names, int num_parents, struct tegra_clk_periph *periph, void __iomem *clk_base, u32 offset, unsigned long flags) tegra_clk_register_periph() argument
218 tegra_clk_register_periph_nodiv(const char *name, const char * const *parent_names, int num_parents, struct tegra_clk_periph *periph, void __iomem *clk_base, u32 offset) tegra_clk_register_periph_nodiv() argument
[all...]
H A Dclk.h682 struct tegra_clk_periph periph; member
/kernel/linux/linux-5.10/include/linux/usb/
H A Dotg.h96 otg_set_peripheral(struct usb_otg *otg, struct usb_gadget *periph) in otg_set_peripheral() argument
/kernel/linux/linux-6.6/include/linux/usb/
H A Dotg.h96 otg_set_peripheral(struct usb_otg *otg, struct usb_gadget *periph) in otg_set_peripheral() argument
/kernel/linux/linux-6.6/drivers/clk/tegra/
H A Dclk-periph.c16 struct tegra_clk_periph *periph = to_clk_periph(hw); in clk_periph_get_parent() local
27 struct tegra_clk_periph *periph = to_clk_periph(hw); in clk_periph_set_parent() local
39 struct tegra_clk_periph *periph = to_clk_periph(hw); in clk_periph_recalc_rate() local
51 struct tegra_clk_periph *periph in clk_periph_determine_rate() local
69 struct tegra_clk_periph *periph = to_clk_periph(hw); clk_periph_set_rate() local
80 struct tegra_clk_periph *periph = to_clk_periph(hw); clk_periph_is_enabled() local
91 struct tegra_clk_periph *periph = to_clk_periph(hw); clk_periph_enable() local
102 struct tegra_clk_periph *periph = to_clk_periph(hw); clk_periph_disable() local
111 struct tegra_clk_periph *periph = to_clk_periph(hw); clk_periph_disable_unused() local
120 struct tegra_clk_periph *periph = to_clk_periph(hw); clk_periph_restore_context() local
168 _tegra_clk_register_periph(const char *name, const char * const *parent_names, int num_parents, struct tegra_clk_periph *periph, void __iomem *clk_base, u32 offset, unsigned long flags) _tegra_clk_register_periph() argument
216 tegra_clk_register_periph(const char *name, const char * const *parent_names, int num_parents, struct tegra_clk_periph *periph, void __iomem *clk_base, u32 offset, unsigned long flags) tegra_clk_register_periph() argument
225 tegra_clk_register_periph_nodiv(const char *name, const char * const *parent_names, int num_parents, struct tegra_clk_periph *periph, void __iomem *clk_base, u32 offset) tegra_clk_register_periph_nodiv() argument
[all...]
H A Dclk.h678 struct tegra_clk_periph periph; member
/kernel/linux/linux-5.10/drivers/clk/at91/
H A Dclk-peripheral.c49 struct clk_peripheral *periph = to_clk_peripheral(hw); in clk_peripheral_enable() local
64 struct clk_peripheral *periph = to_clk_peripheral(hw); in clk_peripheral_disable() local
77 struct clk_peripheral *periph = to_clk_peripheral(hw); in clk_peripheral_is_enabled() local
101 struct clk_peripheral *periph; in at91_clk_register_peripheral() local
133 clk_sam9x5_peripheral_autodiv(struct clk_sam9x5_peripheral *periph) clk_sam9x5_peripheral_autodiv() argument
160 struct clk_sam9x5_peripheral *periph = to_clk_sam9x5_peripheral(hw); clk_sam9x5_peripheral_enable() local
182 struct clk_sam9x5_peripheral *periph = to_clk_sam9x5_peripheral(hw); clk_sam9x5_peripheral_disable() local
199 struct clk_sam9x5_peripheral *periph = to_clk_sam9x5_peripheral(hw); clk_sam9x5_peripheral_is_enabled() local
219 struct clk_sam9x5_peripheral *periph = to_clk_sam9x5_peripheral(hw); clk_sam9x5_peripheral_recalc_rate() local
262 struct clk_sam9x5_peripheral *periph = to_clk_sam9x5_peripheral(hw); clk_sam9x5_peripheral_determine_rate() local
332 struct clk_sam9x5_peripheral *periph = to_clk_sam9x5_peripheral(hw); clk_sam9x5_peripheral_round_rate() local
374 struct clk_sam9x5_peripheral *periph = to_clk_sam9x5_peripheral(hw); clk_sam9x5_peripheral_set_rate() local
421 struct clk_sam9x5_peripheral *periph; at91_clk_register_sam9x5_peripheral() local
[all...]
/kernel/linux/linux-6.6/drivers/clk/at91/
H A Dclk-peripheral.c50 struct clk_peripheral *periph = to_clk_peripheral(hw); in clk_peripheral_enable() local
65 struct clk_peripheral *periph = to_clk_peripheral(hw); in clk_peripheral_disable() local
78 struct clk_peripheral *periph = to_clk_peripheral(hw); in clk_peripheral_is_enabled() local
103 struct clk_peripheral *periph; in at91_clk_register_peripheral() local
138 clk_sam9x5_peripheral_autodiv(struct clk_sam9x5_peripheral *periph) clk_sam9x5_peripheral_autodiv() argument
163 clk_sam9x5_peripheral_set(struct clk_sam9x5_peripheral *periph, unsigned int status) clk_sam9x5_peripheral_set() argument
187 struct clk_sam9x5_peripheral *periph = to_clk_sam9x5_peripheral(hw); clk_sam9x5_peripheral_enable() local
194 struct clk_sam9x5_peripheral *periph = to_clk_sam9x5_peripheral(hw); clk_sam9x5_peripheral_disable() local
211 struct clk_sam9x5_peripheral *periph = to_clk_sam9x5_peripheral(hw); clk_sam9x5_peripheral_is_enabled() local
231 struct clk_sam9x5_peripheral *periph = to_clk_sam9x5_peripheral(hw); clk_sam9x5_peripheral_recalc_rate() local
274 struct clk_sam9x5_peripheral *periph = to_clk_sam9x5_peripheral(hw); clk_sam9x5_peripheral_determine_rate() local
344 struct clk_sam9x5_peripheral *periph = to_clk_sam9x5_peripheral(hw); clk_sam9x5_peripheral_round_rate() local
386 struct clk_sam9x5_peripheral *periph = to_clk_sam9x5_peripheral(hw); clk_sam9x5_peripheral_set_rate() local
410 struct clk_sam9x5_peripheral *periph = to_clk_sam9x5_peripheral(hw); clk_sam9x5_peripheral_save_context() local
419 struct clk_sam9x5_peripheral *periph = to_clk_sam9x5_peripheral(hw); clk_sam9x5_peripheral_restore_context() local
455 struct clk_sam9x5_peripheral *periph; at91_clk_register_sam9x5_peripheral() local
[all...]
/kernel/linux/linux-6.6/drivers/clk/microchip/
H A Dclk-mpfs.c61 struct clk_gate periph; member
/kernel/linux/linux-5.10/drivers/dma/
H A Dimg-mdc-dma.c123 unsigned int periph; member
/kernel/linux/linux-5.10/drivers/spmi/
H A Dspmi-pmic-arb.c664 u16 periph = hwirq_to_per(d->hwirq); in qpnpint_irq_domain_activate() local
/kernel/linux/linux-6.6/drivers/dma/
H A Dimg-mdc-dma.c122 unsigned int periph; member
/kernel/linux/linux-6.6/drivers/spmi/
H A Dspmi-pmic-arb.c827 u16 periph = hwirq_to_per(d->hwirq); in qpnpint_irq_domain_activate() local

Completed in 14 milliseconds