Searched refs:common (Results 226 - 250 of 1304) sorted by relevance

1234567891011>>

/linux-master/drivers/net/wireless/ath/ath9k/
H A Dbeacon.c36 struct ath_common *common = ath9k_hw_common(ah); local
61 ath_err(common, "Unable to update h/w beacon queue parameters\n");
77 struct ath_common *common = ath9k_hw_common(ah); local
83 sband = &common->sbands[sc->cur_chandef.chan->band];
116 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
149 ath_assign_seq(common, skb);
161 ath_err(common, "dma_mapping_error on beaconing\n");
181 ath_dbg(common, BEACON,
197 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
213 ath_dbg(common, CONFI
219 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
246 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
308 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
337 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
392 struct ath_common *common = ath9k_hw_common(ah); local
570 struct ath_common *common = ath9k_hw_common(ah); local
591 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
629 struct ath_common *common = ath9k_hw_common(ah); local
700 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
[all...]
H A Dhtc_drv_beacon.c140 struct ath_common *common = ath9k_hw_common(priv->ah); local
168 ath_dbg(common, XMIT, "No free CAB slot\n");
178 ath_dbg(common, XMIT, "Failed to send CAB frame\n");
194 struct ath_common *common = ath9k_hw_common(priv->ah); local
212 if (unlikely(test_bit(ATH_OP_SCANNING, &common->op_flags))) {
253 ath_dbg(common, BSTUCK,
267 struct ath_common *common = ath9k_hw_common(priv->ah); local
280 ath_dbg(common, BEACON,
290 struct ath_common *common = ath9k_hw_common(priv->ah); local
296 ath_dbg(common, BSTUC
325 struct ath_common *common = ath9k_hw_common(priv->ah); local
347 struct ath_common *common = ath9k_hw_common(priv->ah); local
365 struct ath_common *common = ath9k_hw_common(priv->ah); local
398 struct ath_common *common = ath9k_hw_common(priv->ah); local
453 struct ath_common *common = ath9k_hw_common(priv->ah); local
489 struct ath_common *common = ath9k_hw_common(priv->ah); local
[all...]
H A Dcommon.c18 * Module for common driver code between ath9k and ath9k_htc
24 #include "common.h"
31 bool ath9k_cmn_rx_accept(struct ath_common *common, argument
38 struct ath_hw *ah = common->ah;
46 test_bit(rx_stats->rs_keyix, common->tkip_keymap);
59 !test_bit(rx_stats->rs_keyix, common->ccmp_keymap))
106 * False negatives are not common, so skip software verification
118 void ath9k_cmn_rx_skb_postprocess(struct ath_common *common, argument
124 struct ath_hw *ah = common->ah;
159 if (test_bit(keyix, common
170 ath9k_cmn_process_rate(struct ath_common *common, struct ieee80211_hw *hw, struct ath_rx_status *rx_stats, struct ieee80211_rx_status *rxs) argument
213 ath9k_cmn_process_rssi(struct ath_common *common, struct ieee80211_hw *hw, struct ath_rx_status *rx_stats, struct ieee80211_rx_status *rxs) argument
382 struct ath_common *common = ath9k_hw_common(ah); local
[all...]
H A Dinit.c152 static void ath9k_op_ps_wakeup(struct ath_common *common) argument
154 ath9k_ps_wakeup(common->priv);
157 static void ath9k_op_ps_restore(struct ath_common *common) argument
159 ath9k_ps_restore(common->priv);
176 struct ath_common *common = ath9k_hw_common(ah); local
177 struct ath_softc *sc = common->priv;
191 struct ath_common *common = ath9k_hw_common(ah); local
192 struct ath_softc *sc = common->priv;
231 struct ath_common *common = ath9k_hw_common(ah); local
232 struct ath_softc *sc = common
287 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
425 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
453 struct ath_common *common = ath9k_hw_common(ah); local
627 struct ath_common *common = ath9k_hw_common(ah); local
670 struct ath_common *common = ath9k_hw_common(ah); local
704 struct ath_common *common; local
849 struct ath_common *common = ath9k_hw_common(ah); local
929 struct ath_common *common = ath9k_hw_common(ah); local
953 struct ath_common *common = ath9k_hw_common(ah); local
1056 struct ath_common *common; local
[all...]
H A Dcommon-beacon.c17 #include "common.h"
45 struct ath_common *common = ath9k_hw_common(ah); local
50 if (!test_bit(ATH_OP_PRIM_STA_VIF, &common->op_flags)) {
51 ath_dbg(common, BEACON,
108 ath_dbg(common, BEACON, "bmiss: %u sleep: %u\n",
117 struct ath_common *common = ath9k_hw_common(ah); local
132 ath_dbg(common, BEACON,
148 struct ath_common *common = ath9k_hw_common(ah); local
161 ath_dbg(common, BEACON,
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_hal.c41 int rsi_send_pkt_to_bus(struct rsi_common *common, struct sk_buff *skb) argument
43 struct rsi_hw *adapter = common->priv;
46 if (common->coex_mode > 1)
47 mutex_lock(&common->tx_bus_mutex);
49 status = adapter->host_intf_ops->write_pkt(common->priv,
52 if (common->coex_mode > 1)
53 mutex_unlock(&common->tx_bus_mutex);
58 int rsi_prepare_mgmt_desc(struct rsi_common *common, struct sk_buff *skb) argument
60 struct rsi_hw *adapter = common->priv;
119 if ((common
152 rsi_prepare_data_desc(struct rsi_common *common, struct sk_buff *skb) argument
297 rsi_send_data_pkt(struct rsi_common *common, struct sk_buff *skb) argument
337 rsi_send_mgmt_pkt(struct rsi_common *common, struct sk_buff *skb) argument
388 rsi_send_bt_pkt(struct rsi_common *common, struct sk_buff *skb) argument
425 rsi_prepare_beacon(struct rsi_common *common, struct sk_buff *skb) argument
890 struct rsi_common *common = adapter->priv; local
1005 struct rsi_common *common = adapter->priv; local
1134 struct rsi_common *common = adapter->priv; local
[all...]
/linux-master/drivers/i2c/busses/
H A Di2c-amd-mp2-plat.c26 * @common: shared context with the MP2 PCI driver
32 struct amd_i2c_common common; member in struct:amd_i2c_dev
39 container_of(__common, struct amd_i2c_dev, common)
79 struct amd_i2c_common *i2c_common = &i2c_dev->common;
99 struct amd_i2c_common *i2c_common = &i2c_dev->common;
125 struct amd_i2c_common *i2c_common = &i2c_dev->common;
135 struct amd_i2c_common *i2c_common = &i2c_dev->common;
160 if (unlikely(!i2c_dev->common.mp2_dev))
163 amd_mp2_pm_runtime_get(i2c_dev->common.mp2_dev);
172 amd_mp2_pm_runtime_put(i2c_dev->common
[all...]
/linux-master/drivers/clk/sunxi-ng/
H A Dccu_mp.h31 struct ccu_common common; member in struct:ccu_mp
45 .common = { \
65 .common = { \
95 .common = { \
125 .common = { \
136 struct ccu_common *common = hw_to_ccu_common(hw); local
138 return container_of(common, struct ccu_mp, common);
159 .common = { \
H A Dccu_nkmp.c76 return ccu_gate_helper_disable(&nkmp->common, nkmp->enable);
83 return ccu_gate_helper_enable(&nkmp->common, nkmp->enable);
90 return ccu_gate_helper_is_enabled(&nkmp->common, nkmp->enable);
100 reg = readl(nkmp->common.base + nkmp->common.reg);
124 if (nkmp->common.features & CCU_FEATURE_FIXED_POSTDIV)
136 if (nkmp->common.features & CCU_FEATURE_FIXED_POSTDIV)
141 if (nkmp->common.features & CCU_FEATURE_FIXED_POSTDIV)
157 if (nkmp->common.features & CCU_FEATURE_FIXED_POSTDIV)
172 if (nkmp->common
[all...]
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tc_flower.c37 NL_SET_ERR_MSG_MOD(st->fco->common.extack,
83 NL_SET_ERR_MSG_MOD(st->fco->common.extack, "ip_frag parse error");
178 NL_SET_ERR_MSG_MOD(st->fco->common.extack, "ip_proto parse error");
186 NL_SET_ERR_MSG_MOD(st->fco->common.extack,
265 NL_SET_ERR_MSG_MOD(fco->common.extack, "No actions");
269 if (!flow_action_basic_hw_stats_check(act, fco->common.extack))
274 NL_SET_ERR_MSG_MOD(fco->common.extack,
287 if (!vcap_is_next_lookup(vctrl, fco->common.chain_index,
289 NL_SET_ERR_MSG_MOD(fco->common.extack,
293 } else if (!vcap_is_last_chain(vctrl, fco->common
[all...]
/linux-master/drivers/iommu/iommufd/
H A Dhw_pagetable.c14 container_of(obj, struct iommufd_hwpt_paging, common.obj);
22 hwpt_paging->common.domain);
25 if (hwpt_paging->common.domain)
26 iommu_domain_free(hwpt_paging->common.domain);
34 container_of(obj, struct iommufd_hwpt_paging, common.obj);
42 hwpt_paging->common.domain);
50 container_of(obj, struct iommufd_hwpt_nested, common.obj);
52 if (hwpt_nested->common.domain)
53 iommu_domain_free(hwpt_nested->common.domain);
55 refcount_dec(&hwpt_nested->parent->common
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Doffloading.c47 struct iwl_proto_offload_cmd_common *common; local
173 common = &cmd.v3s.common;
176 common = &cmd.v4.common;
182 * common part.
185 hcmd.data[0] = common;
188 common = &cmd.v2.common;
191 common
[all...]
/linux-master/drivers/crypto/axis/
H A Dartpec6_crypto.c301 struct artpec6_crypto_req_common common; member in struct:artpec6_hash_request_context
322 struct artpec6_crypto_req_common common; member in struct:artpec6_crypto_request_context
343 struct artpec6_crypto_req_common common; member in struct:artpec6_crypto_aead_req_ctx
376 artpec6_crypto_common_destroy(struct artpec6_crypto_req_common *common);
379 artpec6_crypto_start_dma(struct artpec6_crypto_req_common *common);
429 artpec6_crypto_copy_bounce_buffers(struct artpec6_crypto_req_common *common) argument
431 struct artpec6_crypto_dma_descriptors *dma = common->dma;
479 static void artpec6_crypto_start_dma(struct artpec6_crypto_req_common *common) argument
484 struct artpec6_crypto_dma_descriptors *dma = common->dma;
516 artpec6_crypto_init_dma_operation(struct artpec6_crypto_req_common *common) argument
545 artpec6_crypto_setup_out_descr_phys(struct artpec6_crypto_req_common *common, dma_addr_t addr, size_t len, bool eop) argument
578 artpec6_crypto_setup_out_descr_short(struct artpec6_crypto_req_common *common, void *dst, unsigned int len, bool eop) argument
601 artpec6_crypto_dma_map_page(struct artpec6_crypto_req_common *common, struct page *page, size_t offset, size_t size, enum dma_data_direction dir, dma_addr_t *dma_addr_out) argument
632 artpec6_crypto_dma_map_single(struct artpec6_crypto_req_common *common, void *ptr, size_t size, enum dma_data_direction dir, dma_addr_t *dma_addr_out) argument
645 artpec6_crypto_dma_map_descs(struct artpec6_crypto_req_common *common) argument
677 artpec6_crypto_dma_unmap_all(struct artpec6_crypto_req_common *common) argument
705 artpec6_crypto_setup_out_descr(struct artpec6_crypto_req_common *common, void *dst, unsigned int len, bool eop, bool use_short) argument
737 artpec6_crypto_setup_in_descr_phys(struct artpec6_crypto_req_common *common, dma_addr_t addr, unsigned int len, bool intr) argument
767 artpec6_crypto_setup_in_descr(struct artpec6_crypto_req_common *common, void *buffer, unsigned int len, bool last) argument
797 setup_bounce_buffer_in(struct artpec6_crypto_req_common *common, struct artpec6_crypto_walk *walk, size_t size) argument
823 artpec6_crypto_setup_sg_descrs_in(struct artpec6_crypto_req_common *common, struct artpec6_crypto_walk *walk, size_t count) argument
886 artpec6_crypto_setup_sg_descrs_out(struct artpec6_crypto_req_common *common, struct artpec6_crypto_walk *walk, size_t count) argument
952 artpec6_crypto_terminate_out_descrs(struct artpec6_crypto_req_common *common) argument
976 artpec6_crypto_terminate_in_descrs(struct artpec6_crypto_req_common *common) argument
1039 artpec6_crypto_common_init(struct artpec6_crypto_req_common *common, struct crypto_async_request *parent, void (*complete)(struct crypto_async_request *req), struct scatterlist *dstsg, unsigned int nbytes) argument
1072 artpec6_crypto_common_destroy(struct artpec6_crypto_req_common *common) argument
1316 struct artpec6_crypto_req_common *common = &req_ctx->common; local
1674 struct artpec6_crypto_req_common *common; local
1839 struct artpec6_crypto_req_common *common = &req_ctx->common; local
[all...]
/linux-master/drivers/virtio/
H A Dvirtio_pci_modern_dev.c226 int err, common, isr, notify, device; local
255 /* check for a common config: if not, use legacy mode (bar 0). */
256 common = virtio_pci_find_capability(pci_dev, VIRTIO_PCI_CAP_COMMON_CFG,
259 if (!common) {
265 /* If common is there, these should be too... */
275 common, isr, notify);
300 mdev->common = vp_modern_map_capability(mdev, common,
305 if (!mdev->common)
365 pci_iounmap(pci_dev, mdev->common);
[all...]
/linux-master/scripts/
H A Dstackdelta52 my @common = sort grep {exists $new->{$_}} keys %$old;
53 for (@common) {
/linux-master/drivers/media/pci/b2c2/
H A DMakefile9 ccflags-y += -I $(srctree)/drivers/media/common/b2c2/
/linux-master/arch/powerpc/sysdev/xics/
H A DMakefile3 obj-y += xics-common.o
/linux-master/drivers/media/platform/st/sti/c8sectpfe/
H A DMakefile2 c8sectpfe-y += c8sectpfe-core.o c8sectpfe-common.o c8sectpfe-dvb.o \
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ktls.c9 .common = FUN_ADMIN_REQ_COMMON_INIT2(FUN_ADMIN_OP_KTLS,
15 return fun_submit_admin_sync_cmd(fp->fdev, &req.common, NULL, 0, 0);
25 .common = FUN_ADMIN_REQ_COMMON_INIT2(FUN_ADMIN_OP_KTLS,
58 rc = fun_submit_admin_sync_cmd(fp->fdev, &req.common, &rsp,
84 req.common = FUN_ADMIN_REQ_COMMON_INIT2(FUN_ADMIN_OP_KTLS,
91 fun_submit_admin_sync_cmd(fp->fdev, &req.common, NULL, 0, 0);
108 req.common = FUN_ADMIN_REQ_COMMON_INIT2(FUN_ADMIN_OP_KTLS,
120 rc = fun_submit_admin_sync_cmd(fp->fdev, &req.common, NULL, 0, 0);
/linux-master/drivers/soc/tegra/
H A DMakefile5 obj-y += common.o
/linux-master/sound/soc/mediatek/
H A DMakefile2 obj-$(CONFIG_SND_SOC_MEDIATEK) += common/
/linux-master/drivers/base/power/
H A DMakefile2 obj-$(CONFIG_PM) += sysfs.o generic_ops.o common.o qos.o runtime.o wakeirq.o
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpsw-qos.c54 struct am65_cpsw_common *common = port->common; local
84 common->bus_freq);
94 common->bus_freq);
207 struct am65_cpsw_common *common = port->common; local
215 ret = pm_runtime_get_sync(common->dev);
217 pm_runtime_put_noidle(common->dev);
265 pm_runtime_put(common->dev);
348 /* enable common IET_ENABL
351 am65_cpsw_iet_common_enable(struct am65_cpsw_common *common) argument
440 am65_cpsw_est_enable(struct am65_cpsw_common *common, int enable) argument
573 struct am65_cpsw_common *common = port->common; local
744 struct am65_cpsw_common *common = port->common; local
835 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); local
1167 am65_cpsw_qos_tx_p0_rate_apply(struct am65_cpsw_common *common, int tx_ch, u32 rate_mbps) argument
1191 struct am65_cpsw_common *common = port->common; local
1249 am65_cpsw_qos_tx_p0_rate_init(struct am65_cpsw_common *common) argument
[all...]
/linux-master/drivers/net/ethernet/synopsys/
H A DMakefile8 dwc-xlgmac-hw.o dwc-xlgmac-common.o \
/linux-master/scripts/dtc/include-prefixes/dt-bindings/clock/
H A Drk3188-cru.h10 #include <dt-bindings/clock/rk3188-cru-common.h>

Completed in 431 milliseconds

1234567891011>>