Searched refs:common (Results 51 - 75 of 1304) sorted by relevance

1234567891011>>

/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_core.c25 * @common: Pointer to the driver private structure.
29 static u8 rsi_determine_min_weight_queue(struct rsi_common *common) argument
31 struct wmm_qinfo *tx_qinfo = common->tx_qinfo;
36 q_len = skb_queue_len(&common->tx_queue[ii]);
38 common->min_weight = tx_qinfo[ii].weight;
48 * @common: Pointer to the driver private structure.
52 static bool rsi_recalculate_weights(struct rsi_common *common) argument
54 struct wmm_qinfo *tx_qinfo = common->tx_qinfo;
60 q_len = skb_queue_len(&common->tx_queue[ii]);
65 ((tx_qinfo[ii].weight > common
91 rsi_get_num_pkts_dequeue(struct rsi_common *common, u8 q_num) argument
138 rsi_core_determine_hal_queue(struct rsi_common *common) argument
218 rsi_core_queue_pkt(struct rsi_common *common, struct sk_buff *skb) argument
240 rsi_core_dequeue_pkt(struct rsi_common *common, u8 q_num) argument
261 rsi_core_qos_processor(struct rsi_common *common) argument
338 rsi_find_sta(struct rsi_common *common, u8 *mac_addr) argument
374 rsi_core_xmit(struct rsi_common *common, struct sk_buff *skb) argument
[all...]
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-sun8i-r.c43 .common = {
53 static CLK_FIXED_FACTOR_HW(ahb0_clk, "ahb0", &ar100_clk.common.hw, 1, 1, 0);
62 static const struct clk_hw *apb0_gate_parent[] = { &apb0_clk.common.hw };
107 .common = {
118 &ar100_clk.common,
119 &apb0_clk.common,
120 &apb0_pio_clk.common,
121 &apb0_ir_clk.common,
122 &apb0_timer_clk.common,
123 &apb0_rsb_clk.common,
[all...]
H A Dccu-sun8i-de2.c57 &mixer0_clk.common,
58 &mixer1_clk.common,
59 &wb_clk.common,
60 &rot_clk.common,
62 &bus_mixer0_clk.common,
63 &bus_mixer1_clk.common,
64 &bus_wb_clk.common,
65 &bus_rot_clk.common,
67 &mixer0_div_clk.common,
68 &mixer1_div_clk.common,
[all...]
H A Dccu-sun50i-h6-r.c43 .common = {
53 static CLK_FIXED_FACTOR_HW(r_ahb_clk, "r-ahb", &ar100_clk.common.hw, 1, 1, 0);
68 .common = {
130 &ar100_clk.common,
131 &r_apb1_clk.common,
132 &r_apb2_clk.common,
133 &r_apb1_timer_clk.common,
134 &r_apb1_twd_clk.common,
135 &r_apb1_pwm_clk.common,
136 &r_apb2_uart_clk.common,
[all...]
H A Dccu_frac.h27 bool ccu_frac_helper_is_enabled(struct ccu_common *common,
29 void ccu_frac_helper_enable(struct ccu_common *common,
31 void ccu_frac_helper_disable(struct ccu_common *common,
34 bool ccu_frac_helper_has_rate(struct ccu_common *common,
38 unsigned long ccu_frac_helper_read_rate(struct ccu_common *common,
41 int ccu_frac_helper_set_rate(struct ccu_common *common,
H A Dccu_sdm.h51 bool ccu_sdm_helper_is_enabled(struct ccu_common *common,
53 void ccu_sdm_helper_enable(struct ccu_common *common,
56 void ccu_sdm_helper_disable(struct ccu_common *common,
59 bool ccu_sdm_helper_has_rate(struct ccu_common *common,
63 unsigned long ccu_sdm_helper_read_rate(struct ccu_common *common,
67 int ccu_sdm_helper_get_factors(struct ccu_common *common,
/linux-master/drivers/clk/actions/
H A Dowl-mux.h14 #include "owl-common.h"
24 struct owl_clk_common common; member in struct:owl_mux
38 .common = { \
49 struct owl_clk_common *common = hw_to_owl_clk_common(hw); local
51 return container_of(common, struct owl_mux, common);
54 u8 owl_mux_helper_get_parent(const struct owl_clk_common *common,
56 int owl_mux_helper_set_parent(const struct owl_clk_common *common,
/linux-master/arch/arm/mach-omap2/
H A DMakefile8 common.o dma.o omap-headsmp.o sram.o
10 hwmod-common = omap_hwmod.o \
15 clock-common = clock.o
16 secure-common = omap-smc.o omap-secure.o
18 obj-$(CONFIG_ARCH_OMAP2) += $(omap-2-3-common) $(hwmod-common)
19 obj-$(CONFIG_ARCH_OMAP3) += $(omap-2-3-common) $(hwmod-common) $(secure-common)
20 obj-$(CONFIG_ARCH_OMAP4) += $(secure-common)
[all...]
/linux-master/drivers/acpi/acpica/
H A Dpsparse.c129 if (op->common.parent) {
130 prev = op->common.parent->common.value.arg;
143 acpi_ps_get_opcode_info(op->common.parent->common.
158 op->common.aml);
169 if ((op->common.parent->common.aml_opcode ==
171 || (op->common.parent->common
[all...]
/linux-master/drivers/net/wireless/ath/
H A Dkey.c25 #define REG_READ (common->ops->read)
26 #define REG_WRITE(_ah, _reg, _val) (common->ops->write)(_ah, _val, _reg)
28 if (common->ops->enable_write_buffer) \
29 common->ops->enable_write_buffer((_ah));
32 if (common->ops->write_flush) \
33 common->ops->write_flush((_ah));
42 bool ath_hw_keyreset(struct ath_common *common, u16 entry) argument
45 void *ah = common->ah;
47 if (entry >= common->keymax) {
48 ath_err(common, "keyrese
87 ath_hw_keysetmac(struct ath_common *common, u16 entry, const u8 *mac) argument
129 ath_hw_set_keycache_entry(struct ath_common *common, u16 entry, const struct ath_keyval *k, const u8 *mac) argument
339 ath_setkey_tkip(struct ath_common *common, u16 keyix, const u8 *key, struct ath_keyval *hk, const u8 *addr, bool authenticator) argument
386 ath_reserve_key_cache_slot_tkip(struct ath_common *common) argument
405 ath_reserve_key_cache_slot(struct ath_common *common, u32 cipher) argument
473 ath_key_config(struct ath_common *common, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct ieee80211_key_conf *key) argument
584 ath_key_delete(struct ath_common *common, u8 hw_key_idx) argument
[all...]
/linux-master/drivers/usb/gadget/function/
H A Df_mass_storage.c295 struct fsg_common *common; member in struct:fsg_dev
309 static inline int __fsg_is_set(struct fsg_common *common, argument
312 if (common->fsg)
314 ERROR(common, "common->fsg is NULL in %s at %u\n", func, line);
319 #define fsg_is_set(common) likely(__fsg_is_set(common, __func__, __LINE__))
326 static int exception_in_progress(struct fsg_common *common) argument
328 return common->state > FSG_STATE_NORMAL;
332 static void set_bulk_out_req_length(struct fsg_common *common, argument
366 __raise_exception(struct fsg_common *common, enum fsg_state new_state, void *arg) argument
388 raise_exception(struct fsg_common *common, enum fsg_state new_state) argument
395 ep0_queue(struct fsg_common *common) argument
416 struct fsg_common *common = ep->driver_data; local
432 struct fsg_common *common = ep->driver_data; local
447 _fsg_common_get_max_lun(struct fsg_common *common) argument
546 start_in_transfer(struct fsg_common *common, struct fsg_buffhd *bh) argument
564 start_out_transfer(struct fsg_common *common, struct fsg_buffhd *bh) argument
582 sleep_thread(struct fsg_common *common, bool can_freeze, struct fsg_buffhd *bh) argument
606 do_read(struct fsg_common *common) argument
737 do_write(struct fsg_common *common) argument
926 do_synchronize_cache(struct fsg_common *common) argument
952 do_verify(struct fsg_common *common) argument
1053 do_inquiry(struct fsg_common *common, struct fsg_buffhd *bh) argument
1083 do_request_sense(struct fsg_common *common, struct fsg_buffhd *bh) argument
1136 do_read_capacity(struct fsg_common *common, struct fsg_buffhd *bh) argument
1159 do_read_capacity_16(struct fsg_common *common, struct fsg_buffhd *bh) argument
1181 do_read_header(struct fsg_common *common, struct fsg_buffhd *bh) argument
1203 do_read_toc(struct fsg_common *common, struct fsg_buffhd *bh) argument
1277 do_mode_sense(struct fsg_common *common, struct fsg_buffhd *bh) argument
1363 do_start_stop(struct fsg_common *common) argument
1413 do_prevent_allow(struct fsg_common *common) argument
1437 do_read_format_capacities(struct fsg_common *common, struct fsg_buffhd *bh) argument
1454 do_mode_select(struct fsg_common *common, struct fsg_buffhd *bh) argument
1512 throw_away_data(struct fsg_common *common) argument
1561 finish_reply(struct fsg_common *common) argument
1663 send_status(struct fsg_common *common) argument
1723 check_command(struct fsg_common *common, int cmnd_size, enum data_direction data_dir, unsigned int mask, int needs_medium, const char *name) argument
1852 check_command_size_in_blocks(struct fsg_common *common, int cmnd_size, enum data_direction data_dir, unsigned int mask, int needs_medium, const char *name) argument
1862 do_scsi_command(struct fsg_common *common) argument
2186 struct fsg_common *common = fsg->common; local
2254 get_next_command(struct fsg_common *common) argument
2291 alloc_request(struct fsg_common *common, struct usb_ep *ep, struct usb_request **preq) argument
2302 do_set_interface(struct fsg_common *common, struct fsg_dev *new_fsg) argument
2426 handle_exception(struct fsg_common *common) argument
2563 struct fsg_common *common = common_; local
2699 fsg_common_setup(struct fsg_common *common) argument
2720 fsg_common_set_sysfs(struct fsg_common *common, bool sysfs) argument
2738 fsg_common_set_num_buffers(struct fsg_common *common, unsigned int n) argument
2787 _fsg_common_remove_luns(struct fsg_common *common, int n) argument
2798 fsg_common_remove_luns(struct fsg_common *common) argument
2804 fsg_common_free_buffers(struct fsg_common *common) argument
2811 fsg_common_set_cdev(struct fsg_common *common, struct usb_composite_dev *cdev, bool can_stall) argument
2871 fsg_common_create_lun(struct fsg_common *common, struct fsg_lun_config *cfg, unsigned int id, const char *name, const char **name_pfx) argument
2954 fsg_common_create_luns(struct fsg_common *common, struct fsg_config *cfg) argument
2978 fsg_common_set_inquiry_string(struct fsg_common *common, const char *vn, const char *pn) argument
2995 fsg_common_release(struct fsg_common *common) argument
3026 struct fsg_common *common = fsg->common; local
3126 struct fsg_common *common = fsg->common; local
3555 struct fsg_common *common = opts->common; local
[all...]
/linux-master/arch/mips/sibyte/
H A DMakefile6 obj-$(CONFIG_SIBYTE_BCM112X) += common/
8 obj-$(CONFIG_SIBYTE_SB1250) += common/
10 obj-$(CONFIG_SIBYTE_BCM1x80) += common/
/linux-master/drivers/media/platform/ti/davinci/
H A Dvpif_display.c75 struct common_obj *common; local
77 common = &ch->common[VPIF_VIDEO_INDEX];
79 vb2_set_plane_payload(vb, 0, common->fmt.fmt.pix.sizeimage);
83 vbuf->field = common->fmt.fmt.pix.field;
88 if (!ISALIGNED(addr + common->ytop_off) ||
89 !ISALIGNED(addr + common->ybtm_off) ||
90 !ISALIGNED(addr + common->ctop_off) ||
91 !ISALIGNED(addr + common->cbtm_off)) {
116 struct common_obj *common local
149 struct common_obj *common; local
170 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
255 struct common_obj *common; local
304 process_progressive_mode(struct common_obj *common) argument
324 process_interlaced_mode(int fid, struct common_obj *common) argument
366 struct common_obj *common; local
460 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
503 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
564 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
610 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
627 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
655 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
679 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
843 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
912 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; local
1121 struct common_obj *common; local
1330 struct common_obj *common; local
1362 struct common_obj *common; local
[all...]
/linux-master/drivers/hwmon/occ/
H A DMakefile2 occ-hwmon-common-objs := common.o sysfs.o
6 obj-$(CONFIG_SENSORS_OCC) += occ-hwmon-common.o
/linux-master/sound/soc/mediatek/common/
H A DMakefile3 snd-soc-mtk-common-objs := mtk-afe-platform-driver.o mtk-afe-fe-dai.o mtk-dsp-sof-common.o mtk-soundcard-driver.o
4 obj-$(CONFIG_SND_SOC_MEDIATEK) += snd-soc-mtk-common.o
/linux-master/drivers/clk/sprd/
H A Ddiv.c17 return divider_round_rate(&cd->common.hw, rate, parent_rate, NULL,
21 unsigned long sprd_div_helper_recalc_rate(struct sprd_clk_common *common, argument
28 regmap_read(common->regmap, common->reg + div->offset, &reg);
32 return divider_recalc_rate(&common->hw, parent_rate, val, NULL, 0,
42 return sprd_div_helper_recalc_rate(&cd->common, &cd->div, parent_rate);
45 int sprd_div_helper_set_rate(const struct sprd_clk_common *common, argument
56 regmap_read(common->regmap, common->reg + div->offset, &reg);
59 regmap_write(common
[all...]
/linux-master/include/dt-bindings/clock/
H A Dtegra124-car.h7 #include <dt-bindings/clock/tegra124-car-common.h>
/linux-master/scripts/dtc/include-prefixes/dt-bindings/clock/
H A Dtegra124-car.h7 #include <dt-bindings/clock/tegra124-car-common.h>
/linux-master/tools/include/uapi/asm-generic/
H A Dmman-common-tools.h5 #include <asm-generic/mman-common.h>
11 * 746c9398f5ac ("arch: move common mmap flags to linux/mman.h")
15 * of asm-generic/mman-common.h. So we define them here and include this header
/linux-master/arch/arm/mach-zynq/
H A DMakefile7 obj-y := common.o slcr.o pm.o
/linux-master/arch/mips/ath79/
H A DMakefile9 obj-y := prom.o setup.o common.o clock.o
/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...]

Completed in 206 milliseconds

1234567891011>>