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

1234567891011>>

/drivers/acpi/acpica/
H A Dutstate.c104 state->common.next = *list_head;
135 *list_head = state->common.next;
164 state->common.descriptor_type = ACPI_DESC_TYPE_STATE;
198 state->common.descriptor_type = ACPI_DESC_TYPE_STATE_THREAD;
242 state->common.descriptor_type = ACPI_DESC_TYPE_STATE_UPDATE;
278 state->common.descriptor_type = ACPI_DESC_TYPE_STATE_PACKAGE;
314 state->common.descriptor_type = ACPI_DESC_TYPE_STATE_CONTROL;
315 state->common.state = ACPI_CONTROL_CONDITIONAL_EXECUTING;
H A Ddswload.c166 if (op->common.node) {
249 walk_state->scope_info->common.value = ACPI_TYPE_ANY;
399 op->common.node = node;
466 if (op->common.aml_opcode == AML_REGION_OP) {
471 common.
474 common.
481 } else if (op->common.aml_opcode == AML_DATA_REGION_OP) {
494 if (op->common.aml_opcode == AML_NAME_OP) {
498 if (op->common.value.arg) {
499 object_type = (acpi_ps_get_opcode_info((op->common
[all...]
H A Dpsargs.c249 arg->common.value.name = path;
298 name_op->common.value.name = path;
302 name_op->common.node = node;
337 else if (walk_state->op->common.aml_opcode ==
347 else if ((arg->common.parent) &&
348 ((arg->common.parent->common.aml_opcode ==
350 || (arg->common.parent->common.aml_opcode ==
372 arg->common
[all...]
H A Dexfield.c151 if (obj_desc->common.type == ACPI_TYPE_BUFFER_FIELD) {
156 if (!(obj_desc->common.flags & AOPOBJ_DATA_VALID)) {
162 } else if ((obj_desc->common.type == ACPI_TYPE_LOCAL_REGION_FIELD) &&
256 if ((obj_desc->common.type == ACPI_TYPE_LOCAL_REGION_FIELD) &&
289 obj_desc, obj_desc->common.type, buffer,
350 if (obj_desc->common.type == ACPI_TYPE_BUFFER_FIELD) {
355 if (!(obj_desc->common.flags & AOPOBJ_DATA_VALID)) {
361 } else if ((obj_desc->common.type == ACPI_TYPE_LOCAL_REGION_FIELD) &&
379 if (source_desc->common.type != ACPI_TYPE_BUFFER) {
447 } else if ((obj_desc->common
[all...]
/drivers/media/mmc/siano/
H A DMakefile4 ccflags-y += -Idrivers/media/common/siano
/drivers/media/usb/siano/
H A DMakefile4 ccflags-y += -Idrivers/media/common/siano
/drivers/scsi/ibmvscsi/
H A Dviosrp.h141 struct mad_common common; member in struct:viosrp_empty_iu
147 struct mad_common common; member in struct:viosrp_error_log
152 struct mad_common common; member in struct:viosrp_adapter_info
157 struct mad_common common; member in struct:viosrp_host_config
162 struct mad_common common; member in struct:viosrp_fast_fail
166 struct mad_common common; member in struct:viosrp_capabilities
177 struct mad_capability_common common; member in struct:mad_reserve_cap
182 struct mad_capability_common common; member in struct:mad_migration_cap
/drivers/staging/unisys/uislib/
H A DMakefile13 ccflags-y += -Idrivers/staging/unisys/common-spar/include
14 ccflags-y += -Idrivers/staging/unisys/common-spar/include/channels
/drivers/net/wireless/ath/ath9k/
H A Dcommon-init.c19 #include "common.h"
125 int ath9k_cmn_init_channels_rates(struct ath_common *common) argument
127 struct ath_hw *ah = (struct ath_hw *)common->ah;
142 common->sbands[IEEE80211_BAND_2GHZ].channels = channels;
143 common->sbands[IEEE80211_BAND_2GHZ].band = IEEE80211_BAND_2GHZ;
144 common->sbands[IEEE80211_BAND_2GHZ].n_channels =
146 common->sbands[IEEE80211_BAND_2GHZ].bitrates = ath9k_legacy_rates;
147 common->sbands[IEEE80211_BAND_2GHZ].n_bitrates =
159 common->sbands[IEEE80211_BAND_5GHZ].channels = channels;
160 common
175 struct ath_common *common = ath9k_hw_common(ah); local
232 struct ath_common *common = ath9k_hw_common(ah); local
[all...]
H A Dwow.c46 struct ath_common *common = ath9k_hw_common(ah); local
106 memcpy((dis_deauth_pattern + byte_cnt), common->curbssid, ETH_ALEN);
112 memcpy((dis_deauth_pattern + byte_cnt), common->curbssid, ETH_ALEN);
120 ath_dbg(common, WOW, "Adding disassoc/deauth patterns for WoW\n");
192 struct ath_common *common = ath9k_hw_common(ah); local
203 if (test_bit(ATH_OP_INVALID, &common->op_flags)) {
204 ath_dbg(common, ANY, "Device not present\n");
210 ath_dbg(common, WOW, "None of the WoW triggers enabled\n");
216 ath_dbg(common, WOW, "device_can_wakeup failed, WoW is not enabled\n");
229 if (!test_bit(ATH_OP_PRIM_STA_VIF, &common
296 struct ath_common *common = ath9k_hw_common(ah); local
[all...]
H A Dcommon.h24 #include "common-init.h"
25 #include "common-beacon.h"
26 #include "common-debug.h"
62 bool ath9k_cmn_rx_accept(struct ath_common *common,
68 void ath9k_cmn_rx_skb_postprocess(struct ath_common *common,
73 int ath9k_cmn_process_rate(struct ath_common *common,
77 void ath9k_cmn_process_rssi(struct ath_common *common,
86 void ath9k_cmn_btcoex_bt_stomp(struct ath_common *common,
H A Dinit.c100 struct ath_common *common = ath9k_hw_common(ah); local
101 struct ath_softc *sc = (struct ath_softc *) common->priv;
115 struct ath_common *common = ath9k_hw_common(ah); local
116 struct ath_softc *sc = (struct ath_softc *) common->priv;
145 struct ath_common *common = ath9k_hw_common(ah); local
146 struct ath_softc *sc = (struct ath_softc *) common->priv;
197 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
201 ath_dbg(common, CONFIG, "%s DMA: %u buffers %u desc/buf\n",
213 ath_err(common, "ath_desc not DWORD aligned\n");
245 ath_dbg(common, CONFI
336 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
363 struct ath_common *common = ath9k_hw_common(ah); local
496 struct ath_common *common; local
637 struct ath_common *common = ath9k_hw_common(ah); local
741 struct ath_common *common = ath9k_hw_common(ah); local
766 struct ath_common *common = ath9k_hw_common(ah); local
855 struct ath_common *common; local
[all...]
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];
115 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
148 ath_assign_seq(common, skb);
159 ath_err(common, "dma_mapping_error on beaconing\n");
179 ath_dbg(common, BEACON,
195 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
212 ath_dbg(common, CONFI
218 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
246 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
274 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
319 struct ath_common *common = ath9k_hw_common(ah); local
489 struct ath_common *common = ath9k_hw_common(ah); local
508 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
548 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
586 struct ath_common *common = ath9k_hw_common(ah); local
663 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
[all...]
H A Dhtc_drv_init.c213 struct ath_common *common = ath9k_hw_common(ah); local
214 struct ath9k_htc_priv *priv = (struct ath9k_htc_priv *) common->priv;
223 ath_dbg(common, WMI, "REGISTER READ FAILED: (0x%04x, %d)\n",
235 struct ath_common *common = ath9k_hw_common(ah); local
236 struct ath9k_htc_priv *priv = (struct ath9k_htc_priv *) common->priv;
250 ath_dbg(common, WMI,
259 static void ath9k_regwrite_multi(struct ath_common *common) argument
261 struct ath9k_htc_priv *priv = (struct ath9k_htc_priv *) common->priv;
271 ath_dbg(common, WMI,
281 struct ath_common *common local
302 struct ath_common *common = ath9k_hw_common(ah); local
325 struct ath_common *common = ath9k_hw_common(ah); local
337 struct ath_common *common = ath9k_hw_common(ah); local
346 struct ath_common *common = ath9k_hw_common(ah); local
370 ath_usb_read_cachesize(struct ath_common *common, int *csz) argument
375 ath_usb_eeprom_read(struct ath_common *common, u32 off, u16 *data) argument
402 struct ath_common *common = ath9k_hw_common(priv->ah); local
446 struct ath_common *common = ath9k_hw_common(priv->ah); local
459 struct ath_common *common; local
564 struct ath_common *common = ath9k_hw_common(priv->ah); local
667 struct ath_common *common; local
[all...]
H A Dmain.c95 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
98 spin_lock(&common->cc_lock);
99 ath_hw_cycle_counters_update(common);
100 spin_unlock(&common->cc_lock);
110 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
128 spin_lock(&common->cc_lock);
129 ath_hw_cycle_counters_update(common);
130 memset(&common->cc_survey, 0, sizeof(common->cc_survey));
131 memset(&common
141 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
227 struct ath_common *common = ath9k_hw_common(ah); local
276 struct ath_common *common = ath9k_hw_common(ah); local
362 struct ath_common *common = ath9k_hw_common(ah); local
495 struct ath_common *common = ath9k_hw_common(ah); local
614 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
637 struct ath_common *common = ath9k_hw_common(ah); local
735 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
811 struct ath_common *common = ath9k_hw_common(ah); local
945 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
993 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
1024 struct ath_common *common = ath9k_hw_common(ah); local
1062 struct ath_common *common = ath9k_hw_common(ah); local
1181 struct ath_common *common = ath9k_hw_common(ah); local
1227 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
1259 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
1286 struct ath_common *common = ath9k_hw_common(ah); local
1305 struct ath_common *common = ath9k_hw_common(ah); local
1330 struct ath_common *common = ath9k_hw_common(ah); local
1362 struct ath_common *common = ath9k_hw_common(ah); local
1402 struct ath_common *common = ath9k_hw_common(ah); local
1508 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
1532 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
1596 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
1639 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
1729 struct ath_common *common = ath9k_hw_common(ah); local
1891 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
2000 struct ath_common *common = ath9k_hw_common(ah); local
2173 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
2180 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
2191 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
2225 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
2241 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
2274 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
2295 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
2331 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
2352 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
2368 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
2397 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
2423 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,
265 struct ath_common *common = ath9k_hw_common(priv->ah); local
278 ath_dbg(common, BEACON,
288 struct ath_common *common = ath9k_hw_common(priv->ah); local
294 ath_dbg(common, BSTUC
323 struct ath_common *common = ath9k_hw_common(priv->ah); local
345 struct ath_common *common = ath9k_hw_common(priv->ah); local
363 struct ath_common *common = ath9k_hw_common(priv->ah); local
396 struct ath_common *common = ath9k_hw_common(priv->ah); local
451 struct ath_common *common = ath9k_hw_common(priv->ah); local
487 struct ath_common *common = ath9k_hw_common(priv->ah); local
[all...]
H A Drecv.c41 struct ath_common *common = ath9k_hw_common(ah); local
60 common->rx_bufsize,
91 struct ath_common *common = ath9k_hw_common(ah); local
100 ath_hw_setbssidmask(common);
141 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
145 ath_dbg(common, QUEUE, "No free rx buf available\n");
174 struct ath_common *common = ath9k_hw_common(ah); local
183 common->rx_bufsize,
200 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
207 ath9k_hw_set_rx_bufsize(ah, common
273 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
334 struct ath_common *common = ath9k_hw_common(ah); local
377 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
540 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
595 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
635 struct ath_common *common = ath9k_hw_common(ah); local
700 struct ath_common *common = ath9k_hw_common(ah); local
817 struct ath_common *common = ath9k_hw_common(ah); local
954 struct ath_common *common = ath9k_hw_common(ah); local
1002 struct ath_common *common = ath9k_hw_common(ah); local
[all...]
H A Dchannel.c26 struct ath_common *common = ath9k_hw_common(ah); local
35 if (test_bit(ATH_OP_INVALID, &common->op_flags))
41 ath_dbg(common, CONFIG, "Set channel: %d MHz width: %d\n",
45 spin_lock_bh(&common->cc_lock);
47 spin_unlock_bh(&common->cc_lock);
90 ath_dbg(common, DFS, "DFS enabled at freq %d\n",
94 if (test_bit(ATH_OP_SCANNING, &common->op_flags) &&
105 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
110 sband = &common->sbands[IEEE80211_BAND_2GHZ];
112 sband = &common
128 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
200 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
292 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
308 struct ath_common *common = ath9k_hw_common(ah); local
632 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
679 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
710 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
764 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
781 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
841 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
862 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
874 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
979 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
1005 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
1046 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
1150 struct ath_common *common = ath9k_hw_common(sc->sc_ah); local
[all...]
/drivers/media/usb/b2c2/
H A DMakefile5 ccflags-y += -Idrivers/media/common/b2c2/
/drivers/net/wireless/rsi/
H A Drsi_mgmt.h289 int rsi_mgmt_pkt_recv(struct rsi_common *common, u8 *msg);
290 int rsi_set_vap_capabilities(struct rsi_common *common, enum opmode mode);
291 int rsi_send_aggregation_params_frame(struct rsi_common *common, u16 tid,
293 int rsi_hal_load_key(struct rsi_common *common, u8 *data, u16 key_len,
295 int rsi_set_channel(struct rsi_common *common, u16 chno);
296 int rsi_send_block_unblock_frame(struct rsi_common *common, bool event);
297 void rsi_inform_bss_status(struct rsi_common *common, u8 status,
299 void rsi_indicate_pkt_to_os(struct rsi_common *common, struct sk_buff *skb);
300 int rsi_mac80211_attach(struct rsi_common *common);
301 void rsi_indicate_tx_status(struct rsi_hw *common, struc
[all...]
/drivers/soc/tegra/
H A Dcommon.c11 #include <soc/tegra/common.h>
/drivers/staging/unisys/virthba/
H A DMakefile12 ccflags-y += -Idrivers/staging/unisys/common-spar/include
13 ccflags-y += -Idrivers/staging/unisys/common-spar/include/channels
/drivers/usb/renesas_usbhs/
H A DMakefile7 renesas_usbhs-y := common.o mod.o pipe.o fifo.o rcar2.o
/drivers/usb/gadget/legacy/
H A Dacm_ms.c150 status = fsg_common_run_thread(opts->common);
199 status = fsg_common_set_num_buffers(opts->common, fsg_num_buffers);
203 status = fsg_common_set_nluns(opts->common, config.nluns);
207 status = fsg_common_set_cdev(opts->common, cdev, config.can_stall);
211 fsg_common_set_sysfs(opts->common, true);
212 status = fsg_common_create_luns(opts->common, &config);
216 fsg_common_set_inquiry_string(opts->common, config.vendor_name,
240 fsg_common_remove_luns(opts->common);
242 fsg_common_free_luns(opts->common);
244 fsg_common_free_buffers(opts->common);
[all...]
/drivers/net/ethernet/mellanox/mlx5/core/
H A Dqp.c46 struct mlx5_core_rsc_common *common; local
50 common = radix_tree_lookup(&table->tree, rsn);
51 if (common)
52 atomic_inc(&common->refcount);
56 if (!common) {
61 return common;
64 void mlx5_core_put_rsc(struct mlx5_core_rsc_common *common) argument
66 if (atomic_dec_and_test(&common->refcount))
67 complete(&common->free);
72 struct mlx5_core_rsc_common *common local
[all...]

Completed in 8348 milliseconds

1234567891011>>