Home
last modified time | relevance | path

Searched defs:common (Results 51 - 75 of 727) sorted by relevance

12345678910>>...30

/kernel/linux/linux-6.6/include/net/tc_act/
H A Dtc_bpf.h13 struct tc_action common; member
H A Dtc_connmark.h14 struct tc_action common; member
/kernel/linux/linux-6.6/drivers/staging/media/deprecated/atmel/
H A DMakefile
/kernel/linux/linux-6.6/drivers/clk/sunxi-ng/
H A Dccu_nkmp.h32 struct ccu_common common; member
59 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_nkmp() local
H A Dccu_nk.h30 struct ccu_common common; member
56 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_nk() local
H A Dccu_phase.h17 struct ccu_common common; member
35 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_phase() local
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Delfcore-compat.h17 struct compat_elf_prstatus_common common; member
/kernel/linux/linux-6.6/drivers/media/platform/microchip/
H A DMakefile
/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/
H A Dccu_sdm.c12 bool ccu_sdm_helper_is_enabled(struct ccu_common *common, in ccu_sdm_helper_is_enabled() argument
24 void ccu_sdm_helper_enable(struct ccu_common *common, in ccu_sdm_helper_enable() argument
53 ccu_sdm_helper_disable(struct ccu_common *common, struct ccu_sdm_internal *sdm) ccu_sdm_helper_disable() argument
90 ccu_sdm_helper_has_rate(struct ccu_common *common, struct ccu_sdm_internal *sdm, unsigned long rate) ccu_sdm_helper_has_rate() argument
106 ccu_sdm_helper_read_rate(struct ccu_common *common, struct ccu_sdm_internal *sdm, u32 m, u32 n) ccu_sdm_helper_read_rate() argument
136 ccu_sdm_helper_get_factors(struct ccu_common *common, struct ccu_sdm_internal *sdm, unsigned long rate, unsigned long *m, unsigned long *n) ccu_sdm_helper_get_factors() argument
[all...]
H A Dccu_frac.c13 bool ccu_frac_helper_is_enabled(struct ccu_common *common, in ccu_frac_helper_is_enabled() argument
22 void ccu_frac_helper_enable(struct ccu_common *common, in ccu_frac_helper_enable() argument
37 ccu_frac_helper_disable(struct ccu_common *common, struct ccu_frac_internal *cf) ccu_frac_helper_disable() argument
52 ccu_frac_helper_has_rate(struct ccu_common *common, struct ccu_frac_internal *cf, unsigned long rate) ccu_frac_helper_has_rate() argument
62 ccu_frac_helper_read_rate(struct ccu_common *common, struct ccu_frac_internal *cf) ccu_frac_helper_read_rate() argument
83 ccu_frac_helper_set_rate(struct ccu_common *common, struct ccu_frac_internal *cf, unsigned long rate, u32 lock) ccu_frac_helper_set_rate() argument
[all...]
H A Dccu_nkm.h31 struct ccu_common common; member
78 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_nkm() local
H A Dccu_mp.h31 struct ccu_common common; member
87 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_mp() local
H A Dccu_gate.h16 struct ccu_common common; member
86 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_gate() local
[all...]
/kernel/linux/linux-5.10/drivers/clk/actions/
H A Dowl-divider.c16 long owl_divider_helper_round_rate(struct owl_clk_common *common, in owl_divider_helper_round_rate() argument
35 unsigned long owl_divider_helper_recalc_rate(struct owl_clk_common *common, in owl_divider_helper_recalc_rate() argument
61 int owl_divider_helper_set_rate(const struct owl_clk_common *common, in owl_divider_helper_set_rate() argument
[all...]
H A Dowl-divider.h26 struct owl_clk_common common; member
54 struct owl_clk_common *common = hw_to_owl_clk_common(hw); in hw_to_owl_divider() local
H A Dowl-gate.c16 void owl_gate_set(const struct owl_clk_common *common, in owl_gate_set() argument
37 struct owl_clk_common *common = &gate->common; in owl_gate_disable() local
45 struct owl_clk_common *common = &gate->common; in owl_gate_enable() local
52 int owl_gate_clk_is_enabled(const struct owl_clk_common *common, in owl_gate_clk_is_enabled() argument
68 struct owl_clk_common *common = &gate->common; owl_gate_is_enabled() local
[all...]
H A Dowl-mux.c16 u8 owl_mux_helper_get_parent(const struct owl_clk_common *common, in owl_mux_helper_get_parent() argument
36 int owl_mux_helper_set_parent(const struct owl_clk_common *common, in owl_mux_helper_set_parent() argument
H A Dowl-gate.h24 struct owl_clk_common common; member
61 struct owl_clk_common *common = hw_to_owl_clk_common(hw); in hw_to_owl_gate() local
H A Dowl-mux.h24 struct owl_clk_common common; member
49 struct owl_clk_common *common = hw_to_owl_clk_common(hw); in hw_to_owl_mux() local
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-trng.c32 u32 common; in sun8i_ce_trng_read() local
/kernel/linux/linux-5.10/drivers/clk/sprd/
H A Dcomposite.h18 struct sprd_clk_common common; member
61 struct sprd_clk_common *common = hw_to_sprd_clk_common(hw); in hw_to_sprd_comp() local
H A Ddiv.c12 long sprd_div_helper_round_rate(struct sprd_clk_common *common, in sprd_div_helper_round_rate() argument
31 unsigned long sprd_div_helper_recalc_rate(struct sprd_clk_common *common, in sprd_div_helper_recalc_rate() argument
55 int sprd_div_helper_set_rate(const struct sprd_clk_common *common, in sprd_div_helper_set_rate() argument
[all...]
H A Dmux.h29 struct sprd_clk_common common; member
75 struct sprd_clk_common *common = hw_to_sprd_clk_common(hw); in hw_to_sprd_mux() local
H A Dmux.c14 u8 sprd_mux_helper_get_parent(const struct sprd_clk_common *common, in sprd_mux_helper_get_parent() argument
46 int sprd_mux_helper_set_parent(const struct sprd_clk_common *common, in sprd_mux_helper_set_parent() argument
[all...]
H A Ddiv.h35 struct sprd_clk_common common; member
62 struct sprd_clk_common *common = hw_to_sprd_clk_common(hw); in hw_to_sprd_div() local

Completed in 10 milliseconds

12345678910>>...30