Searched refs:common (Results 76 - 100 of 1304) sorted by relevance

1234567891011>>

/linux-master/drivers/clk/sunxi-ng/
H A Dccu_nm.c30 static unsigned long ccu_nm_find_best(struct ccu_common *common, unsigned long parent, argument
42 if (ccu_is_better_rate(common, rate, tmp_rate, best_rate)) {
60 return ccu_gate_helper_disable(&nm->common, nm->enable);
67 return ccu_gate_helper_enable(&nm->common, nm->enable);
74 return ccu_gate_helper_is_enabled(&nm->common, nm->enable);
85 if (ccu_frac_helper_is_enabled(&nm->common, &nm->frac)) {
86 rate = ccu_frac_helper_read_rate(&nm->common, &nm->frac);
88 if (nm->common.features & CCU_FEATURE_FIXED_POSTDIV)
94 reg = readl(nm->common.base + nm->common
[all...]
H A Dccu-sun9i-a80-usb.c39 &bus_hci0_clk.common,
40 &usb_ohci0_clk.common,
41 &bus_hci1_clk.common,
42 &bus_hci2_clk.common,
43 &usb_ohci2_clk.common,
45 &usb0_phy_clk.common,
46 &usb1_hsic_clk.common,
47 &usb1_phy_clk.common,
48 &usb2_hsic_clk.common,
49 &usb2_phy_clk.common,
[all...]
H A Dccu_mux.c17 static u16 ccu_mux_get_prediv(struct ccu_common *common, argument
24 if (!((common->features & CCU_FEATURE_FIXED_PREDIV) ||
25 (common->features & CCU_FEATURE_VARIABLE_PREDIV) ||
26 (common->features & CCU_FEATURE_ALL_PREDIV)))
29 if (common->features & CCU_FEATURE_ALL_PREDIV)
30 return common->prediv;
32 reg = readl(common->base + common->reg);
38 if (common->features & CCU_FEATURE_FIXED_PREDIV) {
46 if (common
62 ccu_mux_helper_apply_prediv(struct ccu_common *common, struct ccu_mux_internal *cm, int parent_index, unsigned long parent_rate) argument
71 ccu_mux_helper_unapply_prediv(struct ccu_common *common, struct ccu_mux_internal *cm, int parent_index, unsigned long parent_rate) argument
79 ccu_mux_helper_determine_rate(struct ccu_common *common, struct ccu_mux_internal *cm, struct clk_rate_request *req, unsigned long (*round)(struct ccu_mux_internal *, struct clk_hw *, unsigned long *, unsigned long, void *), void *data) argument
160 ccu_mux_helper_get_parent(struct ccu_common *common, struct ccu_mux_internal *cm) argument
183 ccu_mux_helper_set_parent(struct ccu_common *common, struct ccu_mux_internal *cm, u8 index) argument
[all...]
H A Dccu_div.c21 if (cd->common.features & CCU_FEATURE_FIXED_POSTDIV)
24 rate = divider_round_rate_parent(&cd->common.hw, parent,
29 if (cd->common.features & CCU_FEATURE_FIXED_POSTDIV)
39 return ccu_gate_helper_disable(&cd->common, cd->enable);
46 return ccu_gate_helper_enable(&cd->common, cd->enable);
53 return ccu_gate_helper_is_enabled(&cd->common, cd->enable);
63 reg = readl(cd->common.base + cd->common.reg);
67 parent_rate = ccu_mux_helper_apply_prediv(&cd->common, &cd->mux, -1,
73 if (cd->common
[all...]
H A Dccu_gate.h16 struct ccu_common common; member in struct:ccu_gate
22 .common = { \
34 .common = { \
46 .common = { \
62 .common = { \
75 .common = { \
89 .common = { \
103 .common = { \
116 struct ccu_common *common = hw_to_ccu_common(hw); local
118 return container_of(common, struc
[all...]
H A Dccu_nk.h30 struct ccu_common common; member in struct:ccu_nk
44 .common = { \
56 struct ccu_common *common = hw_to_ccu_common(hw); local
58 return container_of(common, struct ccu_nk, common);
/linux-master/drivers/acpi/acpica/
H A Dpstree.c52 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode);
71 arg = op->common.value.arg;
74 arg = arg->common.next;
107 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode);
113 op->common.aml_opcode));
128 if (op->common.value.arg) {
132 prev_arg = op->common.value.arg;
133 while (prev_arg->common.next) {
134 prev_arg = prev_arg->common.next;
136 prev_arg->common
[all...]
H A Ddsutils.c167 if ((!op->common.parent) ||
168 (op->common.parent->common.aml_opcode == AML_SCOPE_OP)) {
174 acpi_ps_get_opcode_name(op->common.
182 acpi_ps_get_opcode_info(op->common.parent->common.aml_opcode);
197 switch (op->common.parent->common.aml_opcode) {
210 if ((walk_state->control_state->common.state ==
238 if ((op->common
[all...]
/linux-master/drivers/net/wireless/ath/
H A Dath.h143 void (*wakeup)(struct ath_common *common);
144 void (*restore)(struct ath_common *common);
191 static inline const struct ath_ps_ops *ath_ps_ops(struct ath_common *common) argument
193 return common->ps_ops;
196 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common,
199 bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr);
201 void ath_hw_setbssidmask(struct ath_common *common);
202 void ath_key_delete(struct ath_common *common, u8 hw_key_idx);
203 int ath_key_config(struct ath_common *common,
207 bool ath_hw_keyreset(struct ath_common *common, u1
306 _ath_dbg(struct ath_common *common, enum ATH_DEBUG dbg_mask, const char *fmt, ...) argument
[all...]
/linux-master/drivers/clk/sprd/
H A Dmux.c14 u8 sprd_mux_helper_get_parent(const struct sprd_clk_common *common, argument
22 regmap_read(common->regmap, common->reg, &reg);
29 num_parents = clk_hw_get_num_parents(&common->hw);
43 return sprd_mux_helper_get_parent(&cm->common, &cm->mux);
46 int sprd_mux_helper_set_parent(const struct sprd_clk_common *common, argument
55 regmap_read(common->regmap, common->reg, &reg);
57 regmap_write(common->regmap, common
[all...]
H A Dgate.c15 const struct sprd_clk_common *common = &sg->common; local
21 regmap_read(common->regmap, common->reg, &reg);
28 regmap_write(common->regmap, common->reg, reg);
33 const struct sprd_clk_common *common = &sg->common; local
41 * common->reg - base register
42 * common
96 struct sprd_clk_common *common = &sg->common; local
[all...]
/linux-master/drivers/clk/actions/
H A Dowl-divider.c16 long owl_divider_helper_round_rate(struct owl_clk_common *common, argument
21 return divider_round_rate(&common->hw, rate, parent_rate,
31 return owl_divider_helper_round_rate(&div->common, &div->div_hw,
35 unsigned long owl_divider_helper_recalc_rate(struct owl_clk_common *common, argument
42 regmap_read(common->regmap, div_hw->reg, &reg);
46 return divider_recalc_rate(&common->hw, parent_rate,
57 return owl_divider_helper_recalc_rate(&div->common,
61 int owl_divider_helper_set_rate(const struct owl_clk_common *common, argument
72 regmap_read(common->regmap, div_hw->reg, &reg);
75 regmap_write(common
[all...]
H A Dowl-factor.h14 #include "owl-common.h"
32 struct owl_clk_common common; member in struct:owl_factor
49 .common = { \
62 struct owl_clk_common *common = hw_to_owl_clk_common(hw); local
64 return container_of(common, struct owl_factor, common);
67 long owl_factor_helper_round_rate(struct owl_clk_common *common,
72 unsigned long owl_factor_helper_recalc_rate(struct owl_clk_common *common,
76 int owl_factor_helper_set_rate(const struct owl_clk_common *common,
H A Dowl-divider.h14 #include "owl-common.h"
26 struct owl_clk_common common; member in struct:owl_divider
43 .common = { \
54 struct owl_clk_common *common = hw_to_owl_clk_common(hw); local
56 return container_of(common, struct owl_divider, common);
59 long owl_divider_helper_round_rate(struct owl_clk_common *common,
64 unsigned long owl_divider_helper_recalc_rate(struct owl_clk_common *common,
68 int owl_divider_helper_set_rate(const struct owl_clk_common *common,
H A Dowl-gate.h14 #include "owl-common.h"
24 struct owl_clk_common common; member in struct:owl_gate
38 .common = { \
51 .common = { \
61 struct owl_clk_common *common = hw_to_owl_clk_common(hw); local
63 return container_of(common, struct owl_gate, common);
66 void owl_gate_set(const struct owl_clk_common *common,
68 int owl_gate_clk_is_enabled(const struct owl_clk_common *common,
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dcommon-init.h17 int ath9k_cmn_init_channels_rates(struct ath_common *common);
/linux-master/arch/powerpc/sysdev/xive/
H A DMakefile3 obj-y += common.o
/linux-master/drivers/iio/common/hid-sensors/
H A DMakefile3 # Makefile for the Hid sensor common modules.
6 obj-$(CONFIG_HID_SENSOR_IIO_COMMON) += hid-sensor-iio-common.o
8 hid-sensor-iio-common-y := hid-sensor-attributes.o
/linux-master/drivers/media/mmc/siano/
H A DMakefile4 ccflags-y += -I $(srctree)/drivers/media/common/siano
/linux-master/drivers/net/ethernet/cavium/
H A DMakefile5 obj-$(CONFIG_NET_VENDOR_CAVIUM) += common/
/linux-master/arch/mips/loongson2ef/
H A DMakefile6 obj-$(CONFIG_MACH_LOONGSON2EF) += common/
/linux-master/sound/soc/sof/mediatek/
H A DMakefile2 obj-$(CONFIG_SND_SOC_SOF_MTK_COMMON) += mtk-adsp-common.o
/linux-master/tools/perf/trace/beauty/
H A Dpkey_alloc_access_rights.sh8 grep -E $regex ${header_dir}/mman-common.h | \
/linux-master/drivers/platform/x86/intel/int3472/
H A DMakefile3 intel_skl_int3472_discrete-y := discrete.o clk_and_regulator.o led.o common.o
4 intel_skl_int3472_tps68470-y := tps68470.o tps68470_board_data.o common.o
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tc_matchall.c12 NL_SET_ERR_MSG_MOD(f->common.extack,
22 f->common.extack);
25 ingress, f->common.extack);
27 return lan966x_goto_port_add(port, f->common.chain_index,
29 f->common.extack);
31 NL_SET_ERR_MSG_MOD(f->common.extack,
45 f->common.extack);
49 f->common.extack);
51 return lan966x_goto_port_del(port, f->cookie, f->common.extack);
67 NL_SET_ERR_MSG_MOD(f->common
[all...]

Completed in 205 milliseconds

1234567891011>>