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

1234567891011>>

/linux-master/drivers/clk/ti/
H A DMakefile5 clk-common = dpll.o composite.o divider.o gate.o \
9 obj-$(CONFIG_SOC_AM33XX) += $(clk-common) clk-33xx.o dpll3xxx.o
10 obj-$(CONFIG_SOC_TI81XX) += $(clk-common) fapll.o clk-814x.o clk-816x.o
11 obj-$(CONFIG_ARCH_OMAP2) += $(clk-common) interface.o clk-2xxx.o
12 obj-$(CONFIG_ARCH_OMAP3) += $(clk-common) interface.o \
14 obj-$(CONFIG_ARCH_OMAP4) += $(clk-common) clk-44xx.o \
16 obj-$(CONFIG_SOC_OMAP5) += $(clk-common) clk-54xx.o \
18 obj-$(CONFIG_SOC_DRA7XX) += $(clk-common) clk-7xx.o \
22 obj-$(CONFIG_SOC_AM43XX) += $(clk-common) dpll3xxx.o clk-43xx.o
/linux-master/drivers/media/platform/mediatek/vcodec/common/
H A DMakefile3 obj-$(CONFIG_VIDEO_MEDIATEK_VCODEC) += mtk-vcodec-common.o
5 mtk-vcodec-common-y := mtk_vcodec_intr.o \
10 mtk-vcodec-common-y += mtk_vcodec_fw_vpu.o
14 mtk-vcodec-common-y += mtk_vcodec_fw_scp.o
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dlink.c74 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
83 ath_dbg(common, RESET,
100 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
105 ath_dbg(common, RESET, "PLL WAR, resetting the chip\n");
122 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
129 if (!test_bit(ATH_OP_BEACONS, &common->op_flags))
151 struct ath_common *common = ath9k_hw_common(ah); local
156 ath_dbg(common, CALIBRATE, "Failed to activate PAPRD\n");
168 ath_dbg(common, CALIBRATE, "Activating PAPRD\n");
177 struct ath_common *common local
220 struct ath_common *common = ath9k_hw_common(ah); local
306 struct ath_common *common = from_timer(common, t, ani.timer); local
424 struct ath_common *common = ath9k_hw_common(ah); local
443 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
452 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
509 struct ath_common *common = ath9k_hw_common(ah); local
[all...]
H A Dcommon-init.h17 int ath9k_cmn_init_channels_rates(struct ath_common *common);
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c171 * @common: Pointer to the driver private structure.
176 bool rsi_is_cipher_wep(struct rsi_common *common) argument
178 if (((common->secinfo.gtk_cipher == WLAN_CIPHER_SUITE_WEP104) ||
179 (common->secinfo.gtk_cipher == WLAN_CIPHER_SUITE_WEP40)) &&
180 (!common->secinfo.ptk_cipher))
239 struct rsi_common *common = adapter->priv; local
242 common->mac_ops_resumed = false;
244 if (common->fsm_state != FSM_MAC_INIT_DONE)
247 if ((common->wow_flags & RSI_WOW_ENABLED) ||
252 if (common
278 struct rsi_common *common = adapter->priv; local
373 struct rsi_common *common = adapter->priv; local
393 struct rsi_common *common = adapter->priv; local
419 struct rsi_common *common = adapter->priv; local
462 struct rsi_common *common = adapter->priv; local
533 struct rsi_common *common = adapter->priv; local
576 struct rsi_common *common = adapter->priv; local
634 struct rsi_common *common = adapter->priv; local
666 struct rsi_common *common = adapter->priv; local
754 struct rsi_common *common = adapter->priv; local
789 struct rsi_common *common = adapter->priv; local
904 struct rsi_common *common = adapter->priv; local
1039 struct rsi_common *common = adapter->priv; local
1094 struct rsi_common *common = adapter->priv; local
1211 struct rsi_common *common = adapter->priv; local
1234 struct rsi_common *common = adapter->priv; local
1270 rsi_perform_cqm(struct rsi_common *common, u8 *bssid, s8 rssi, struct ieee80211_vif *vif) argument
1305 rsi_fill_rx_status(struct ieee80211_hw *hw, struct sk_buff *skb, struct rsi_common *common, struct ieee80211_rx_status *rxs) argument
1376 rsi_indicate_pkt_to_os(struct rsi_common *common, struct sk_buff *skb) argument
1408 struct rsi_common *common = adapter->priv; local
1524 struct rsi_common *common = adapter->priv; local
1594 struct rsi_common *common = adapter->priv; local
1645 struct rsi_common *common = adapter->priv; local
1679 struct rsi_common *common = adapter->priv; local
1711 struct rsi_common *common = adapter->priv; local
1721 rsi_resume_conn_channel(struct rsi_common *common) argument
1748 struct rsi_common *common = from_timer(common, t, roc_timer); local
1767 struct rsi_common *common = adapter->priv; local
1812 struct rsi_common *common = adapter->priv; local
1841 rsi_wow_map_triggers(struct rsi_common *common, struct cfg80211_wowlan *wowlan) argument
1863 struct rsi_common *common = adapter->priv; local
1914 struct rsi_common *common = adapter->priv; local
1932 struct rsi_common *common = adapter->priv; local
1999 rsi_mac80211_attach(struct rsi_common *common) argument
[all...]
/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...]
/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...]
/linux-master/drivers/net/wireless/ath/
H A Dath.h143 void (*wakeup)(struct ath_common *common);
144 void (*restore)(struct ath_common *common);
193 static inline const struct ath_ps_ops *ath_ps_ops(struct ath_common *common) argument
195 return common->ps_ops;
198 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common,
201 bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr);
203 void ath_hw_setbssidmask(struct ath_common *common);
204 void ath_key_delete(struct ath_common *common, u8 hw_key_idx);
205 int ath_key_config(struct ath_common *common,
209 bool ath_hw_keyreset(struct ath_common *common, u1
308 _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...]
/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/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/wireless/realtek/rtlwifi/rtl8192d/
H A DMakefile2 rtl8192d-common-objs := \
11 obj-$(CONFIG_RTL8192D_COMMON) += rtl8192d-common.o

Completed in 183 milliseconds

1234567891011>>